SSH tunnel rewritten, table partitions and more

ansgar's profile image ansgar posted 10 years ago in News Permalink
The previous integration of plink.exe into HeidiSQL's SSH tunnel connection lacked a message dialog which asked for caching a non-existing host key. This includes some more (error-)messages which can only be seen on the command line. HeidiSQL never displayed these messages, as it did not yet watch the stdInput, stdOutput and stdError pipes of the plink.exe process.

Now, with a completely rewritten interface to plink.exe, HeidiSQL displays all messages from the different I/O pipes on the Plink process. Even it creates cancelable confirmation dialogs out of various prompts on the Plink command line.



Bind parameters
Not yet finished but usable: Bind parameters for SQL queries. When your SQL query contains one or more ":myparam:" occurences, the right hand box offers to set a value for these parameters. Adrien, a contributor from France, has developed this new feature.

Search on MSSQL
The "Find text on server" dialog now also works on MSSQL tables. Thanks to pierpa for his SQL hints!

Partitions
The table editor now supports partitions, in a new read-only tab. That way, partitions a) can be seen by the user and b) get included in the CREATE TABLE code tab.

Result tab hints
Some users complained about the potentially huge tooltips on the tabs of a SQL query result. These quickly hide important parts of the result rows. If you're one of those annoyed users, you can now disable these tooltips with a new checkbox option in Tools > Preferences > Data appearance > "Popup SQL text over result tabs".

Database selector
In a session configuration, you can restrict the databases to display. That was just a normal drop down menu previously. Now, you can check databases and uncheck them in a pulldown menu. Also, the connection used to get the names of all databases is recycled for each click, so only the first pull down click establishes a new (potentially slow) connection.
[/url]

Installer localized
The installer for HeidiSQL now uses localized messages in 23 different languages. Language is auto-selected by checking your Windows locale. Thanks to [url=
http://www.jrsoftware.org/]Jordan Russel for creating InnoSetup, a brilliant install/uninstall compiler!

VIEW privileges
The user manager now supports granting privileges for VIEWs. This was not allowed until now, because I misunderstood the MySQL documentation here. See the forum thread with alfiqmiq for details.
1 attachment(s):
  • th_session_db_selector
[expired user #8081]'s profile image [expired user #8081] posted 10 years ago Permalink
[code][/code]
[expired user #8063]'s profile image [expired user #8063] posted 10 years ago Permalink

[code][/code]


well, now I see that
[expired user #8429]'s profile image [expired user #8429] posted 10 years ago Permalink
Great to see the plink output is now shown in the GUI. One thing that sadly doesn't work (tested with nightly 8.3.0.4833), is entering a SSH-key passphrase.

HeidiSQL only shows a dialog with the text asking for the passphrase, but no input. There is only an OK button.

Is this work-in-progress?

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