Skip to content
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

CONCAT does not work #16

Open
tomaskir opened this issue Sep 30, 2021 · 0 comments
Open

CONCAT does not work #16

tomaskir opened this issue Sep 30, 2021 · 0 comments

Comments

@tomaskir
Copy link

When trying to create a custom column using the concat expression, the query fails with:

:status :failed,
   :class java.sql.SQLException,
   :error
   "Dynamic SQL Error; SQL error code = -804; Function unknown; CONCAT [SQLState:39000, ISC error code:335544586]",

From a quick search, it seems that || is used as the string concatenation operator in Firebird: https://firebirdsql.org/refdocs/langrefupd15-concat.html

Is there any way this can be fixed in the driver? It seems there are already similar fixes in src/metabase/driver/firebird.clj, but I don't know Closure sufficiently to submit a PR with a fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant