Commit Graph

166 Commits

Author SHA1 Message Date
Ansgar Becker
4d694a511b Translate all remaining menu items in Data > "Insert value" submenu 2015-04-02 09:54:44 +00:00
Ansgar Becker
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
Ansgar Becker
832999576d Phrasing enhancement: "Miscellaneous" => "General" 2015-03-31 08:59:41 +00:00
Ansgar Becker
e9357ffc2a Phrasing enhancement: "Factory defaults" => "Restore defaults" 2015-03-31 08:43:28 +00:00
Ansgar Becker
1526fb9899 Update copyright in license file 2015-03-15 15:43:23 +00:00
Ansgar Becker
82c1a97a45 Move code repository from Google Code back to Sourceforge. 2015-03-15 13:03:51 +00:00
Ansgar Becker
0283ac935c Missing translation for update button on main toolbar 2015-02-16 19:06:48 +00:00
Ansgar Becker
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
Ansgar Becker
e90c4d2899 Translate connected/disconnected words in status bar 2015-01-02 10:40:31 +00:00
Ansgar Becker
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
Ansgar Becker
9b397beff0 Pass column or argument name to NativeToNamedColumnType(), as a hint for the user. 2014-11-13 18:41:14 +00:00
Ansgar Becker
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
Ansgar Becker
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
Ansgar Becker
13799998d8 Remove obsolete readme file, now online at http://www.heidisql.com/help.php 2014-10-28 19:34:24 +00:00
Ansgar Becker
2a6c891654 Introduce handling of stored functions in PostgreSQL: Displays functions in database browser, enables function editor and "run routine" button with argument handling. 2014-10-26 10:39:58 +00:00
Ansgar Becker
f0fc3e428b Fix typos 2014-10-19 09:45:44 +00:00
Ansgar Becker
2ee5aa43a5 Update year of copyright 2014-10-14 17:58:04 +00:00
Ansgar Becker
9cc5fc6aaf Turn readme.txt into a more comprehensive online help document 2014-10-13 18:49:59 +00:00
Ansgar Becker
cf72ee2953 Add filter textbox to column selector in "Data" tab 2014-10-09 17:14:34 +00:00
Ansgar Becker
6617132cb2 Enhance translation hints 2014-10-08 19:49:22 +00:00
Ansgar Becker
e6d0eb20c3 Update libmysql again to those from the MariaDB 10.0.14 package. Probably fixes a connection latency, described in http://www.heidisql.com/forum.php?t=16425 2014-10-04 16:10:31 +00:00
Ansgar Becker
b6292da965 Overseen file for previous commit 2014-10-03 12:40:32 +00:00
Ansgar Becker
c22258ec92 Enhance translation hint 2014-10-03 10:00:27 +00:00
Ansgar Becker
6f6c594bd7 Switch character set from utf8 to the fixed one called utf8mb4 in MySQL. Attempt to still use utf8 when that newer charset does not exist in the client library. At the same time, update libmysql to v2.0 from https://downloads.mariadb.org/client-native/2.0.0/ . See http://www.heidisql.com/forum.php?t=16425 2014-09-29 18:48:59 +00:00
Ansgar Becker
4f0355ee27 Ask user to confirm unsafe UPDATEs/DELETEs in query tab before executing. See http://www.heidisql.com/forum.php?t=16315
TODO: Add checkbox option to turn this on again once having silenced the message box.
2014-09-16 19:16:13 +00:00
Ansgar Becker
f280a1f233 Rename "Cancel" button on update check dialog to "Skip" when displayed right after application start. Fixes issue #3584. 2014-06-16 16:57:52 +00:00
Ansgar Becker
85ec3724e0 Add error message when PostgreSQL library procedure was not found. 2014-06-15 18:07:25 +00:00
Ansgar Becker
4fa5555fa5 Solve all missing and wrong DLL issues for 32/64 bit PostgreSQL mode. Fixes issue #3543. 2014-06-08 05:55:07 +00:00
Ansgar Becker
1150032818 Add a 32bit-only installer, for users who want the 32bit version on a 64bit Windows. See http://www.heidisql.com/forum.php?t=15800 2014-06-05 19:22:14 +00:00
Ansgar Becker
f3baab5a80 Rearrange list of contributors 2014-05-27 13:05:07 +00:00
Ansgar Becker
8c3775fe0f Add "Save as textfile" action, and include that in routine editor > "CREATE code" tab > context menu. Fixes issue #3486. 2014-05-08 04:50:59 +00:00
Ansgar Becker
74b8c95fc0 Issue #1325: Apply Adriens patch from March 20, modified for code style reasons. Introduces a checkbox in front of the "Bind parameters" node, which makes the detection optional, as it requires quite a bit CPU load. 2014-04-22 04:46:48 +00:00
Ansgar Becker
6ece2cc5a6 Include required file for PostgreSQL connections in setup routine. Taken from http://slproweb.com/download/Win32OpenSSL_Light-1_0_1g.exe 2014-04-17 13:36:21 +00:00
Ansgar Becker
4aee9078ee Add experimental PostgreSQL support, issue #3190. Include 32bit and 64bit dll's in installer. 2014-04-15 06:17:37 +00:00
Ansgar Becker
817348af73 Remove translation strings which were in deleted plinkremote unit 2014-03-30 05:49:50 +00:00
Ansgar Becker
370b4cf212 Rewrite plink.exe process handling: Create our own class TPlink, which needs to be called with a .Connect method and raises an exception when some error occurs. Fixes issue #2902. See also: http://www.heidisql.com/forum.php?t=15224 2014-03-29 06:57:05 +00:00
Ansgar Becker
57b715c3b3 Localize messages in PlinkRemote unit. 2014-03-25 10:13:35 +00:00
Ansgar Becker
6a3a91ad0a Support changing active result tab per shortcut, Alt+Left and Alt+Right. See http://www.heidisql.com/forum.php?t=7609 2014-03-19 10:27:56 +00:00
Ansgar Becker
7c3a0f4248 Migrate email address to @heidisql.com 2014-03-15 16:03:02 +00:00
Ansgar Becker
1366ace11c Add a read-only tab for a potentially existing PARTITION clause of the table. Fixes issue #1692. 2014-03-13 04:58:45 +00:00
Ansgar Becker
ccb5ed7d03 Allow disabling the creation of start menu icons in the installer. Fixes issue #3510. 2014-03-08 04:03:23 +00:00
Ansgar Becker
86b752e9e0 Add language string for "This is a UNIX timestamp column" 2014-02-27 12:48:50 +00:00
adri.granger
e3c288f8a7 Check if all indexes have at least one column when creating or altering table to prevent creation of empty index. Fixes issue #3516. 2014-02-20 14:36:55 +00:00
Ansgar Becker
61e3642851 Automatically detect UI language and use localized messages on installer 2014-02-15 07:23:53 +00:00
Ansgar Becker
c3b911b64d Ask to close HeidiSQL processes while installing. See pm from Dave. 2014-02-15 06:50:08 +00:00
adri.granger
1528469f7a Fix some glitches in translation strings about bind parameters 2014-02-12 17:57:24 +00:00
adri.granger
82c960ceb1 Add support of bind parameters. Fixes issue #1325 2014-02-10 18:30:47 +00:00
Ansgar Becker
a55b00409f Add Adrien to the list of contributors, and add countries. 2014-02-06 15:34:47 +00:00
Ansgar Becker
d9703178c6 Move useful commands from system menu to a "More" button with a drop down menu, and include import + export commands now. Fixes issue #2502. 2014-02-05 09:42:26 +00:00
Ansgar Becker
3579c25f83 Fix some minor glitches in translation strings, reported by david.proweb. 2013-12-15 06:12:09 +00:00