Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Class representation for all parts that change between SQL drivers #39

Open
g105b opened this issue Nov 16, 2022 · 0 comments
Open

Class representation for all parts that change between SQL drivers #39

g105b opened this issue Nov 16, 2022 · 0 comments

Comments

@g105b
Copy link
Member

g105b commented Nov 16, 2022

We already have the Condition classes tracked in their own issue, because they have some useful functionality when combining different logical conditions, but this issue covers all the other parts of a query that might be output in a different way between different database drivers.

For example:

  • like comparison uses slightly different syntax in MySQL to SQLite and Postgres (field like 'gr?g' in MySQL vs. field like 'gr_g' in others)

// TODO: More examples to flesh out the syntactical differences between the major vendors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant