d4b294f35a
Support auto_increment flag on indexes other than primary or unique, on copy table dialog. If that still fails, give the user a hint to select the right index. See https://www.heidisql.com/forum.php?t=23383
2017-02-28 19:23:57 +00:00
eeda3228bf
Support grouping by tree node type in "check xyz" menu items on table tools dialog. See https://www.heidisql.com/forum.php?t=23351
2017-02-28 18:56:38 +00:00
e74ccecb75
Prevent inserting cell text ellipsis in query tab. See https://www.heidisql.com/forum.php?t=23353
2017-02-23 17:26:55 +00:00
b4806065c2
Add "<server default>" to the engine drop down on the table editor, and make that the new default, so we leave the ENGINE=.. clause away. See https://www.heidisql.com/forum.php?t=23363
2017-02-23 17:16:00 +00:00
9d2e0f41a7
Use HTTPS for all web requests on heidisql.com
2017-02-20 17:51:12 +00:00
34a34ef7fe
Fix some labels which I modified wrongly some time ago
2017-01-30 18:53:29 +00:00
b6e1f8012e
Attempt to add an error string which Windows provides after a failed call to LoadLibrary. See http://www.heidisql.com/forum.php?t=22514
2017-01-23 19:35:14 +00:00
53b4ab6911
Include ADO connection string in status bar connection details, shorten the lines reasonably and show the full lines in a message box when clicking on it. See http://www.heidisql.com/forum.php?t=23049
2017-01-14 11:01:32 +00:00
d75ae736ea
Make Markdown export code compatible to the parser on gitlab.com, by using 3 dashes instead of 1, below header columns. See http://www.heidisql.com/forum.php?t=22991
2016-12-25 11:35:37 +00:00
5312a37203
Support SQL security setting in view editor via drop down menu. See http://www.heidisql.com/forum.php?t=21740
2016-12-14 19:10:08 +00:00
e4a8540204
Increase width of "name" field on view editor to the same value as it's on the procedure editor.
2016-12-11 11:25:29 +00:00
f56c34abec
Reasonably increase and unify design time dimensions of object editors to 700x500 pixels
2016-12-11 10:45:20 +00:00
795e5de4c2
Remove per-row comment in PHP array grid export, which blows up the result. See http://www.heidisql.com/forum.php?t=22749#p22798
2016-12-03 09:43:01 +00:00
3ffcafac05
Revert r5136, which removes support for single quotes in database names again, to fix a new bug when finding the right PG database name in a query like SET search_path TO E'information_schema', E'public'. See http://www.heidisql.com/forum.php?t=22799
2016-11-29 14:15:42 +00:00
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