Hello!
I'm wondering if you have ever thought about supporting parameterized queries in HeidiSQL. They are, of course, used very frequently in Delphi, but they are becoming much more common in other languages as well.
The idea being that any token in a query with a : prefix would have a value substituted in before the query is executed. (The question mark is also common in some languages, though it is used by itself, not as part of a named parameter.)
Pasting queries back and forth between HeidiSQL and source code would be considerably easier if HeidiSQL knew how to interpret (and replace) query parameter values.
It would also make queries which reference the same values over and over easier to build, as they could be built using a parameter instead of typing the same values over and over again.
Thanks!
Parameterized Queries
Oh there is a slightly old discussion in issue #1325 already.
Please login to leave a reply, or register at first.