|
ab21693b0d
|
Support backticks in column names. Fixes issue #2292.
|
2011-02-02 20:30:24 +00:00 |
|
|
809236e534
|
Fix compiler warnings, newly deprecated stuff.
|
2011-02-01 23:05:46 +00:00 |
|
|
0ecbae3342
|
Cell editor is not repositioned when moving field up or down. Force editor to exit in these cases. Fixes issue #2287.
|
2011-02-01 21:59:51 +00:00 |
|
|
ba9d971e02
|
Apply added privs which were in org privs, then deleted, and added again. Fixes issue #2284.
|
2011-01-30 23:44:43 +00:00 |
|
|
6988d82c55
|
User manager: Split user list into username and host column, and allow sorting by header click. Also, add overlay icons for users with empty passwords, and added privilege objects.
|
2011-01-30 23:25:28 +00:00 |
|
|
59f6dbb3c4
|
Initialize child nodes after adding a privilege object to a user, so the parent checkbox checks all rather than only the first few visible child nodes. Regression introduced most probably in r3585. Fixes issue #2283.
|
2011-01-30 07:02:59 +00:00 |
|
|
57ad933c64
|
Limit batch query package to a maximum of 50 queries, to avoid connection errors. See issue #2272.
|
2011-01-29 06:52:21 +00:00 |
|
|
44bcd31635
|
Add a "Cancel" button to the main toolbar, so users are able to stop long running query grid sort operations. See http://www.heidisql.com/forum.php?t=7674
|
2011-01-29 06:45:49 +00:00 |
|
|
3d677e963f
|
Focus first prechecked table or db node in table tools dialog, to trigger a Tree.OnChange call, which again fixes the width of the size column. Fixes issue #2277.
|
2011-01-26 22:45:20 +00:00 |
|
|
005856d9f0
|
Explicitly pass -ssh parameter to plink although that's assumed as default, but there seems to be some magic switch to some other protocol on certain servers. Fixes issue #2278.
|
2011-01-26 06:57:11 +00:00 |
|
|
4252ea8951
|
Fix decreasing size of compared packet size, caused by loop variable.
|
2011-01-21 21:51:30 +00:00 |
|
|
6b1a5195c8
|
Implement multi statements in one go for query tab, to speed up large scripts with many single queries, e.g. INSERTs from a non-optimized SQL dump. Fixes issue #2272.
|
2011-01-21 21:41:38 +00:00 |
|
|
87ce54b75a
|
Remove debugging code, accidentally committed in r3654. Caused non shown snippet files.
|
2011-01-21 20:09:04 +00:00 |
|
|
99eda21fe6
|
Catch various IO exceptions for TDirectory calls. See http://www.heidisql.com/forum.php?t=7616
|
2011-01-20 17:45:45 +00:00 |
|
|
fda777f843
|
Do not go to start of query if error message did not contain a valid character position. Slightly wrong in r3570.
|
2011-01-19 21:04:04 +00:00 |
|
|
58a95bc978
|
Allow snippet files with more than one dot. Fixes issue #2264. Also, this removes GetFilesFromDir() and makes use of TDirectory.GetFiles instead.
|
2011-01-19 20:47:37 +00:00 |
|
|
0911c8edad
|
Init all objects in active db before preselecting, so the tree does not just check the parent db node when we only want the first object in it. Fixes issue #2267.
|
2011-01-19 20:11:45 +00:00 |
|
|
82b45cf09e
|
Can't recall why date/time columns in a VIEW did not get a default text for CREATE VIEW. Undo that and probably fix the issue described on http://www.heidisql.com/forum.php?t=7109
|
2011-01-17 20:58:56 +00:00 |
|
|
bb00b55798
|
Get collation table once, not in each loop when parsing table columns. Fixes issue #2266.
|
2011-01-16 16:41:29 +00:00 |
|
|
adb3a3aa74
|
Add more debug log lines, mostly to detect looped calls to Ping().
|
2011-01-16 16:36:42 +00:00 |
|
|
56f3b8ff0b
|
Add debug logging in TMySQLConnection.Ping(). See issue #2266
|
2011-01-16 16:22:56 +00:00 |
|
|
88d56668c8
|
Redo changes from r3630
|
2011-01-12 18:16:28 +00:00 |
|
|
6ffb0e360c
|
Revert r3630 test wise, so the reporter of issue #2266 can see if that really caused the slowness.
|
2011-01-12 18:14:39 +00:00 |
|
|
7e1331300d
|
Internally reset cached list of databases after dropping a db. Fixes issue #2271.
|
2011-01-11 18:22:55 +00:00 |
|
|
65148c596d
|
Redo r3571 - seems that was not the cause of slowness.
|
2011-01-11 07:01:58 +00:00 |
|
|
d2fdeef0fb
|
Revert r3571, to test if that caused slowness described in issue #2266 - of which I am unsure.
|
2011-01-10 22:57:49 +00:00 |
|
|
40791c52a9
|
Do what's needs to be done to tell a node it has children now.
|
2011-01-10 20:42:45 +00:00 |
|
|
fcb7fcffab
|
Auto expand active database on startup. See http://www.heidisql.com/forum.php?t=7471
|
2011-01-09 07:23:58 +00:00 |
|
|
11256e914b
|
Allow auto refresh interval to be some float, especially useful for seconds between 0 and 1.
|
2011-01-07 21:29:37 +00:00 |
|
|
e884f26c29
|
Revert r3636 - grid cells need this extra space for the edit button with the three dots.
|
2011-01-04 22:41:50 +00:00 |
|
|
6921e6e189
|
Make detection of disabled users more stable. See http://www.heidisql.com/forum.php?t=7433#p7442
|
2011-01-03 23:21:17 +00:00 |
|
|
a8f5310e3c
|
Minimize column width in data and query grids - add 15px less extra space. See http://www.heidisql.com/forum.php?t=7363
|
2011-01-01 17:48:27 +00:00 |
|
|
1df812d53f
|
Large numbers exceeding Int64 range in SHOW STATUS result can cause an EInvalidOp exception in Trunc(). Catch this exception. See http://www.heidisql.com/forum.php?t=7409
|
2011-01-01 17:36:38 +00:00 |
|
|
69b8201273
|
Add Delphi XE packages.
|
2010-12-29 23:04:18 +00:00 |
|
|
c5ae894951
|
Use less indentation in db tree and less height per node in all trees. Fixes issue #2262.
|
2010-12-29 22:44:12 +00:00 |
|
|
b0048cff64
|
Try to fix a flicker effect on the owner-drawed status bar panels.
|
2010-12-29 20:52:20 +00:00 |
|
|
eea43de0eb
|
Force cache update of server stuff like table engines after reconnecting. Fixes issue #2258.
|
2010-12-21 22:43:14 +00:00 |
|
|
ea4f87f4d0
|
Skip filtered nodes in various GUI actions, e.g. "drop objects" and "export as csv". Fixes issue #2255.
|
2010-12-20 22:00:46 +00:00 |
|
|
535e3d31bf
|
Hide table engines marked as disabled.
|
2010-12-17 21:26:06 +00:00 |
|
|
d60d3f3ea6
|
Focus next or previous grid node on Shift+MouseWheel, in all trees. See http://www.heidisql.com/forum.php?t=7269
|
2010-12-11 07:25:19 +00:00 |
|
|
c97f5295e0
|
5.0 and older servers show a "USING BTREE" before the column list, newer servers have them right after the list. Allow both places to fix compatibility to old servers. See http://www.heidisql.com/forum.php?t=7153 .
|
2010-12-06 23:21:58 +00:00 |
|
|
0df3c96a42
|
Reset CREATE code when renaming a view, so the next click on that view does not trigger "Table does not exist".
|
2010-12-06 23:08:07 +00:00 |
|
|
e23a16f9ae
|
Allow dash in view names. Fixes issue #2243.
|
2010-12-06 22:59:41 +00:00 |
|
|
e3ce880b69
|
Call Application.ProcessMessages in certain intervals while export runs, and disable most controls so nothing critical can break the export loop. See http://www.heidisql.com/forum.php?t=7174 .
|
2010-12-06 22:52:41 +00:00 |
|
|
481b472c52
|
Try to fix detection of default-less fields in views. See http://www.heidisql.com/forum.php?t=7109
|
2010-12-03 21:38:05 +00:00 |
|
|
6136e777e1
|
Silence SQL exception in grid editing when foreign table is not accessible. See http://www.heidisql.com/forum.php?t=7070
|
2010-11-29 07:10:23 +00:00 |
|
|
973351fed8
|
Use manual counter for default query tab caption ("Query #X"), so when closing some tab in between there are no equal ids. See http://www.heidisql.com/forum.php?t=7065
|
2010-11-29 07:03:25 +00:00 |
|
|
a6d697cbd2
|
Minor follow up to previous commit: Trigger save button to be enabled when editing SSH timeout, and adjust IDE-automated width of SSH timeout label.
|
2010-11-28 19:48:06 +00:00 |
|
|
7770d186e5
|
Append -N option to plink command line. Avoids starting a shell on the remote system, and probably heals immediately exiting plink process in cases where the user is not allowed to start a shell. Discussed in issue #2236.
|
2010-11-28 17:22:50 +00:00 |
|
|
199d7c6e0f
|
Make plink.exe wait timeout configurable in session manager. Fixes issue #2236.
|
2010-11-28 12:47:00 +00:00 |
|