202 Commits

Author SHA1 Message Date
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
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
fa85dfaf35 Missing file change for previous commit 2017-02-01 05:51:44 +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
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
6d04877106 Fix typo 2016-10-08 10:24:20 +00:00
3e81d33f49 Add translation strings for new "Go to" menu 2016-09-04 11:01:08 +00:00
c20915c3c1 Add some missing translation strings 2016-08-22 17:21:59 +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
0f08bd6c54 Expired passwords: Release strings for translation 2016-06-15 19:14:01 +00:00
e2af21c633 Add client plugin for MariaDB's GSSAPI authentication, basically Windows authentication. 2016-06-15 17:58:32 +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
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
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
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
d904537943 Warn if export output filename contains illegal characters, which TFileStream.Create does not catch for some reason. See http://www.heidisql.com/forum.php?t=20873 2016-03-12 13:55:08 +00:00
df18c98af8 Make keep-alive-interval customizable in "Advanced" tab on session manager. See http://www.heidisql.com/forum.php?t=20829 2016-03-05 18:36:44 +00:00
c3a8d039d0 Bump copyright year in license file 2016-02-17 19:42:08 +00:00
35059404ea Support procedures and functions in "Find text on server" dialog. MySQL syntax only yet, others are to implement. See http://www.heidisql.com/forum.php?t=20456 2016-01-23 09:56:41 +00:00
c7ad2b7dc1 Add new "Options" dropdown button on SQL export dialog, and two new true/false settings: "Add comments" and "Remove auto_increment clauses".
* see http://www.heidisql.com/forum.php?t=18727#p18729
* see http://www.heidisql.com/forum.php?t=20363#p20373
2016-01-13 19:22:41 +00:00
3729f290f1 Table designer: Do not allow an empty length/set for data types which require one. See http://stackoverflow.com/questions/34315162/how-to-create-table-in-mariadb 2015-12-20 11:03:15 +00:00
928dec5e8d Rephrase confirmation message for running unsafe queries. See http://www.heidisql.com/forum.php?t=20139 2015-12-16 18:21:43 +00:00
3fa8563ed3 Translate SynEdit shortcut captions. See http://www.heidisql.com/forum.php?t=19401 2015-12-01 13:39:51 +00:00
3a5917f080 Add menu item "Run SQL file", as a complement to "Load SQL files". See http://www.heidisql.com/forum.php?t=19982 2015-11-30 10:56:34 +00:00
3963c5913c Make brace matching color customizable, via Tools > Preferences > SQL. See http://www.heidisql.com/forum.php?t=19934 2015-11-26 20:28:52 +00:00
daac6caab7 Make insertion of node text on double click customizable, per tree style options menu. See http://www.heidisql.com/forum.php?t=16104 2015-11-11 20:27:54 +00:00
269ee242d9 Introduce GUI font preferences setting, so the user can customize the font of all dialogs and forms. Does not work with menus, however. See http://www.heidisql.com/forum.php?t=19666 2015-11-03 06:28:37 +00:00
6d6cc78a4e Add various missing translation strings. See http://www.heidisql.com/forum.php?t=19401 2015-09-26 12:21:30 +00:00
b905c82c6c Session manager: Add support for SSL cipher, and add various texthints. See http://www.heidisql.com/forum.php?t=18908 2015-07-14 14:38:50 +00:00
8292e41518 Try higher ports, up to the 20 next ones, as SSH local port, when the configured one is in use. Fixes connection problems for multiple connected sessions.
Note: PortOpen() needs ~1 second to finish, so we cannot check thousands of other ports.
See http://www.heidisql.com/forum.php?t=18601#p18601
2015-06-14 06:53:51 +00:00
e206d95c42 Raise connection error when local SSH port for plink is already in use. See http://www.heidisql.com/forum.php?t=18395 2015-05-11 17:51:12 +00:00
7ab04b5254 Periodically store portable settings file, each 60 seconds. In case of a crash, the user does not loose dialog settings and whatever was customized. See http://www.heidisql.com/forum.php?t=18144#p18243 2015-04-26 13:31:08 +00:00
49f205693e Phrasing enhancement: "Enable completion proposal" => "Enable autocompletion" 2015-04-03 20:00:46 +00:00
37fdb3b224 Phrasing enhancement:
* "Data editing" => "Editor configuration"
* "Remember filters, sorting and column selection across sessions" => "Reuse previous configuration settings on restart"
* "Drop down values from foreign table in InnoDB rows" => "Show values in foreign key columns"
2015-04-02 17:24:34 +00:00
819c8bdd7e Phrasing enhancement:
* "Data appearance" => "Text formatting"
* "Maximum column-width..." => "Maximum column width..."
2015-04-02 17:09:09 +00:00
104f7c84bc Phrasing enhancement: "User fired SQL queries" => "User-generated SQL queries" 2015-04-02 17:00:05 +00:00
4d694a511b Translate all remaining menu items in Data > "Insert value" submenu 2015-04-02 09:54:44 +00:00
132974dcc4 Translation enhancement: Use already translated words in longer sentences which refer to tabs in the preferences dialog. 2015-03-31 09:15:05 +00:00
832999576d Phrasing enhancement: "Miscellaneous" => "General" 2015-03-31 08:59:41 +00:00
e9357ffc2a Phrasing enhancement: "Factory defaults" => "Restore defaults" 2015-03-31 08:43:28 +00:00
1526fb9899 Update copyright in license file 2015-03-15 15:43:23 +00:00
82c1a97a45 Move code repository from Google Code back to Sourceforge. 2015-03-15 13:03:51 +00:00
0283ac935c Missing translation for update button on main toolbar 2015-02-16 19:06:48 +00:00
d569e23639 Add edit box + updown buttons for limiting the size of INSERT queries in bytes. See http://www.heidisql.com/forum.php?t=17345 2015-01-05 19:32:58 +00:00
e90c4d2899 Translate connected/disconnected words in status bar 2015-01-02 10:40:31 +00:00
aa6ed7d9dd Fix non working addition of new columns in MySQL. See http://www.heidisql.com/forum.php?t=16948
PostgreSQL: Detect all array style types as unknown type, e.g. TEXT[].
2014-11-14 17:09:08 +00:00
9b397beff0 Pass column or argument name to NativeToNamedColumnType(), as a hint for the user. 2014-11-13 18:41:14 +00:00
7dc73daa6a Downgrade libmysql to the one from MySQL 5.6.6, in order to have the secure_auth option disabled by default. I can't get MYSQL_SECURE_AUTH disabled for some reason. See http://www.heidisql.com/forum.php?t=16858#p16893 . However, we have still utf8mb4 support (since 5.5.3) 2014-11-11 19:35:10 +00:00
9c0d093f2d Fix sql error(2007) Malformed packet, happening on MariaDB-versions of libmysql. Prefer MySQL 5.6.21 versions now. See http://www.heidisql.com/forum.php?t=13454 2014-11-01 12:53:29 +00:00
13799998d8 Remove obsolete readme file, now online at http://www.heidisql.com/help.php 2014-10-28 19:34:24 +00:00