Specific "First citizens" RDBMS #1247
manticore-projects
started this conversation in
Ideas
Replies: 1 comment 4 replies
-
This should be done using validators. Look for instance into PostgresqlVersion.java. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Greetings.
Responding to a lot of issues, I feel like there is a lot of expectation for support of rather exotic RDBMS and syntax.
JSQLParser does not state, what exactly an user should expect and there is no clear objective.
Maybe we would like to:
Define a major goal of support and compatibility (e. g. SQL99 standard + Oracle 11g + MS SQL Server + PostgreSQL)
I would call these "First Citizen".
Define a second tier compatibility for features, that are nice to have and do not collide with item 1 -- maybe H2 and MySQL
Define anything out of scope, which would collide with items 1) or 2) or is simply too exotic/unusual/outdated (e. g. Sybase)
Beta Was this translation helpful? Give feedback.
All reactions