Ansgar Becker

Results 442 comments of Ansgar Becker

Interesting idea! Such an option could live in the "run" drop-down: ![grafik](https://user-images.githubusercontent.com/7986591/101088206-9929be80-35b3-11eb-9671-c992ebf075b7.png) That would even leave all other options for that new mode enabled (run, run selection, run current query)....

Can you please say where exactly you found a query result? I'm aware that HeidiSQL stores some filters from the data tab, and query code for showing them in the...

Closing due to no feedback. If the issue still persists in the current build, please shout.

Yes, this part is definitely still MySQL-only.

HeidiSQL caches the table structure, and it's not really refreshed if you use the refresh button.

Next build just reinitializes the table editor when the refresh button was pressed. (same with views, procedures etc.)

Please retry with v12.0

> "where" will be uppered, but "From" not. ... because the cursor was behind "where", not behind "From".

Sorry for the long delay. @arturm11 How should the SELECT look like instead? I just tested with `.. WHERE "id"=curval('user_id_seq'::REGCLASS)` like you suggested, but that returns an SQL error.