|
a51df43aee
|
Add call to Query() in SetDatabase() after removing it accidentally in previous commit. See http://www.heidisql.com/forum.php?t=15536
|
2014-04-22 17:14:20 +00:00 |
|
|
302238b38d
|
Make detection of USE query more reliable, and implement it once for all descendants of TDBConnection. See also http://www.heidisql.com/forum.php?t=15530
|
2014-04-22 14:49:58 +00:00 |
|
|
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 |
|
|
6507cb0ea3
|
Fix missing table alias on MSSQL2K. See http://www.heidisql.com/forum.php?t=15506
|
2014-04-19 10:24:38 +00:00 |
|
|
e10ab91d5d
|
Remove schema prefix from PostgreSQL tables in tree
|
2014-04-19 06:10:48 +00:00 |
|
|
3b09b79d12
|
Support PostgreSQL in "Find text on server" dialog
|
2014-04-18 18:55:23 +00:00 |
|
|
97774da5c5
|
Display schemata instead of databases in db tree. See http://code.google.com/p/heidisql/issues/detail?id=3190#c32
|
2014-04-17 06:29:11 +00:00 |
|
|
5adea1a2e4
|
Use hardcoded "template1" database when connecting. There is no connect method using an empty database name. See http://code.google.com/p/heidisql/issues/detail?id=3190#c30
|
2014-04-17 05:20:23 +00:00 |
|
|
804857b544
|
Add PostgreSQL server icon
|
2014-04-15 15:46:14 +00:00 |
|
|
28a97cc721
|
Fix query for getting database names on PostgreSQL
|
2014-04-15 09:13:04 +00:00 |
|
|
4aee9078ee
|
Add experimental PostgreSQL support, issue #3190. Include 32bit and 64bit dll's in installer.
|
2014-04-15 06:17:37 +00:00 |
|
|
d59b854c8a
|
Remove debug output, overseen in previous commit
|
2014-04-06 19:33:29 +00:00 |
|
|
cdf2c3fc3f
|
Fix unsafe try/except logic in TMainform.InitConnection, which relied on Connection.Active being correctly set, where it possibly only throws an exception.
|
2014-04-06 09:04:47 +00:00 |
|
|
ac3f8e2438
|
Disable UNSIGNED and ZEROFILL checkboxes for BIT type columns. See http://www.heidisql.com/forum.php?t=15354
|
2014-04-02 04:42:17 +00:00 |
|
|
c549e62129
|
Remove text from plink message dialog which says one should press "y" or "n", where we have buttons already.
|
2014-03-31 04:05:17 +00:00 |
|
|
9fc3c2a3bc
|
Overtake username and hashed password from old user when cloning a user. See http://www.heidisql.com/forum.php?t=8943
|
2014-03-30 05:31:34 +00:00 |
|
|
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 |
|
|
78b807670d
|
Fix forced lowercase in case sensitive search on MSSQL
|
2014-03-28 09:18:10 +00:00 |
|
|
435b555581
|
Make search on server more compatible to MSSQL: Remove LOWER() call, which fails on TEXT fields and is not even required. And add an equivalent to MySQL's BINARY search. See http://www.heidisql.com/forum.php?t=14950
|
2014-03-28 06:02:06 +00:00 |
|
|
a9708fd03f
|
Support "Find text on server" dialog on MSSQL. See http://www.heidisql.com/forum.php?t=14950
|
2014-03-27 04:41:13 +00:00 |
|
|
bd3fb7771c
|
Fix compiler warnings due to usage of deprecated AnsiStrings functions
|
2014-03-25 10:19:15 +00:00 |
|
|
5bc6ae878b
|
Fix compiler error from previous commit.
|
2014-03-25 10:16:17 +00:00 |
|
|
57b715c3b3
|
Localize messages in PlinkRemote unit.
|
2014-03-25 10:13:35 +00:00 |
|
|
51b531dbe3
|
Add Plinkremote unit as a preparation for a better integration of plink.exe into our SSH tunnel.
See
* http://www.delphipraxis.net/70989-komponente-fuer-ssh-verbindung-6.html
* http://www.heidisql.com/forum.php?t=15206
* issue #2902
|
2014-03-25 09:43:51 +00:00 |
|
|
5e876bca62
|
Get path to cmd.exe via COMSPEC environment variable. See http://www.heidisql.com/forum.php?t=15206
|
2014-03-23 15:37:04 +00:00 |
|
|
5a55329844
|
Do not show hint with same text as on tab caption. See issue #3528.
|
2014-03-23 05:33:41 +00:00 |
|
|
cb3894f1bc
|
Try to automatically pipe a "y" to plink.exe, to auto accept unknown host keys. See http://www.heidisql.com/forum.php?t=15224
|
2014-03-22 05:35:35 +00:00 |
|
|
cf58319de8
|
Support disabling SQL hints on result tabs, in Tools > Preferences > Data appearance. Fixes issue #3528.
|
2014-03-21 04:59:40 +00:00 |
|
|
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 |
|
|
0a7199a3d2
|
Display filename with path in query tab hint. Fixes issue #3527.
|
2014-03-15 06:36:19 +00:00 |
|
|
350dc0fcbe
|
Uncheck unwanted databases on databases drop down menu when text was manually edited. Fixes checked items which should be unchecked.
|
2014-03-15 05:13:33 +00:00 |
|
|
6c7a158ab7
|
Clear partitions tab when creating new table.
|
2014-03-13 18:35:48 +00:00 |
|
|
0f7534e8a0
|
Move new partitions tab to the left of "Create code"
|
2014-03-13 18:32:43 +00:00 |
|
|
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 |
|
|
8993dc09e1
|
Windows.GetCommandLine provides two spaces between exename and first parameter, only on Win7, but not on WinXP. The two on Win7 were cut to one, and the one on XP was cut to 0, where the regex required a mandatory space. See http://www.heidisql.com/forum.php?t=15082
|
2014-03-11 04:00:48 +00:00 |
|
|
25b471be0e
|
Auto-uppercase data types of routine parameters. Fixes issue #3497.
|
2014-03-10 04:01:30 +00:00 |
|
|
23013f0499
|
Fix crash after tabbing from the last node on "Database" tab in edit mode. Fixes issue #3526.
|
2014-03-09 20:22:00 +00:00 |
|
|
906b80f3a5
|
Move code from helpers.GetColumnDefaultClause into dbconnection.TTableColumn.SQLCode. Support microseconds part in DEFAULT CURRENT_TIMESTAMP clause. Fixes issue #3506.
|
2014-03-09 04:08:12 +00:00 |
|
|
3a3ea2fb73
|
Cache list of available databases after first click on "Databases" pulldown menu, so we do not have to connect probably slow servers for each click.
|
2014-03-07 15:53:35 +00:00 |
|
|
305551e62f
|
Turn combobox for databases in session manager into a drop down menu, and allow multiple checked items. See http://www.heidisql.com/forum.php?t=15081
|
2014-03-07 06:02:07 +00:00 |
|
|
6272484679
|
Keep "insert SQL function" action disabled as long as user does not focus a grid cell. See http://www.heidisql.com/forum.php?t=15112
|
2014-03-06 16:48:11 +00:00 |
|
|
75695bc90a
|
Revert previous commit and handle VIEWs exactly as we handle tables in user management, except for the icon in front of the privilege, which we detect so the user can distinct between tables and views.
|
2014-03-03 18:26:33 +00:00 |
|
|
9761c21541
|
Do not ignore primary keys with KEY_BLOCK_SIZE=xyz. See http://www.heidisql.com/forum.php?t=15049
|
2014-03-03 05:46:32 +00:00 |
|
|
9c5a53445b
|
Support VIEW privileges in user manager. Seems that MySQL has 3 of it: DROP, SHOW VIEW, CREATE VIEW - but does not distinct the GRANT commands to those of TABLE grants. So, we distinct views from tables by watching out if there is a view with the relevant name. Fixes issue #2732.
|
2014-03-03 05:21:15 +00:00 |
|
|
146a82d8d3
|
Fix compiler warning in TMainForm.TimerBindParamsTimer, and prefer Length over AnsiString based StrLen.
|
2014-02-27 13:01:57 +00:00 |
|
|
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 |
|
|
093d7c0aef
|
Improvement in the bind parameters' detection without new internal unit (cause false positibe virus detection in r4706)
|
2014-02-14 17:09:23 +00:00 |
|
|
45d565f710
|
Fix good format when try to insert value in year column. See http://www.heidisql.com/forum.php?t=14728
|
2014-02-13 08:02:55 +00:00 |
|
|
200107d970
|
Revert r4706, which probably introduced a false positive virus detection in Avira (TR/Spy.ZBot.kre.11). See http://www.heidisql.com/forum.php?t=14844
|
2014-02-13 05:47:35 +00:00 |
|
|
1b65bd320a
|
Addition to r4707: Change text for bind parameters' feature after changing translation string.
|
2014-02-12 18:56:40 +00:00 |
|