LucaCappelletti94 opened a new pull request, #2560:
URL: https://github.com/apache/datafusion-sqlparser-rs/pull/2560

   This PR lets `SQLiteDialect` parse single-quoted strings as column names in 
`CREATE TABLE`, which SQLite accepts as names.
   
   ```sql
   CREATE TABLE '""' ('id' INT UNSIGNED NOT NULL, 'name' TEXT NOT NULL);
   -- Previously: Expected: column name or constraint definition, found: 'id'
   ```
   
   See the SQLite [`CREATE 
TABLE`](https://www.sqlite.org/lang_createtable.html) documentation.
   
   Closes #322


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to