3580 Commits

Author SHA1 Message Date
cdea0923b3 Don't encode html entities but escape quotes in JSON grid export. See http://www.heidisql.com/forum.php?t=22747#p22783 2016-11-26 15:10:55 +00:00
50d74d9214 Fix sloppy regular expression in TDBConnection.DetectUSEQuery which removes too much of trailing quotes in a database name. See http://www.heidisql.com/forum.php?t=22743 2016-11-24 18:22:23 +00:00
462dcba8de Escape quotes and stuff in JSON keys and values. See http://www.heidisql.com/forum.php?t=22747 2016-11-24 18:01:58 +00:00
208723e7bb Use double quotes for PHP values when exporting a PHP array from a grid. See http://www.heidisql.com/forum.php?t=22749 2016-11-24 17:52:46 +00:00
34e8068189 PostgreSQL: query timeout is set in milliseconds, not seconds. See http://www.heidisql.com/forum.php?t=22645 2016-11-21 18:54:07 +00:00
ce444cbfe4 Try to load libpq.dll with explicit file path if the path-less did not succeed. See http://www.heidisql.com/forum.php?t=22514 2016-11-20 21:20:41 +00:00
41b7578c49 Inject a line break after the data grid WHERE filter and before a potential ORDER BY and/or LIMIT clause. This way the filter may end with a comment without breaking the rest of it. See pm from Patrick Fischer. 2016-11-17 20:39:54 +00:00
7bd29f0bac Cast unknown data type columns as text when generating a multi column filter from user input. See http://www.heidisql.com/forum.php?t=22562 2016-11-01 16:52:30 +00:00
aa373aaaba Use the right SQL commands for killing a process on PostgreSQL. See http://www.heidisql.com/forum.php?t=21760 2016-10-31 17:53:25 +00:00
bf9f6c6f6e Fix compiler warning 2016-10-30 18:33:48 +00:00
1e03f4b0b5 Remove quirky logic from TMySQLQuery.Execute when distinguishing between text and binary data types. See http://www.heidisql.com/forum.php?t=22441 2016-10-24 19:34:07 +00:00
89508bc510 Fix crash when taskbar button interface is not available for some reason. See http://www.heidisql.com/forum.php?t=22451 2016-10-24 19:00:01 +00:00
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
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
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
6d04877106 Fix typo 2016-10-08 10:24:20 +00:00
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
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
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
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
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
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
ade0bd3f44 Support multiple objects selected in user manager > add object. 2016-08-29 18:37:00 +00:00
c20915c3c1 Add some missing translation strings 2016-08-22 17:21:59 +00:00
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
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
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
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
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
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
63f2d8c25a Revert previous commit. 2016-06-19 15:46:00 +00:00
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
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
ecd1c14ef6 Expired passwords: Initialize form font, and trigger actual string translations 2016-06-17 20:20:42 +00:00
2ae52246a7 Expired passwords: Show password strength indicator as long as repeated password is still empty. 2016-06-16 17:53:08 +00:00
2f3f296e66 Expired passwords: Implement a simple password-strength checker with a progressbar. 2016-06-15 18:54:33 +00:00
9cc8af14d6 Missing constant CLIENT_CAN_HANDLE_EXPIRED_PASSWORDS, see previous commit. 2016-06-13 18:08:34 +00:00
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
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
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
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
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
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
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
775c71c109 Preferences: Give each tab an individual icon, and use flat button style for tabs. 2016-06-02 18:59:20 +00:00
05ca87f3cd Preferences: Add checkbox for "Horizontal scrollbar" in Logging tab. 2016-06-02 18:39:22 +00:00
881f33a014 Add new item "Logging preferences" to context menu in SQL log panel 2016-06-02 18:27:51 +00:00
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
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
4db4931753 Display number of selected besides available columns on "Columns" button in "Data" tab. 2016-05-24 16:06:23 +00:00