watford-ep opened a new pull request, #2087:
URL: https://github.com/apache/datafusion-sqlparser-rs/pull/2087

   This adds generic support for SET SESSION AUTHORIZATION, used in a few 
dialects (Postgres, Redshift, CrateDB, MariaDB). This is somewhat of a 
compromise as there are some weird usages involving the `LOCAL` keyword, which 
I've handwaved as not being something strictly necessary to support (unless 
requested).
   
   This resolves my issue with `npgsql` where it issues `SET SESSION 
AUTHORIZATION DEFAULT` when returning a connection to the pool.
   
   Fixes #2086


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