-
Notifications
You must be signed in to change notification settings - Fork 516
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
mysql INET_ATON/INET_NTOA support #5072
Comments
Any functions that are not supported can be added here to the A work-around that may work for you, at this moment, could be to enclose the function in additional parentheses (). e.g
This is valid in MySql and the SqlDelight compiler allows it as an expression without knowing the function. |
Hello @griffio. It's really frustrating. I even referred to your sqldelight-custom-dialect project, but I did get an error prompt,
Here is the implementation of this class. Do you have any suggestions?
|
@mcxinyu, |
@griffio, Thank you so much, you gave me the correct answer. |
SQLDelight Version
2.0.1
SQLDelight Dialect
2.0.1
Describe the Bug
Hello everyone, when I was writing a line of sql (mysql) statement, the above error warning appeared.
It seems that sqldelight does not support mysql's INET_ATON/INET_NTOA function.
What should I do to solve this problem?
Stacktrace
No response
The text was updated successfully, but these errors were encountered: