sqlparse
sqlparse copied to clipboard
Does not correctly identify TOP from MSSQL
MSSQL has queries of the form SELECT TOP 10 "name", "id" from some_table, but TOP is misparsed as an identifer rather than a keyword. Would it be possible to add support for this?