PDA

View Full Version : {Tool} HeidiSQL Verision 3.2 - 4.0 Candidate Release



Myerz
11-02-09, 12:35 AM
http://i41.tinypic.com/1491agg.png

Version 3.2 (recommended)
- Installer (http://heidisql.googlecode.com/files/HeidiSQL_3.2_Setup.exe) (Mirror) (http://www.heidisql.com/files/HeidiSQL_3.2_Setup.exe)
- Sourcecode (http://heidisql.googlecode.com/files/HeidiSQL_3.2_Sourcecode.zip) (Mirror) (http://www.heidisql.com/files/HeidiSQL_3.2_Sourcecode.zip)

Version 4.0 Release Candidate 3
- Installer (http://heidisql.googlecode.com/files/HeidiSQL_3.2_Setup.exe) (Mirror) (http://www.heidisql.com/files/HeidiSQL_3.2_Setup.exe)
- Sourcecode (http://heidisql.googlecode.com/files/HeidiSQL_4.0RC3_Sourcecode.zip) (Mirror) (http://www.heidisql.com/files/HeidiSQL_4.0RC3_Sourcecode.zip)

HeidiSQL runs on Windows (2000, XP, Vista) and on any Linux with Wine. (http://www.winehq.org/)

Previous releases are deprecated but can be downloaded here. (http://code.google.com/p/heidisql/downloads/list?can=4)

http://i44.tinypic.com/2l87nz9.pngRSS Feed (http://www.heidisql.com/rss_builds.php)

Latest automatically compiled main executable for HeidiSQL. Just download and overwrite your existing C:\Program Files\HeidiSQL\heidisql.exe (or whatever).

Be aware that these builds are not official releases and therefore probably have more bugs, possibly serious ones!


Build log
2256 heidisql.r2256.exe
3270K, Feb 07, 2009 18:21 Fix too early created function popupmenus. All functions having a version property were disabled. Server version is needed to check availability.

Build log
2255 heidisql.r2255.exe
3270K, Feb 07, 2009 08:53 Try a workaround for bug #894: HeidiSQL - Exports are allways ending in frozen GUI. Disable the ghosting feature in Vista.

Build log
2254 heidisql.r2254.exe
3270K, Feb 02, 2009 23:04 Adjust bugtraq url property

Build log
2253 heidisql.r2253.exe
3270K, Feb 02, 2009 22:45 Fix bug #970: Auto connect at startup not working any longer. Brings most startup connection logic into a proper order again. Also removes a TTimer workaround on the session manager in autoconnect mode.

Build log
2252 heidisql.r2252.exe
3270K, Feb 02, 2009 21:42 Fix handling tables with more than 2^32 rows, see rfe #972

Build log
2251 heidisql.r2251.exe
3270K, Feb 01, 2009 10:17 Fix bug #968: Processlist screen is not refreshed properly. The VT.OnChange event gets fired for non focused as well as for focused nodes. User OnFocusChanged() instead.

Build log
2250 heidisql.r2250.exe
3270K, Jan 30, 2009 21:01 Work around bug #965: paste text in find or search dialog. Ctrl+C/V/X does just nothing now if a search/replace dialog is open. Looks like the dialogs don't show up as Mainform.ActiveControl so it's impossible to handle it. Even a Windows message WM_CUT onto the dialogs handle has no effect here.

Build log
2249 heidisql.r2249.exe
3270K, Jan 28, 2009 22:20 Fix bug #474: added column doesn't show up when a column filter is active.

Build log
2248 heidisql.r2248.exe
3270K, Jan 28, 2009 21:58 Remove accidently left debug line from previous commit

Build log
2247 heidisql.r2247.exe
3270K, Jan 28, 2009 20:57 Fix part of registry key RecentFilters showing up in perspectives menu.

Build log
2246 heidisql.r2246.exe
3270K, Jan 28, 2009 20:49 Set focused node to the first selected one after a refresh action. Not doing this, the focused node somehow "jumps" randomly if the list was sorted. Plus: break early if the list doesn't have multiselection enabled.

Build log
2245 heidisql.r2245.exe
3270K, Jan 28, 2009 20:39 Save a detour using procedure a calling procedure b and nothing more.

Build log
2244 heidisql.r2244.exe
3270K, Jan 27, 2009 20:32 Try a pragmatic workaround for bug #761 (Large tables crash TVirtualTree) and bug #950 (Decrease memory usage for grid results). Makes the data grid hard limited to a maximum of 100,000 rows/nodes (means ~6M memory consumption just for the tree nodes). It seems reasonable to do this as on large tables you normally create a filter to find specific rows rather than scrolling and looking the rows up by hand. The grid is now able again to display superlarge tables without losing too much memory for data of few interest. However, I hope there's no complaint the other way around for why we don't display all rows instead.

Build log
2243 heidisql.r2243.exe
3269K, Jan 26, 2009 00:13 Avoid one of the SELECT COUNT(*) on selected table just for statistics purposes. Use the SHOW TABLE STATUS result instead - and tell the user that this is not an exact value for InnodDB tables. Especially useful for large and "slow" InnoDB tables, see issue #940.

Build log
2242 heidisql.r2242.exe
3269K, Jan 25, 2009 15:22 Add combobox containing recent filters to above filter memo. rfe #637: Reintroduce filter history drop down.

Build log
2241 heidisql.r2241.exe
3268K, Jan 25, 2009 11:36 Fulfill rfe #637: Reintroduce filter history drop down. Integrated as submenu of the existing context menu in filter memo.

Build log
2240 heidisql.r2240.exe
3267K, Jan 22, 2009 21:04 Fix bug #959: Insert Date/Time and access violation. Also enable date/time menuitems for non date fields. Don't see a reason why date pasting should not be valid for text columns.

Build log
2239 heidisql.r2239.exe
3267K, Jan 20, 2009 23:48 Fix reselecting nodes after refreshing a virtualtree. Non selected nodes were selected afterwards if the list was non default sorted. Also the focused node "jumps" in these cases, which wants to be fixed somehow.

Build log
2238 heidisql.r2238.exe
3267K, Jan 20, 2009 20:40 Use helper function where applicable

Build log
2237 heidisql.r2237.exe
3267K, Jan 20, 2009 20:28 Use the new progress bar in the very bottom status bar as a replacement for the SQL execution progress bar. Looks nicer, more compact and avoids moving the querygrid down at runtime.

Build log
2236 heidisql.r2236.exe
3267K, Jan 20, 2009 20:16 Fix the part of bug #938 which causes an empty WHERE clause. If CheckUniqueKeyClause returns false, EnsureFullWidth can never succeed. This fix only makes sure that the user gets an informative error popup instead of the above mentioned SQL error.

Build log
2235 heidisql.r2235.exe
3267K, Jan 20, 2009 19:00 Fix start position of progressbar for all callers.

Build log
2234 heidisql.r2234.exe
3267K, Jan 20, 2009 00:54 Simplify code and remove remaining debug output

Build log
2233 heidisql.r2233.exe
3267K, Jan 20, 2009 00:20 Fix bug #939: rename columnname after sorting on that column > freese the program

Build log
2232 heidisql.r2232.exe
3266K, Jan 20, 2009 00:14 Fix saving ORDER clause for critical characters in column names

Build log
2231 heidisql.r2231.exe
3266K, Jan 19, 2009 20:40 Add F2 shortcut to inplace editor for starting the popup text editor. Issue #947.

Build log
2230 heidisql.r2230.exe
3266K, Jan 19, 2009 00:08 Display progress in GridToXYZ by putting a progessbar in a new panel of the status bar. Should be used for other time consuming loops as well. Related to bug #793: app freezes when 'copy as csv/xml/html' is selected

Build log
2229 heidisql.r2229.exe
3265K, Jan 18, 2009 23:34 Implement a preference option to limit the size of "Copy as CSV/HTML/XML/SQL" actions. Helps with bug #793: app freezes when 'copy as csv/xml/html' is selected.

Build log
2228 heidisql.r2228.exe
3263K, Jan 18, 2009 19:48 Seems the file description gets displayed in FireFox when you download a .sql file and HeidiSQL is associated to .sql files. So the description should include the app name.

Build log
2227 heidisql.r2227.exe
3263K, Jan 18, 2009 19:44 Fix bug #931: Access violation when deleting many or all rows in datagrid

Build log
2226 heidisql.r2226.exe
3263K, Jan 18, 2009 17:08 Add homebrown icon for "Select all" action

Build log
2225 heidisql.r2225.exe
3262K, Jan 18, 2009 16:48 Implement copy, cut, paste and select all actions by hand instead of using standard TActions which are not compatible to VirtualTree, SynEdit. All actions are always enabled now. If they fail to do what the user might expect it spits out an error sound. Probably ValidateControls() is a good place to enable/disable these actions. Fixes bug #867: Copy menu item disabled in grid popupmenu.

Build log
2224 heidisql.r2224.exe
3263K, Jan 18, 2009 11:06 Fix broken Esc shortcut to cancel editing nodes. Was assigned to disabling auto refresh in r2214. Now changed to Shift+Ctrl+F5.

Build log
2223 heidisql.r2223.exe
3263K, Jan 18, 2009 10:22 Fix bug #945: HTML view and Access violation

Build log
2222 heidisql.r2222.exe
3263K, Jan 17, 2009 00:36 Fix bug #944: List index out of bounds in query helpers

Build log
2221 heidisql.r2221.exe
3263K, Jan 17, 2009 00:26 Don't assume there were changes for a changed and then reverted grid cell content

Build log
2220 heidisql.r2220.exe
3263K, Jan 16, 2009 01:20 Keep selection in host subtabs on refresh

Build log
2219 heidisql.r2219.exe
3263K, Jan 16, 2009 00:58 Move auto refresh item in main menu higher, below the Refresh item

Build log
2218 heidisql.r2218.exe
3263K, Jan 16, 2009 00:54 Remove useless feature "Edit selection" in SQL log

Build log
2217 heidisql.r2217.exe
3263K, Jan 16, 2009 00:48 Move filter box in host subtabs to bottom. Use a single one instead of one per tab. Display search results in a label right besides. Enables this filter feature for the command stats tab, where it was not available previously.

Build log
2216 heidisql.r2216.exe
3264K, Jan 16, 2009 00:10 Invalidate list contents on disconnect so they get refreshed the next time they are activated and painted.

Build log
2215 heidisql.r2215.exe
3264K, Jan 16, 2009 00:00 Make sub tabs Status, Processlist and Command-Stats refresh themself on demand, like in r2213. Removes SHOW STATUS from startup actions. Also release interlocked routines and shared data between these 3 tabs.

Build log
2214 heidisql.r2214.exe
3263K, Jan 14, 2009 22:32 * Fix the various refresh menu items to use the one and only refresh TAction.
* Move the auto refresh items to main menu (Tools) so it is usable in all places now, including the Data tab (which makes it working similar to tail -f).

Build log
2213 heidisql.r2213.exe
3264K, Jan 14, 2009 21:40

Build log
2212 heidisql.r2212.exe
3264K, Jan 14, 2009 19:20 Fix bug #941: Runtime error on "Replace"

Build log
2211 heidisql.r2211.exe
3264K, Jan 13, 2009 20:30 Suppress automatic connection dialog and close main form if update is in progress.

enegue
11-02-09, 05:27 AM
I'm not a fan of HeidiSQL but nonetheless, good job.