We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For example "IF" on mysql is "IIF" in mssql, and there is no such function at all in sqlite
We might need some AST to hold the function and concretize it in a formatter.
The text was updated successfully, but these errors were encountered:
I wondered about it too since they're so specific to the database used. An alternative would be:
import tink.sql.expr.Functions.*; // count/max/min etc import tink.sql.expr.Functions.MySql.*; import tink.sql.expr.Functions.Sqlite.*; // etc
Sorry, something went wrong.
No branches or pull requests
For example "IF" on mysql is "IIF" in mssql, and there is no such function at all in sqlite
We might need some AST to hold the function and concretize it in a formatter.
The text was updated successfully, but these errors were encountered: