Ansgar Becker
Ansgar Becker
HeidiSQL uses such a query to retrieve indexes of a table. Note only the simple indexes appear in the result. Probably you can help to change that query so it...
Thanks a lot @damucz ! That would definitely help at least for being able to show such indexes in the GUI. Downside would be that these have to be blocked...
The tree is a VirtualTree, but the code behind dragging and dropping is done by me. Note you can only sort the sessions by click on one of the column...
Of course that comment sorting is hacky. Just a thought. But think of the Windows explorer, or any other file manager. It does not have such a custom sorting through...
Semicolon is the default delimiter for queries in HeidiSQL. You have to change it to something else before running such compound statements. Use the button with red semicolon on the...
Thanks for the hint! Didn't expect they take their page down. They also did not reply to my recent 3 emails, so I'll remove the dialog for now.
Menu item is now hidden in the next builds.
Please retry with the latest HeidiSQL build, and also provide a valid `CREATE TABLE` code with an ENUM column.
So PostgreSQL allows creating a custom enumeration which you can use as a data type?
Related and competing: #1682 and #1070