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

   This PR makes `SQLiteDialect` read `n'...'` as the identifier `n` followed 
by a string, since SQLite has no national string literals.
   
   ```sql
   SELECT t.n'' FROM t;
   -- Previously: Expected: an identifier or a '*' after '.', found: N''
   ```
   
   SQLite's literal forms are listed in its [expression 
documentation](https://www.sqlite.org/lang_expr.html#literal_values_constants_).


-- 
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