Dynamic named queries in perspective
planned
u
uy huynh
Been 5 years :(
b
betti francesco
Sorry I'm missing something maybe: isn't the system.db.runNamedQuery enough to do this?
B
Brian Karabinchak
betti francesco: Personally I try to avoid scripting if a binding is capable of doing the same thing. So having an expression that determines what namedquery to run, and having a table data property bind what named query it runs on that expression would be a different way to achieve what your script would.
P
Paul Griffith
planned
P
Paul Griffith
under review
P
Paul Griffith
Merged in a post:
Dynamic named queries in Vision and perspective
T
Tord van Delft
I would love to select named queries by stringpath binding. There are obvious reasons for this. Atm, I need to swap syntax on my named queries based on SQL type (mariaDB/MSSQL)