You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem?
The following statement fails because CBRT is not implemented in the new v2 engine
{
"query": "SELECT CBRT(value);"
}
error:
{
"error": {
"reason": "Invalid SQL query",
"details": "Cannot invoke \"com.alibaba.druid.sql.ast.statement.SQLTableSource.getAlias()\" because the return value of \"com.alibaba.druid.sql.dialect.mysql.ast.statement.MySqlSelectQueryBlock.getFrom()\" is null",
"type": "NullPointerException"
},
"status": 400
}
Is your feature request related to a problem?
The following statement fails because
CBRT
is not implemented in the new v2 engineerror:
What solution would you like?
Something like: https://www.w3resource.com/PostgreSQL/cbrt-function.php
What alternatives have you considered?
does work, but this is using the legacy engine for SQL
Do you have any additional context?
n/a
The text was updated successfully, but these errors were encountered: