|
ce6d525d35
|
Fix displaying "20.14" server version on SQL Server 2014. Try to get more exact version with SELECT SERVERPROPERTY('ProductVersion') on 2008 and newer servers. See http://msdn.microsoft.com/de-de/library/ms174396.aspx .
|
2014-09-13 11:15:24 +00:00 |
|
|
f56764522d
|
Fix EStackOverflow in TSynHashEntry.AddEntry when adding too many table names. See http://www.heidisql.com/forum.php?t=16307
|
2014-09-10 18:35:35 +00:00 |
|
|
72d1073fed
|
Support renaming tables and views on PostgreSQL. See http://www.heidisql.com/forum.php?t=16305
|
2014-09-10 18:20:10 +00:00 |
|
|
c70320a5ba
|
Restrict regular expression in TDBConnection.GetDatatypeByName to very left characters, so it does not detect "ENUM('text','...') DEFAULT 'text'" columns as TEXT type. See http://www.heidisql.com/forum.php?t=16271
|
2014-09-04 16:11:16 +00:00 |
|
|
ea4701f73f
|
Introduce a UNKNOWN data type in PostgreSQL, so we don't fall into a SQL error when opening the data grid with a SUBSTR() call on a non-text column, for example USER-DEFINED/GEOMETRY(POINT).
|
2014-08-31 09:25:38 +00:00 |
|
|
3886bee7e3
|
Add support for BOOLEAN column data type in PostgreSQL. See http://www.heidisql.com/forum.php?t=16072#p16204
|
2014-08-30 14:15:13 +00:00 |
|
|
af551c8d53
|
PostgreSQL does not need a LIKE clause tail like MSSQL does.
|
2014-08-26 18:06:33 +00:00 |
|
|
6e4de241a5
|
Fix UPDATE + DELETE queries in data grid for PostgreSQL, which do not support a LIMIT clause.
|
2014-08-26 18:04:35 +00:00 |
|
|
5506e385ae
|
Introduce TPgConnection.GetCharsetTable, forgotten to implement yet. Fixes a crash in text import dialog.
* User report: http://www.heidisql.com/forum.php?t=16181
* Ticket at 2ndquadrant: https://support.2ndquadrant.com/rt/SelfService/Display.html?id=37948
|
2014-08-25 17:33:37 +00:00 |
|
|
c153cba271
|
Fix duplicated tables in database view on PostgreSQL. See http://www.heidisql.com/forum.php?t=16179#p16179
|
2014-08-22 14:56:42 +00:00 |
|
|
3a169b8a27
|
Support data types with spaces in them, for example "DOUBLE PRECISION" on PostgreSQL. See http://www.heidisql.com/forum.php?t=16072#p16169
|
2014-08-21 18:14:37 +00:00 |
|
|
3d1e40f91a
|
Remove unused variables
|
2014-08-17 15:08:04 +00:00 |
|
|
ad2b4667bd
|
Support older PostgreSQL servers in TPGConnection.FetchDbObjects. See http://www.heidisql.com/forum.php?t=16072#p16138
|
2014-08-17 10:09:06 +00:00 |
|
|
be988526bd
|
* Do not use the "Databases" setting for the db tree, just use it to set the single db name in PostgreSQL mode.
* Use "postgres" as default db (was "template1")
* Turn checkable dropdown menu items into radio items in PostgreSQL mode
See issue #3190 and http://www.heidisql.com/forum.php?t=16072
|
2014-08-10 16:08:43 +00:00 |
|
|
7e986208eb
|
Enable foreign keys editor on NDB cluster >= 7.3.x. See http://www.heidisql.com/forum.php?t=16059
|
2014-07-26 14:29:55 +00:00 |
|
|
07bdeea79f
|
Catch date/time conversion errors in GetDateTimeValue, which happen e.g. when passing an empty date.
|
2014-07-26 14:14:38 +00:00 |
|
|
956ea205eb
|
Call GetDateTimeValue for all temporal types on all server versions.
|
2014-07-26 14:13:40 +00:00 |
|
|
8469c68229
|
MSSQL: Return date/time string value as expected by server. See http://www.heidisql.com/forum.php?t=15925
|
2014-07-12 12:25:19 +00:00 |
|
|
7e486aeb45
|
Avoid inclusion of keys, foreign keys, partition clauses and whatever as additional columns in ParseTableStructure. See http://www.heidisql.com/forum.php?t=15960
|
2014-07-06 15:06:24 +00:00 |
|
|
f1625e064f
|
PQPing() is not made to ping an existing connection. Send an empty query instead. Fixes issue #3570.
|
2014-07-05 09:36:56 +00:00 |
|
|
aa8258f1a1
|
Fix detection of column name identifier in ParseTableStructure. Fixes issue #3585.
|
2014-07-05 09:09:58 +00:00 |
|
|
85ec3724e0
|
Add error message when PostgreSQL library procedure was not found.
|
2014-06-15 18:07:25 +00:00 |
|
|
f9d3321104
|
Fix truncation of routine body to 4000 characters, as a limitation of nvarchar(4000). See http://www.heidisql.com/forum.php?t=12495 . Fixes issue #3503.
|
2014-06-15 17:57:09 +00:00 |
|
|
cada6f0e5d
|
Fix detection of column names with backticks in them. Should have already been fixed in r4559. Fixes issue #2292, again.
|
2014-06-14 06:54:46 +00:00 |
|
|
9ecb52afcb
|
Revert accidental changes included in previous commit.
|
2014-05-27 13:57:01 +00:00 |
|
|
f417a25fe0
|
mysql_get_server_info() returns "5.5.5-10.0.10-MariaDB". Override that with the "version" server variable, which is more exact here.
|
2014-05-27 13:55:54 +00:00 |
|
|
a2c76e7e5f
|
Detect DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP in column definitions. See http://www.heidisql.com/forum.php?t=15768
|
2014-05-27 13:44:19 +00:00 |
|
|
2af4d3cc18
|
Support query timeout on MSSQL and PostgreSQL. Make customizable per up/down scroller in "Advanced" tab of session manager. Fixes issue #3507.
|
2014-05-04 05:01:25 +00:00 |
|
|
e2b1d623d0
|
Remove "experimental" from MSSQL net types.
|
2014-05-03 04:16:56 +00:00 |
|
|
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 |
|
|
6507cb0ea3
|
Fix missing table alias on MSSQL2K. See http://www.heidisql.com/forum.php?t=15506
|
2014-04-19 10:24:38 +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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
66be30b7ef
|
Quote password in MSSQL connection string, so they may contain semicolons. See http://www.heidisql.com/forum.php?t=14753
|
2014-02-07 06:02:57 +00:00 |
|
|
c2de2a76aa
|
Add textbox to store session comments. Fixes issue #3492.
|
2014-01-25 06:17:39 +00:00 |
|
|
63468b0c01
|
Make grid UPDATEs and INSERTs more compatible with DATE/TIME columns in MSSQL. Fixes issue #3469.
|
2013-12-16 18:44:12 +00:00 |
|
|
6b0bd5ff96
|
Make default value of asFullTableStatus effective in TConnectionParameters.FullTableStatus. See issue #2398.
|
2013-12-11 16:32:28 +00:00 |
|
|
5c4cd6c2aa
|
Catch late init_connect errors. Fixes issue #3464
|
2013-12-10 05:48:17 +00:00 |
|
|
a552fae2b6
|
Add "Full status refresh" menu item under "Refresh" dropdown menu. See issue #2398, comment #67.
|
2013-12-07 14:15:44 +00:00 |
|
|
fe6b38c7c1
|
Issue #2398: Make "Get full table status" a session setting (was global before), so users can switch that off in specific sessions only.
|
2013-12-02 05:45:47 +00:00 |
|