Parameterized Queries

[expired user #5015]'s profile image [expired user #5015] posted 11 years ago in Feature discussion Permalink
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!
ansgar's profile image ansgar posted 11 years ago Permalink
Oh there is a slightly old discussion in issue #1325 already.
[expired user #5015]'s profile image [expired user #5015] posted 11 years ago Permalink
Glad I'm not the only one that would like to see this. :)

Please login to leave a reply, or register at first.