datafusion-sqlparse/tests
Matt Jibson c0b0b5924d Add support for OFFSET with the ROWS keyword
MySQL doesn't support the ROWS part of OFFSET. Teach the parser to
remember which variant it saw, including just ROW.
2020-04-19 20:06:08 -06:00
..
sqlparser_common.rs Add support for OFFSET with the ROWS keyword 2020-04-19 20:06:08 -06:00
sqlparser_mssql.rs Add support for MSSQL's SELECT TOP N syntax (#150) 2020-01-12 23:20:48 -05:00
sqlparser_mysql.rs Add support for MSSQL's SELECT TOP N syntax (#150) 2020-01-12 23:20:48 -05:00
sqlparser_postgres.rs Turn type Ident into struct Ident 2019-10-20 00:16:41 -04:00