Commit Graph

3568 Commits

Author SHA1 Message Date
Ansgar Becker
5152fcaea2 Catch exception when clicking "Cancel running operation" and the KILL command cannot be executed. See http://www.heidisql.com/forum.php?t=22339 2016-10-12 20:04:49 +00:00
Ansgar Becker
b2b5c62030 Accept SSL session settings as command line parameters. See
* http://www.heidisql.com/forum.php?t=22181
* http://www.heidisql.com/help.php#commandline
2016-10-11 18:41:35 +00:00
Ansgar Becker
0e6c3c9757 Support session name in placeholders for filename. See http://www.heidisql.com/forum.php?t=22320 2016-10-11 18:16:29 +00:00
Ansgar Becker
6d04877106 Fix typo 2016-10-08 10:24:20 +00:00
Ansgar Becker
287ac27f0a Fix crash when showing hint (animation) on grid cells with large text portions.
See
* http://www.heidisql.com/forum.php?t=20458#p20548
* http://www.heidisql.com/forum.php?t=22277
2016-10-05 20:15:04 +00:00
Ansgar Becker
2b12bbc4de Next attempt to fix conversion of float values to int/unixtimestamps. See http://www.heidisql.com/forum.php?t=22092#p22159 2016-09-23 19:48:30 +00:00
Ansgar Becker
66c55d2e0a Remove FromLocaleFormat from MakeFloat and MakeInt. See http://www.heidisql.com/forum.php?t=22092#p22133 2016-09-21 17:45:39 +00:00
Ansgar Becker
24be88d043 Support all integer and real data types for displaying as Unix timestamp. See http://www.heidisql.com/forum.php?t=22092 2016-09-17 12:50:22 +00:00
Ansgar Becker
04877c4ae7 Add some hotkeys for focusing table filter, database tree and main tabs. Also, add a new main menu with these actions, so the user can look up these hotkeys. 2016-09-03 07:10:36 +00:00
Ansgar Becker
ebaafb113f Clear contents of filter boxes when pressing Esc key. See http://www.heidisql.com/forum.php?t=21911 2016-08-29 18:50:56 +00:00
Ansgar Becker
ade0bd3f44 Support multiple objects selected in user manager > add object. 2016-08-29 18:37:00 +00:00
Ansgar Becker
c20915c3c1 Add some missing translation strings 2016-08-22 17:21:59 +00:00
Ansgar Becker
7d7b78fcf3 Merge latest changes from official SynEdit repository. Fixes slow highlighter when TableNames contains several 1000's of strings. Removes limitation to 1000 table names for highlighting. See
* http://www.heidisql.com/forum.php?t=16307
* https://github.com/SynEdit/SynEdit/issues/28
2016-08-15 18:07:05 +00:00
Ansgar Becker
55342752b6 Move plink.exe path to lpCommandLine parameter instead of passing it as lpApplicationName. This way, a folderless plink.exe call should use the first available one from the path environment. See http://www.heidisql.com/forum.php?t=21873 2016-08-11 15:17:08 +00:00
Ansgar Becker
ceeefe17d3 * Move some menu items for configuring data grids into a new submenu labelled "Grid view options"
* Create a duplicated menu item there, for "View binary data as text" button from the main toolbar
* Create a new menu item there, for jumping to the "Data" tab in the preferences window
* Add related translation strings
2016-08-05 11:01:46 +00:00
Ansgar Becker
d81a16605c Support Windows authentication via command line parameter W or winauth. See http://www.heidisql.com/forum.php?t=20752 2016-08-04 15:58:41 +00:00
Ansgar Becker
c23015613a Use exact text data types instead of their whole category for detecting special binary columns. Fixes unquoted JSON content in SQL exports. See http://www.heidisql.com/forum.php?t=20655 2016-07-19 17:38:34 +00:00
Ansgar Becker
064d4e2a04 Loosen exception handling in MakeInt(), so that not only EInvalidOp results in errors. Probably related to http://www.heidisql.com/forum.php?t=21727 2016-07-16 07:54:27 +00:00
Ansgar Becker
63f2d8c25a Revert previous commit. 2016-06-19 15:46:00 +00:00
Ansgar Becker
d3566b74f8 Attempt to fix window flicker issue on Windows 10 by disabling ApplicationEvents.OnIdle event temporarily. See http://www.heidisql.com/forum.php?t=21342#p21635 2016-06-19 15:40:23 +00:00
Ansgar Becker
a3853b5d6c Propagate changed list of object names in selected database through the new event OnObjectnamesChanged to the owner object, not through an internal reference to a string list. 2016-06-18 07:24:41 +00:00
Ansgar Becker
ecd1c14ef6 Expired passwords: Initialize form font, and trigger actual string translations 2016-06-17 20:20:42 +00:00
Ansgar Becker
2ae52246a7 Expired passwords: Show password strength indicator as long as repeated password is still empty. 2016-06-16 17:53:08 +00:00
Ansgar Becker
2f3f296e66 Expired passwords: Implement a simple password-strength checker with a progressbar. 2016-06-15 18:54:33 +00:00
Ansgar Becker
9cc8af14d6 Missing constant CLIENT_CAN_HANDLE_EXPIRED_PASSWORDS, see previous commit. 2016-06-13 18:08:34 +00:00
Ansgar Becker
75fecfd3dd MySQL/MariaDB: Implement support for expired passwords. Show a change-password dialog after the very first query of a connection when it returns "Error 1820: You must SET PASSWORD before executing this statement". See http://www.heidisql.com/forum.php?t=17921 2016-06-13 17:59:05 +00:00
Ansgar Becker
4125a7a539 Cosmetics: Make status bar panel for server version a bit wider. See http://www.heidisql.com/forum.php?t=21585 2016-06-11 07:31:27 +00:00
Ansgar Becker
b2f77108af Cosmetics in session manager: Rearrange and resize labels in statistics tab. See http://www.heidisql.com/forum.php?t=21585 2016-06-11 07:25:46 +00:00
Ansgar Becker
67a30de7bb Display network type in tooltip over server status panel. See http://www.heidisql.com/forum.php?t=21556 2016-06-09 20:16:56 +00:00
Ansgar Becker
45d74f2a0e Trim database names when passed as semicolon separated list. See http://www.heidisql.com/forum.php?t=21505 2016-06-07 18:10:38 +00:00
Ansgar Becker
3641a180e4 Rewind result set for column comments before iterating over it, as it's an inner loop. See http://www.heidisql.com/forum.php?t=21504 2016-06-07 18:03:34 +00:00
Ansgar Becker
0ec226ce47 Do not complain about empty password when SHOW GRANTS output does not include the IDENTIFIED BY clause on MySQL 5.7.6+. See http://www.heidisql.com/forum.php?t=21351 2016-06-06 17:57:28 +00:00
Ansgar Becker
775c71c109 Preferences: Give each tab an individual icon, and use flat button style for tabs. 2016-06-02 18:59:20 +00:00
Ansgar Becker
05ca87f3cd Preferences: Add checkbox for "Horizontal scrollbar" in Logging tab. 2016-06-02 18:39:22 +00:00
Ansgar Becker
881f33a014 Add new item "Logging preferences" to context menu in SQL log panel 2016-06-02 18:27:51 +00:00
Ansgar Becker
76e038c6d4 Support wildcard options in "Find text on server" dialog in a new drop down box, to provide a possibility to find exact matches. See http://www.heidisql.com/forum.php?t=21388 2016-05-25 18:53:51 +00:00
Ansgar Becker
9754d5d3b2 Fix EArgumentOutOfRangeException in TDBConnection.PrefetchResults when SQL batch could not be separated correctly. Should be a rare case, but happened, see http://www.heidisql.com/forum.php?t=21380 2016-05-24 16:14:22 +00:00
Ansgar Becker
4db4931753 Display number of selected besides available columns on "Columns" button in "Data" tab. 2016-05-24 16:06:23 +00:00
Ansgar Becker
3396012d54 Display number of sorted columns on "Sorting" button. See http://www.heidisql.com/forum.php?t=17463#p21386 2016-05-24 15:58:24 +00:00
Ansgar Becker
23b2d8badd Fix wrong FLOAT data type mapping between DB.TFieldType and TDBDatatypeIndex, in TAdoDBQuery.Execute. See http://www.heidisql.com/forum.php?t=21306 2016-05-23 18:55:26 +00:00
Ansgar Becker
909cd70388 Missing file for r5073: BIT column syntax. See http://www.heidisql.com/forum.php?t=20333 2016-05-06 16:01:16 +00:00
Ansgar Becker
558a0f9e3f Fix "Database(s)" string split by space characters. Allow semicolon only. See http://www.heidisql.com/forum.php?t=21080 2016-05-06 15:56:58 +00:00
Ansgar Becker
b5de17c15d Wrap grid export code in a try/except block, so we can catch a potential "Cannot determine name of table" error, occurring while trying to get the WHERE clause for DELETEs. See http://www.heidisql.com/forum.php?t=21168 2016-04-28 18:13:47 +00:00
Ansgar Becker
dec6f9ee63 Set each procedure parameter on its own line, and remove some tabs. See http://www.heidisql.com/forum.php?t=21166 2016-04-27 18:08:00 +00:00
Ansgar Becker
24208cc039 Use b'' format only for BIT columns in MySQL only. See http://www.heidisql.com/forum.php?t=20333 2016-04-27 17:55:31 +00:00
Ansgar Becker
6fae579775 Overcome 4000 character limit in IS.VIEW_DEFINITION. See http://www.heidisql.com/forum.php?t=21097 2016-04-17 13:31:50 +00:00
Ansgar Becker
ac8d6bb560 Add splitter on procedure editor. See http://www.heidisql.com/forum.php?t=21106 2016-04-13 17:27:40 +00:00
Ansgar Becker
527eed1bc4 Fill SSL command line parameters only if not empty in HeidiSQL session. See http://www.heidisql.com/forum.php?t=21024 2016-04-11 17:39:51 +00:00
Ansgar Becker
2410e3c8af Display the version of libpq.dll in the status bar's balloon hint with server details, using PQlibVersion(). 2016-04-10 10:27:38 +00:00
Ansgar Becker
91cefe7c5e Update all PostgreSQL libraries, add missing libiconv-2.dll, unify filename of 32bit version of libintl.dll (=> libintl-8.dll), and finally revert the previous 3 commits, which hopefully are not required with these updates. See http://www.heidisql.com/forum.php?t=21039 2016-04-08 16:26:00 +00:00