Thanks to visit codestin.com Credit goes to github.com
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
1.5.3
macos
7.4.1
1.6.10
No response
I tried to use the MySQL function DATE_ADD. It looks like this isn't supported yet. Input:
DATE_ADD
date_add(current_date() , INTERVAL 6 MONTH)
Compiler error:
'(', ')', '.', <binary like operator real>, BETWEEN or IN expected, got '6'
Originally asked question on Kotlin Slack
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
SQLDelight Version
1.5.3
Operating System
macos
Gradle Version
7.4.1
Kotlin Version
1.6.10
AGP Version
No response
Describe the Bug
I tried to use the MySQL function
DATE_ADD
. It looks like this isn't supported yet.Input:
Compiler error:
Originally asked question on Kotlin Slack
Stacktrace
No response
Gradle Build Script
No response
The text was updated successfully, but these errors were encountered: