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
Original comment by @costin:
This is a meta-issue for tracking the various missing functions missing according to SQL/ODBC/JDBC spec.
To keep things in sync across server and client, let's use the ODBC spec
The vast majority are implemented - are missing methods with two arguments and truncation, namely:
IfNull
EXTRACT & co are implemented; date math, interval, current and name are missing:
EXTRACT
The time math depends on LINK REDACTED .
Conversion
CAST Whic is supported but needs double-checking.
The text was updated successfully, but these errors were encountered:
@costin do you thing we should close this?
Sorry, something went wrong.
Closing this as all functions listed are implemented.
costin
No branches or pull requests
Original comment by @costin:
This is a meta-issue for tracking the various missing functions missing according to SQL/ODBC/JDBC spec.
To keep things in sync across server and client, let's use the ODBC spec
The vast majority are implemented - are missing methods with two arguments and truncation, namely:
Outside
IfNull
, the rest are straight-forward.EXTRACT
& co are implemented; date math, interval, current and name are missing:The time math depends on LINK REDACTED .
Conversion
CAST
Whic is supported but needs double-checking.
The text was updated successfully, but these errors were encountered: