You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This sanity check threw an exception from SqlParser whenever a data type
reference that included more than one argument was encountered. The
check appears to have been completely erroneous from the start and on
removing it, no other modifications were needed. However, note that
at this time we do not actually do anything with those arguments. At this
time their presence is simply tolerated to improve SQL-92
compatibility. See #231 for one way we could use these arguments.
This commit also adds a few tests to SqlParserTests to cover this
scenario and prevent regressions.
0 commit comments