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

   This PR adds `fuzz_postgres_accepts`, a target that parses each input with 
PostgreSQL's real grammar through `pg_query` and fails when PostgreSQL accepts 
SQL that `PostgreSqlDialect` rejects. `pg_query` only runs the raw parser, so 
there is no name resolution to account for.
   
   Inputs the dialect accepts more liberally than PostgreSQL never fail, since 
the project deliberately stays permissive.
   
   A 5-minute run found several new unique bugs.


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