Vertica variables not useable #574
-
Hello, Example: Then dbeaver ask for parameter values (which i can set), but later on trow a syntax error: Even if I use only the select statement with vars i receive a different error: Can someone help me understand why we can't use vars in dbeaver while using vertica? Thanks in advance. SR |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments
-
By default DBeaver uses : as parameters binding. Looks like in this case it means something different. |
Beta Was this translation helpful? Give feedback.
-
I tried to change to § with no luck, same error: It seems the variable substituted row is bad composed. Also consider Vertica support ":" as variable declaration definer and we use it to set var in our script. Eg:
Anyway thanks a lot for your great product. SR |
Beta Was this translation helpful? Give feedback.
-
You don't need to change script - you need to change DBeaver preferences (change parameters prefix to something else than ":" ). |
Beta Was this translation helpful? Give feedback.
-
Serge-rider, we want dbeaver use parameter (if possible). SR |
Beta Was this translation helpful? Give feedback.
-
I can't figure out how to handle this. |
Beta Was this translation helpful? Give feedback.
-
Dynamic parameters are now configurable (in preferences -> SQL Editor->SQL Processing) |
Beta Was this translation helpful? Give feedback.
Dynamic parameters are now configurable (in preferences -> SQL Editor->SQL Processing)