Re: [I] Support `Ident` length limits in dialects [datafusion-sqlparser-rs]

2025-01-02 Thread via GitHub
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

Re: [I] Support `Ident` length limits in dialects [datafusion-sqlparser-rs]

2025-01-02 Thread via GitHub
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

Re: [I] Support `Ident` length limits in dialects [datafusion-sqlparser-rs]

2024-12-21 Thread via GitHub
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,