Menu

#258 Add suport for parameters into the Execute SQL Statements editor

v1.0
open
nobody
None
1
2015-09-30
2015-09-30
No

Hi everybody.
I'm changing the code, to make Flamerobin (and IBPP) support to set parameter values into the SQL by name, example:

INSERT INTO TEST_TABLE (ID, COLUMN2, COL3, ABC) VALUES (:IDVALUE, :COL2, ?, :ABC)

When you execute the SQL, Flamerobin will show a form exactly like the insert data form, with the named parameters

Is there interest in this patch?
The code is "in the way", but is still "ugly"...

Thanks

Discussion

MongoDB Logo MongoDB