HeidiSQL - Nightly builds http://www.heidisql.com/ MySQL made easy en Mon, 05 Jan 2009 21:54:12 +0100 2203 HeidiSQL Revision 2203 http://changes.heidisql.com/2203 Mon, 05 Jan 2009 21:54:12 +0100 <h3>Commit notes:</h3><p>Fix reconnection logic: restore active database, connected timer and server uptime in statusbar</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2203.exe">Download build file</a></p> 2202 HeidiSQL Revision 2202 http://changes.heidisql.com/2202 Mon, 05 Jan 2009 20:50:12 +0100 <h3>Commit notes:</h3><p>Repeat what I tried in r2184: Squeeze statusbar to the very bottom.</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2202.exe">Download build file</a></p> 2201 HeidiSQL Revision 2201 http://changes.heidisql.com/2201 Mon, 05 Jan 2009 19:36:12 +0100 <h3>Commit notes:</h3><p>Fix comment</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2201.exe">Download build file</a></p> 2200 HeidiSQL Revision 2200 http://changes.heidisql.com/2200 Mon, 05 Jan 2009 19:30:12 +0100 <h3>Commit notes:</h3><p>More compact and informative connect / disconnect messages in log</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2200.exe">Download build file</a></p> 2199 HeidiSQL Revision 2199 http://changes.heidisql.com/2199 Mon, 05 Jan 2009 19:10:20 +0100 <h3>Commit notes:</h3><p>Fix old query result from disconnected session being displayed as Node|Node|...</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2199.exe">Download build file</a></p> 2198 HeidiSQL Revision 2198 http://changes.heidisql.com/2198 Sun, 04 Jan 2009 23:12:12 +0100 <h3>Commit notes:</h3><p>Do file logging to correct filename after connecting a different server.</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2198.exe">Download build file</a></p> 2197 HeidiSQL Revision 2197 http://changes.heidisql.com/2197 Sun, 04 Jan 2009 23:00:21 +0100 <h3>Commit notes:</h3><p>Avoid unusable main form after failed session connect. Keep the old connection alive until it is verified that the new one is available. Moves code out of PerformConnect to DoAfterConnect.<br /> Todo: Fix reconnection logic, see bug #858</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2197.exe">Download build file</a></p> 2196 HeidiSQL Revision 2196 http://changes.heidisql.com/2196 Sun, 04 Jan 2009 16:56:13 +0100 <h3>Commit notes:</h3><p>Add session menu items to main menu, submenu of "File" : "Connect to"</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2196.exe">Download build file</a></p> 2195 HeidiSQL Revision 2195 http://changes.heidisql.com/2195 Sun, 04 Jan 2009 15:52:13 +0100 <h3>Commit notes:</h3><p>Disable Zeos' disconnect message and create a nicer one in main.pas</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2195.exe">Download build file</a></p> 2194 HeidiSQL Revision 2194 http://changes.heidisql.com/2194 Sun, 04 Jan 2009 15:40:14 +0100 <h3>Commit notes:</h3><p>Apply bigger font size of appname in about dialog, broken in r1718.</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2194.exe">Download build file</a></p> 2193 HeidiSQL Revision 2193 http://changes.heidisql.com/2193 Sun, 04 Jan 2009 15:36:13 +0100 <h3>Commit notes:</h3><p>Fulfill rfe #524: Ctrl+tab navigation</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2193.exe">Download build file</a></p> 2192 HeidiSQL Revision 2192 http://changes.heidisql.com/2192 Sun, 04 Jan 2009 13:20:17 +0100 <h3>Commit notes:</h3><p>Implement connecting to a different session per connections pulldown menu.</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2192.exe">Download build file</a></p> 2191 HeidiSQL Revision 2191 http://changes.heidisql.com/2191 Sat, 03 Jan 2009 22:20:13 +0100 <h3>Commit notes:</h3><p>Fix visible but unwanted tabs when lastUsedDB is empty</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2191.exe">Download build file</a></p> 2190 HeidiSQL Revision 2190 http://changes.heidisql.com/2190 Sat, 03 Jan 2009 22:10:12 +0100 <h3>Commit notes:</h3><p>Fix handling of SessionName in command line mode</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2190.exe">Download build file</a></p> 2189 HeidiSQL Revision 2189 http://changes.heidisql.com/2189 Sat, 03 Jan 2009 20:24:12 +0100 <h3>Commit notes:</h3><p>Use Main.SessionName as a replacement for FConn.Description.</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2189.exe">Download build file</a></p> 2188 HeidiSQL Revision 2188 http://changes.heidisql.com/2188 Sat, 03 Jan 2009 19:12:12 +0100 <h3>Commit notes:</h3><p>Get rid of redundant start log message</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2188.exe">Download build file</a></p> 2187 HeidiSQL Revision 2187 http://changes.heidisql.com/2187 Sat, 03 Jan 2009 19:08:17 +0100 <h3>Commit notes:</h3><p>Clean up start up routines:<br /> * Merge code from ReadWindowOptions() into FormCreate()<br /> * Move session unrelated stuff from InitConnection() to FormCreate() or - where necessairy - to FormShow()</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2187.exe">Download build file</a></p> 2186 HeidiSQL Revision 2186 http://changes.heidisql.com/2186 Sat, 03 Jan 2009 18:18:14 +0100 <h3>Commit notes:</h3><p>Simplify writing settings to registry:<br /> * Keep only one TRegistry object in memory instead of creating a new one in each routine.<br /> * Move out relevant functions and TRegistry object from main to helpers to make them usable globally.</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2186.exe">Download build file</a></p> 2185 HeidiSQL Revision 2185 http://changes.heidisql.com/2185 Sat, 03 Jan 2009 17:04:13 +0100 <h3>Commit notes:</h3><p>Fix bug #934</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2185.exe">Download build file</a></p> 2184 HeidiSQL Revision 2184 http://changes.heidisql.com/2184 Fri, 02 Jan 2009 20:56:20 +0100 <h3>Commit notes:</h3><p>Hopefully fix wrong component order of splitterTopBottom and SynMemoSQLLog in autobuild mode.</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2184.exe">Download build file</a></p> 2183 HeidiSQL Revision 2183 http://changes.heidisql.com/2183 Fri, 02 Jan 2009 15:52:12 +0100 <h3>Commit notes:</h3><p>Use newer documentation url for function descriptions and adapt text preparation to that.</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2183.exe">Download build file</a></p> 2182 HeidiSQL Revision 2182 http://changes.heidisql.com/2182 Fri, 02 Jan 2009 15:42:12 +0100 <h3>Commit notes:</h3><p>Fix compiler error, broken in previous commit</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2182.exe">Download build file</a></p> 2180 HeidiSQL Revision 2180 http://changes.heidisql.com/2180 Fri, 02 Jan 2009 00:36:12 +0100 <h3>Commit notes:</h3><p>Fix AV after cancelling connection dialog</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2180.exe">Download build file</a></p> 2179 HeidiSQL Revision 2179 http://changes.heidisql.com/2179 Fri, 02 Jan 2009 00:26:19 +0100 <h3>Commit notes:</h3><p>Remove last traces of MDI (issue #513). Merges code, controls and events from childwin into main.</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2179.exe">Download build file</a></p> 2178 HeidiSQL Revision 2178 http://changes.heidisql.com/2178 Mon, 29 Dec 2008 23:00:11 +0100 <h3>Commit notes:</h3><p>fix classpath</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2178.exe">Download build file</a></p> 2177 HeidiSQL Revision 2177 http://changes.heidisql.com/2177 Mon, 29 Dec 2008 22:34:11 +0100 <h3>Commit notes:</h3><p>fixup build for oracle</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2177.exe">Download build file</a></p> 2176 HeidiSQL Revision 2176 http://changes.heidisql.com/2176 Mon, 29 Dec 2008 22:30:12 +0100 <h3>Commit notes:</h3><p>new version info</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2176.exe">Download build file</a></p> 2175 HeidiSQL Revision 2175 http://changes.heidisql.com/2175 Mon, 29 Dec 2008 22:28:11 +0100 <h3>Commit notes:</h3><p>new version info</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2175.exe">Download build file</a></p> 2174 HeidiSQL Revision 2174 http://changes.heidisql.com/2174 Mon, 29 Dec 2008 22:16:12 +0100 <h3>Commit notes:</h3><p>fixup build for oracle</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2174.exe">Download build file</a></p> 2173 HeidiSQL Revision 2173 http://changes.heidisql.com/2173 Mon, 29 Dec 2008 22:08:12 +0100 <h3>Commit notes:</h3><p>make oracle and mysql specific</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2173.exe">Download build file</a></p> 2172 HeidiSQL Revision 2172 http://changes.heidisql.com/2172 Mon, 29 Dec 2008 21:54:12 +0100 <h3>Commit notes:</h3><p>make oracle and mysql specific</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2172.exe">Download build file</a></p> 2171 HeidiSQL Revision 2171 http://changes.heidisql.com/2171 Mon, 29 Dec 2008 21:52:13 +0100 <h3>Commit notes:</h3><p>update ajl jar</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2171.exe">Download build file</a></p> 2168 HeidiSQL Revision 2168 http://changes.heidisql.com/2168 Mon, 29 Dec 2008 21:46:11 +0100 <h3>Commit notes:</h3><p>make oracle and mysql specific</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2168.exe">Download build file</a></p> 2167 HeidiSQL Revision 2167 http://changes.heidisql.com/2167 Mon, 29 Dec 2008 21:42:11 +0100 <h3>Commit notes:</h3><p>make oracle and mysql specific</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2167.exe">Download build file</a></p> 2166 HeidiSQL Revision 2166 http://changes.heidisql.com/2166 Mon, 29 Dec 2008 21:40:13 +0100 <h3>Commit notes:</h3><p>make oracle and mysql specific</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2166.exe">Download build file</a></p> 2164 HeidiSQL Revision 2164 http://changes.heidisql.com/2164 Mon, 29 Dec 2008 21:38:12 +0100 <h3>Commit notes:</h3><p>make oracle and mysql specific</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2164.exe">Download build file</a></p> 2163 HeidiSQL Revision 2163 http://changes.heidisql.com/2163 Mon, 29 Dec 2008 21:36:12 +0100 <h3>Commit notes:</h3><p>make oracle and mysql specific</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2163.exe">Download build file</a></p> 2162 HeidiSQL Revision 2162 http://changes.heidisql.com/2162 Mon, 29 Dec 2008 21:30:12 +0100 <h3>Commit notes:</h3><p>make oracle and mysql specific</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2162.exe">Download build file</a></p> 2161 HeidiSQL Revision 2161 http://changes.heidisql.com/2161 Mon, 29 Dec 2008 21:28:12 +0100 <h3>Commit notes:</h3><p>make oracle and mysql specific</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2161.exe">Download build file</a></p> 2160 HeidiSQL Revision 2160 http://changes.heidisql.com/2160 Mon, 29 Dec 2008 21:26:11 +0100 <h3>Commit notes:</h3><p>make oracle and mysql specific</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2160.exe">Download build file</a></p> 2159 HeidiSQL Revision 2159 http://changes.heidisql.com/2159 Mon, 29 Dec 2008 21:24:12 +0100 See <a href="http://changes.heidisql.com/2159">here</a> for changelog.<hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2159.exe">Download build file</a></p> 2158 HeidiSQL Revision 2158 http://changes.heidisql.com/2158 Mon, 29 Dec 2008 21:20:11 +0100 <h3>Commit notes:</h3><p>make oracle and mysql specific</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2158.exe">Download build file</a></p> 2157 HeidiSQL Revision 2157 http://changes.heidisql.com/2157 Mon, 29 Dec 2008 21:16:12 +0100 <h3>Commit notes:</h3><p>make oracle and mysql specific</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2157.exe">Download build file</a></p> 2154 HeidiSQL Revision 2154 http://changes.heidisql.com/2154 Mon, 29 Dec 2008 21:12:11 +0100 <h3>Commit notes:</h3><p>make oracle and mysql specific</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2154.exe">Download build file</a></p> 2153 HeidiSQL Revision 2153 http://changes.heidisql.com/2153 Mon, 29 Dec 2008 21:06:12 +0100 <h3>Commit notes:</h3><p>make oracle and mysql specific</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2153.exe">Download build file</a></p> 2152 HeidiSQL Revision 2152 http://changes.heidisql.com/2152 Mon, 29 Dec 2008 21:04:12 +0100 <h3>Commit notes:</h3><p>split help for mysql and oracle</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2152.exe">Download build file</a></p> 2151 HeidiSQL Revision 2151 http://changes.heidisql.com/2151 Mon, 29 Dec 2008 21:02:11 +0100 <h3>Commit notes:</h3><p>make oracle and mysql specific</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2151.exe">Download build file</a></p> 2150 HeidiSQL Revision 2150 http://changes.heidisql.com/2150 Mon, 29 Dec 2008 21:00:12 +0100 <h3>Commit notes:</h3><p>make mysql and oracle specific</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2150.exe">Download build file</a></p> 2149 HeidiSQL Revision 2149 http://changes.heidisql.com/2149 Mon, 29 Dec 2008 20:58:11 +0100 <h3>Commit notes:</h3><p>make oracle and mysql specific</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2149.exe">Download build file</a></p> 2148 HeidiSQL Revision 2148 http://changes.heidisql.com/2148 Mon, 29 Dec 2008 20:56:11 +0100 <h3>Commit notes:</h3><p>create table state for oracle</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2148.exe">Download build file</a></p> 2145 HeidiSQL Revision 2145 http://changes.heidisql.com/2145 Mon, 29 Dec 2008 20:52:11 +0100 <h3>Commit notes:</h3><p>split into mysql and oracle specific</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2145.exe">Download build file</a></p> 2144 HeidiSQL Revision 2144 http://changes.heidisql.com/2144 Mon, 29 Dec 2008 20:50:12 +0100 <h3>Commit notes:</h3><p>fix help menu</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2144.exe">Download build file</a></p> 2142 HeidiSQL Revision 2142 http://changes.heidisql.com/2142 Mon, 29 Dec 2008 20:48:12 +0100 <h3>Commit notes:</h3><p>split help dialog logic</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2142.exe">Download build file</a></p> 2141 HeidiSQL Revision 2141 http://changes.heidisql.com/2141 Mon, 29 Dec 2008 20:46:12 +0100 <h3>Commit notes:</h3><p>fix file name</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2141.exe">Download build file</a></p> 2139 HeidiSQL Revision 2139 http://changes.heidisql.com/2139 Mon, 29 Dec 2008 20:44:19 +0100 See <a href="http://changes.heidisql.com/2139">here</a> for changelog.<hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2139.exe">Download build file</a></p> 2138 HeidiSQL Revision 2138 http://changes.heidisql.com/2138 Sun, 28 Dec 2008 20:54:18 +0100 <h3>Commit notes:</h3><p>Minor code simplification</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2138.exe">Download build file</a></p> 2137 HeidiSQL Revision 2137 http://changes.heidisql.com/2137 Sun, 28 Dec 2008 17:28:12 +0100 <h3>Commit notes:</h3><p>Fix bug #812: unable to edit time of datetime in datagrid. Displays two picker controls on datetime and timestamp columns to overcome a limitation of the TDatePicker, which allows either the date or the time portion to be edited but never both of them.</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2137.exe">Download build file</a></p> 2136 HeidiSQL Revision 2136 http://changes.heidisql.com/2136 Sun, 28 Dec 2008 12:34:13 +0100 <h3>Commit notes:</h3><p>Fulfill issue #885: Make create table form resizable</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2136.exe">Download build file</a></p> 2135 HeidiSQL Revision 2135 http://changes.heidisql.com/2135 Sun, 28 Dec 2008 11:58:12 +0100 <h3>Commit notes:</h3><p>Implement per session background color selection for database tree. rfe #896.</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2135.exe">Download build file</a></p> 2134 HeidiSQL Revision 2134 http://changes.heidisql.com/2134 Sat, 27 Dec 2008 20:48:20 +0100 <h3>Commit notes:</h3><p>Code cosmetic: Printing list or grids doesn't make any difference now.</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2134.exe">Download build file</a></p> 2133 HeidiSQL Revision 2133 http://changes.heidisql.com/2133 Fri, 26 Dec 2008 20:28:11 +0100 <h3>Commit notes:</h3><p>Add menu item "Copy grid data as SQL" to main menu.</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2133.exe">Download build file</a></p> 2132 HeidiSQL Revision 2132 http://changes.heidisql.com/2132 Fri, 26 Dec 2008 20:22:11 +0100 <h3>Commit notes:</h3><p>Add option to save grid data to SQL file. rfe #790</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2132.exe">Download build file</a></p> 2131 HeidiSQL Revision 2131 http://changes.heidisql.com/2131 Fri, 26 Dec 2008 19:30:19 +0100 <h3>Commit notes:</h3><p>Fix AV, broken in r2130</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2131.exe">Download build file</a></p> 2130 HeidiSQL Revision 2130 http://changes.heidisql.com/2130 Fri, 26 Dec 2008 15:26:12 +0100 <h3>Commit notes:</h3><p>Apply grid changes by click in grid whitespace, rfe #839</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2130.exe">Download build file</a></p> 2129 HeidiSQL Revision 2129 http://changes.heidisql.com/2129 Fri, 26 Dec 2008 14:58:13 +0100 <h3>Commit notes:</h3><p>No need to press Ctrl to make an URI in a help text clickable.</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2129.exe">Download build file</a></p> 2128 HeidiSQL Revision 2128 http://changes.heidisql.com/2128 Fri, 26 Dec 2008 14:54:12 +0100 <h3>Commit notes:</h3><p>Add extra quick filter items with IS NULL and IS NOT NULL (rfe #477). For cases in which the focused cell is not NULL.</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2128.exe">Download build file</a></p> 2127 HeidiSQL Revision 2127 http://changes.heidisql.com/2127 Fri, 26 Dec 2008 09:18:19 +0100 <h3>Commit notes:</h3><p>Make quick filter menu work with NULL values when a NULL cell is focused (rfe #477)</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2127.exe">Download build file</a></p> 2126 HeidiSQL Revision 2126 http://changes.heidisql.com/2126 Thu, 25 Dec 2008 11:32:11 +0100 <h3>Commit notes:</h3><p>Follow up to r2107: Indicate selectable SynEdit keywords by mouse cursor</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2126.exe">Download build file</a></p> 2125 HeidiSQL Revision 2125 http://changes.heidisql.com/2125 Thu, 25 Dec 2008 11:28:19 +0100 <h3>Commit notes:</h3><p>Implement rfe #792: Copy grid data as SQL</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2125.exe">Download build file</a></p> 2124 HeidiSQL Revision 2124 http://changes.heidisql.com/2124 Sun, 21 Dec 2008 01:58:12 +0100 <h3>Commit notes:</h3><p>add oracle jar to dev classpath</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2124.exe">Download build file</a></p> 2123 HeidiSQL Revision 2123 http://changes.heidisql.com/2123 Sun, 21 Dec 2008 01:56:12 +0100 <h3>Commit notes:</h3><p>get rid of duplicate db connection script and make work for oracle</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2123.exe">Download build file</a></p> 2122 HeidiSQL Revision 2122 http://changes.heidisql.com/2122 Sun, 21 Dec 2008 01:00:12 +0100 <h3>Commit notes:</h3><p>fix oracle port</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2122.exe">Download build file</a></p> 2121 HeidiSQL Revision 2121 http://changes.heidisql.com/2121 Sat, 20 Dec 2008 23:58:16 +0100 <h3>Commit notes:</h3><p>add oracle jdbc driver</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2121.exe">Download build file</a></p> 2120 HeidiSQL Revision 2120 http://changes.heidisql.com/2120 Sat, 20 Dec 2008 23:44:11 +0100 <h3>Commit notes:</h3><p>get debug symbols into lib</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2120.exe">Download build file</a></p> 2119 HeidiSQL Revision 2119 http://changes.heidisql.com/2119 Sat, 20 Dec 2008 23:40:14 +0100 <h3>Commit notes:</h3><p>slider enhancements</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2119.exe">Download build file</a></p> 2118 HeidiSQL Revision 2118 http://changes.heidisql.com/2118 Sat, 20 Dec 2008 23:38:11 +0100 <h3>Commit notes:</h3><p>support multiple vendors</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2118.exe">Download build file</a></p> 2116 HeidiSQL Revision 2116 http://changes.heidisql.com/2116 Sat, 20 Dec 2008 23:36:17 +0100 <h3>Commit notes:</h3><p>split profiles by vendor</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2116.exe">Download build file</a></p> 2115 HeidiSQL Revision 2115 http://changes.heidisql.com/2115 Sat, 20 Dec 2008 11:54:13 +0100 <h3>Commit notes:</h3><p>db enhancements</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2115.exe">Download build file</a></p> 2114 HeidiSQL Revision 2114 http://changes.heidisql.com/2114 Sat, 20 Dec 2008 11:50:14 +0100 <h3>Commit notes:</h3><p>add externalized query file</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2114.exe">Download build file</a></p> 2112 HeidiSQL Revision 2112 http://changes.heidisql.com/2112 Sat, 20 Dec 2008 11:48:12 +0100 <h3>Commit notes:</h3><p>consolidate event handlers</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2112.exe">Download build file</a></p> 2110 HeidiSQL Revision 2110 http://changes.heidisql.com/2110 Sat, 20 Dec 2008 10:56:19 +0100 <h3>Commit notes:</h3><p>remove duplicate event handlers</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2110.exe">Download build file</a></p> 2109 HeidiSQL Revision 2109 http://changes.heidisql.com/2109 Wed, 17 Dec 2008 21:02:11 +0100 <h3>Commit notes:</h3><p>Do not readd auto_increment property if indexes were deselected in copy table dialog. Issue #918.</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2109.exe">Download build file</a></p> 2108 HeidiSQL Revision 2108 http://changes.heidisql.com/2108 Wed, 17 Dec 2008 20:56:19 +0100 <h3>Commit notes:</h3><p>Support index names with reserved words or spaces in it. Issue #918.</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2108.exe">Download build file</a></p> 2107 HeidiSQL Revision 2107 http://changes.heidisql.com/2107 Tue, 16 Dec 2008 22:20:11 +0100 <h3>Commit notes:</h3><p>Implement selection of pulldown attribute by click into SynMemo</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2107.exe">Download build file</a></p> 2106 HeidiSQL Revision 2106 http://changes.heidisql.com/2106 Tue, 16 Dec 2008 21:34:20 +0100 <h3>Commit notes:</h3><p>Fix bug #916: UNIX newline style auto converted to Windows style when executing queries . Extends escChars() to spit out \r + \n for new line chars, and tries not to break performance in that method.</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2106.exe">Download build file</a></p> 2105 HeidiSQL Revision 2105 http://changes.heidisql.com/2105 Tue, 16 Dec 2008 18:24:12 +0100 <h3>Commit notes:</h3><p>Code cosmetic - use VT.Text[] instead of long named arrays in "HTML view"</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2105.exe">Download build file</a></p> 2104 HeidiSQL Revision 2104 http://changes.heidisql.com/2104 Tue, 16 Dec 2008 18:16:12 +0100 <h3>Commit notes:</h3><p>Fix bug #915: HTML-View only export the first 256 characters in "Data" tab</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2104.exe">Download build file</a></p> 2103 HeidiSQL Revision 2103 http://changes.heidisql.com/2103 Tue, 16 Dec 2008 11:46:14 +0100 <h3>Commit notes:</h3><p>Work around access violation in SynEdit by postponing change event to OnExit (bug #914)</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2103.exe">Download build file</a></p> 2102 HeidiSQL Revision 2102 http://changes.heidisql.com/2102 Tue, 16 Dec 2008 11:30:17 +0100 <h3>Commit notes:</h3><p>Add missing event handler for various numeric preference options. Issue #914</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2102.exe">Download build file</a></p> 2101 HeidiSQL Revision 2101 http://changes.heidisql.com/2101 Mon, 15 Dec 2008 13:46:19 +0100 <h3>Commit notes:</h3><p>Fix bug #907: Editing a īsetī-field (can't see dropdown when record is the last row on screen). Adds extra space below the last row so that the SET editor is fully visible.</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2101.exe">Download build file</a></p> 2100 HeidiSQL Revision 2100 http://changes.heidisql.com/2100 Sun, 14 Dec 2008 12:22:20 +0100 <h3>Commit notes:</h3><p>Enable installation for non admins. Lets at least a non-admin user select a different install directory. Issue #899</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2100.exe">Download build file</a></p> 2099 HeidiSQL Revision 2099 http://changes.heidisql.com/2099 Fri, 12 Dec 2008 22:22:12 +0100 <h3>Commit notes:</h3><p>Add date/time to SQL output, issue #483</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2099.exe">Download build file</a></p> 2098 HeidiSQL Revision 2098 http://changes.heidisql.com/2098 Fri, 12 Dec 2008 22:12:12 +0100 <h3>Commit notes:</h3><p>Allow update checking each time the application is started ("0" in preferences option)</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2098.exe">Download build file</a></p> 2097 HeidiSQL Revision 2097 http://changes.heidisql.com/2097 Fri, 12 Dec 2008 20:58:16 +0100 <h3>Commit notes:</h3><p>Fix bug #866 : "Copy grid data as HTML" produces overlapping data in IE with very wide tables.<br /> "white-space:pre" works similar like <pre></pre> which can cause more layout problems than it has good impact.</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2097.exe">Download build file</a></p> 2096 HeidiSQL Revision 2096 http://changes.heidisql.com/2096 Thu, 11 Dec 2008 00:40:15 +0100 <h3>Commit notes:</h3><p>Add inbetween panel to main statusbar, containing [line]:[char] for the query memo</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2096.exe">Download build file</a></p> 1866 HeidiSQL Revision 1866 http://changes.heidisql.com/1866 Wed, 10 Dec 2008 23:43:54 +0100 <h3>Commit notes:</h3><p>Fix compiler error by accidently deleted line in previous commit.</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r1866.exe">Download build file</a></p> 2095 HeidiSQL Revision 2095 http://changes.heidisql.com/2095 Tue, 09 Dec 2008 19:00:22 +0100 <h3>Commit notes:</h3><p>Missing file from r2065, bug #875</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2095.exe">Download build file</a></p> 2094 HeidiSQL Revision 2094 http://changes.heidisql.com/2094 Tue, 09 Dec 2008 01:30:20 +0100 <h3>Commit notes:</h3><p>add debug symbols</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2094.exe">Download build file</a></p> 2093 HeidiSQL Revision 2093 http://changes.heidisql.com/2093 Wed, 03 Dec 2008 13:30:17 +0100 <h3>Commit notes:</h3><p>Fix sstr() to return the exact wanted length instead of length + 1</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2093.exe">Download build file</a></p> 2092 HeidiSQL Revision 2092 http://changes.heidisql.com/2092 Wed, 03 Dec 2008 00:30:12 +0100 <h3>Commit notes:</h3><p>Fix access violation on actived grid editors (enum, date, set) when the grid got reloaded. Fixes bug #893 and bug #883.</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2092.exe">Download build file</a></p> 2091 HeidiSQL Revision 2091 http://changes.heidisql.com/2091 Wed, 03 Dec 2008 00:00:13 +0100 <h3>Commit notes:</h3><p>Fix bug #891: Wrong view loaded into view editor</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2091.exe">Download build file</a></p> 2089 HeidiSQL Revision 2089 http://changes.heidisql.com/2089 Tue, 02 Dec 2008 19:30:19 +0100 <h3>Commit notes:</h3><p>Fix invisible items in SET column editor. Fixes bug #884.</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2089.exe">Download build file</a></p> 2085 HeidiSQL Revision 2085 http://changes.heidisql.com/2085 Mon, 01 Dec 2008 07:00:21 +0100 <h3>Commit notes:</h3><p>fix gui methods which do not work on jdk 1.5</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2085.exe">Download build file</a></p> 2083 HeidiSQL Revision 2083 http://changes.heidisql.com/2083 Thu, 27 Nov 2008 21:00:21 +0100 <h3>Commit notes:</h3><p>Activate new inplace editor again for numeric and other columns, but with hidden edit button. Enables tabbing feature for datatypes where we don't provide a special editor.</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2083.exe">Download build file</a></p> 2081 HeidiSQL Revision 2081 http://changes.heidisql.com/2081 Tue, 25 Nov 2008 21:30:11 +0100 <h3>Commit notes:</h3><p>Replace TMemos by TSynMemos in SQL help window and add URI openers. Enables linked URIs in text.</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2081.exe">Download build file</a></p> 2080 HeidiSQL Revision 2080 http://changes.heidisql.com/2080 Tue, 25 Nov 2008 21:00:11 +0100 <h3>Commit notes:</h3><p>Add fitting icon and hint text to inplace editor button.</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2080.exe">Download build file</a></p> 2078 HeidiSQL Revision 2078 http://changes.heidisql.com/2078 Tue, 25 Nov 2008 20:30:15 +0100 <h3>Commit notes:</h3><p>Do not use the new inplace editor for numeric columns, instead use VT's default editor again.</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2078.exe">Download build file</a></p> 2076 HeidiSQL Revision 2076 http://changes.heidisql.com/2076 Tue, 25 Nov 2008 19:00:19 +0100 <h3>Commit notes:</h3><p>Fulfill rfe #887 : Do not close connection dialog on connection error</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2076.exe">Download build file</a></p> 2074 HeidiSQL Revision 2074 http://changes.heidisql.com/2074 Tue, 25 Nov 2008 05:30:13 +0100 <h3>Commit notes:</h3><p>fix NPE in worker</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2074.exe">Download build file</a></p> 2070 HeidiSQL Revision 2070 http://changes.heidisql.com/2070 Tue, 25 Nov 2008 00:30:21 +0100 <h3>Commit notes:</h3><p>Add locking to get rid of orphaned progress bar</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2070.exe">Download build file</a></p> 2069 HeidiSQL Revision 2069 http://changes.heidisql.com/2069 Mon, 24 Nov 2008 09:30:11 +0100 <h3>Commit notes:</h3><p>update for a3.6</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2069.exe">Download build file</a></p> 2066 HeidiSQL Revision 2066 http://changes.heidisql.com/2066 Mon, 24 Nov 2008 09:00:20 +0100 See <a href="http://changes.heidisql.com/2066">here</a> for changelog.<hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2066.exe">Download build file</a></p> 2065 HeidiSQL Revision 2065 http://changes.heidisql.com/2065 Sun, 23 Nov 2008 18:00:11 +0100 <h3>Commit notes:</h3><p>Fix bug #875 : Table creation form create the table hitting enter when create button is enabled</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2065.exe">Download build file</a></p> 2064 HeidiSQL Revision 2064 http://changes.heidisql.com/2064 Sun, 23 Nov 2008 13:00:12 +0100 <h3>Commit notes:</h3><p>Fix inconsistent window and button captions (bug #864)</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2064.exe">Download build file</a></p> 2063 HeidiSQL Revision 2063 http://changes.heidisql.com/2063 Sun, 23 Nov 2008 12:30:12 +0100 <h3>Commit notes:</h3><p>Fix bug #876 : Incorrect database name ''</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2063.exe">Download build file</a></p> 2060 HeidiSQL Revision 2060 http://changes.heidisql.com/2060 Sun, 23 Nov 2008 12:00:13 +0100 <h3>Commit notes:</h3><p>fix more unquoted strings</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2060.exe">Download build file</a></p> 2055 HeidiSQL Revision 2055 http://changes.heidisql.com/2055 Sun, 23 Nov 2008 11:30:12 +0100 <h3>Commit notes:</h3><p>dont process unneeded events</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2055.exe">Download build file</a></p> 2053 HeidiSQL Revision 2053 http://changes.heidisql.com/2053 Sun, 23 Nov 2008 10:30:13 +0100 <h3>Commit notes:</h3><p>parent message boxes correctly on multiple monitors systems</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2053.exe">Download build file</a></p> 2052 HeidiSQL Revision 2052 http://changes.heidisql.com/2052 Sun, 23 Nov 2008 10:00:12 +0100 <h3>Commit notes:</h3><p>finally get rid of console scrolling bug</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2052.exe">Download build file</a></p> 2051 HeidiSQL Revision 2051 http://changes.heidisql.com/2051 Sun, 23 Nov 2008 08:00:12 +0100 <h3>Commit notes:</h3><p>move waitoperation string into the worker</p><hr /><p><a href="http://www.heidisql.com/builds/heidisql.r2051.exe">Download build file</a></p>