Remove unnecessary assert
We are only interested in asterisks and column names. Everything else - integers, floating point numbers, strings, etc. - is of no interest and not an error.
This commit is contained in:
parent
0d5d67a050
commit
19407a09f8
@ -1117,10 +1117,6 @@ public:
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
ss_dassert(!true);
|
||||
}
|
||||
|
||||
if (zColumn)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user