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, as the length limits may vary. Postgres, for example, has: Table name -> 63 characters Column name -> 59 characters I think that this kind of rule is about enforcing SQL semantics, which the crate tries to avoid. See `Syntax vs Semantics` in README. -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org