iajoiner closed issue #1491: Support `Ident` length limits in dialects
URL: https://github.com/apache/datafusion-sqlparser-rs/issues/1491
--
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
iajoiner commented on issue #1491:
URL:
https://github.com/apache/datafusion-sqlparser-rs/issues/1491#issuecomment-2568131689
@tobyhede Thanks! We ended up not needing it anyway.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHu
tobyhede commented on issue #1491:
URL:
https://github.com/apache/datafusion-sqlparser-rs/issues/1491#issuecomment-2558286190
@iajoiner Ident is currently a "universal" struct for capturing any
identifier.
I think adding limits will require capturing the different subtypes of
Ident,