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:
@ -1117,10 +1117,6 @@ public:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
ss_dassert(!true);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (zColumn)
|
if (zColumn)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user