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

   Parse MySQL-style [DEFAULT] CHARACTER SET and [DEFAULT] COLLATE options in 
CREATE DATABASE statements. This adds two new fields to CreateDatabase: 
default_charset and default_collation.
   
   Supports the following syntax variants:
   - DEFAULT CHARACTER SET [=] charset_name
   - CHARACTER SET [=] charset_name  
   - DEFAULT CHARSET [=] charset_name
   - CHARSET [=] charset_name
   - DEFAULT COLLATE [=] collation_name
   - COLLATE [=] collation_name


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