|
a17fee70a3
|
Log plink.exe command line as information on SSH tunnel initialization
|
2015-04-02 10:17:26 +00:00 |
|
|
413643f1a0
|
Check whether column can be null, for composing a CREATE TABLE statement. Otherwise, leave away DEFAULT clause. See http://www.heidisql.com/forum.php?t=18055
|
2015-04-02 10:10:26 +00:00 |
|
|
4d694a511b
|
Translate all remaining menu items in Data > "Insert value" submenu
|
2015-04-02 09:54:44 +00:00 |
|
|
d3f19b66f8
|
Add menu item to insert a GUID without braces. See http://www.heidisql.com/forum.php?t=18058
|
2015-04-02 09:45:28 +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 |
|
|
459292785b
|
Attempt to fix query for detecting table indexes on PostgreSQL. See http://www.heidisql.com/forum.php?t=17747
|
2015-03-25 20:39:12 +00:00 |
|
|
7ebd83259c
|
Follow up to previous commit: Use int64 compatible string to integer conversion for data_length and index_length.
|
2015-03-25 20:26:21 +00:00 |
|
|
b52965097b
|
PostgreSQL: Cast result of pg_table_size() and pg_relation_size() to bigint, so size bars are displayed correctly. See http://www.heidisql.com/forum.php?t=17959
|
2015-03-25 18:50:52 +00:00 |
|
|
245925130d
|
SUBSTR() in PostgreSQL seems 1-based, not 0-based. Fixes non-working TDBQuery.EnsureFullRow and TDBQuery.HasFullData. See http://www.heidisql.com/forum.php?t=17747
|
2015-03-24 19:17:34 +00:00 |
|
|
0ecfca3215
|
Cast reltuples column to bigint so it does not return a float with an exponent. See http://www.heidisql.com/forum.php?t=17959
|
2015-03-19 17:47:35 +00:00 |
|
|
d975065cef
|
Optimize query for getting total row count from PostgreSQL table. See http://www.heidisql.com/forum.php?t=17959
|
2015-03-17 18:53:47 +00:00 |
|
|
098827aea5
|
Remove defined but unused variable
|
2015-03-15 15:53:44 +00:00 |
|
|
5a5eaabeef
|
* Fix microseconds in MSSQL date/time data types, hidden in data and query grids.
* Add support for microsecond precision of MSSQL date/time types in table editor, show these in "Length/Set" column
* See http://www.heidisql.com/forum.php?t=17728
|
2015-03-01 18:21:59 +00:00 |
|
|
74197fc600
|
Use ISO 8601 date/time format on MSSQL. See http://www.heidisql.com/forum.php?t=17728
|
2015-02-28 10:52:48 +00:00 |
|
|
6d34e1de35
|
Add a help button to the quite non-intuitive controls on the export dialog.
|
2015-02-23 19:59:19 +00:00 |
|
|
f79030e699
|
PostgreSQL: Fix wrong order of columns shown in indexes, and show normal indexes also. See http://www.heidisql.com/forum.php?t=17865
|
2015-02-23 19:43:11 +00:00 |
|
|
285007f9ad
|
Only make first part of data type to uppercase, not the part in parentheses. See http://www.heidisql.com/forum.php?t=17845
|
2015-02-22 17:06:43 +00:00 |
|
|
b2a032602a
|
Fix crash when right-clicking a database, following by a click on "Drop". See http://www.heidisql.com/forum.php?t=13004
|
2015-02-15 19:12:46 +00:00 |
|
|
b6fe64303c
|
Version conditional disabling for menu items in MySQL mode only. See http://www.heidisql.com/forum.php?t=17794
|
2015-02-14 12:30:32 +00:00 |
|
|
b337919c12
|
TEXT data type has a maximum length of 65k for MySQL only. Introduce other values for MSSQL and PostgreSQL. See http://www.heidisql.com/forum.php?t=17747
|
2015-02-11 19:29:34 +00:00 |
|
|
4e66477adf
|
Support JSON data type on PostgreSQL. See http://www.heidisql.com/forum.php?t=17584
|
2015-02-05 19:18:12 +00:00 |
|
|
cf6c8e0618
|
Revert previous commit. Disabling foreign key checks while deleting rows leaves orphaned rows in foreign tables. Other solution to be discussed.
|
2015-01-30 14:39:14 +00:00 |
|
|
daae16e583
|
Disable foreign key checks while truncating tables. See http://www.heidisql.com/forum.php?t=17587
|
2015-01-29 19:41:53 +00:00 |
|
|
9d3c19af49
|
Increase various default values for window dimensions, for reasonable look and feel for new users.
|
2015-01-28 19:12:09 +00:00 |
|
|
fe1c449792
|
Add support for MSSQL data type HIERARCHYID. See http://www.heidisql.com/forum.php?t=17575
|
2015-01-28 18:56:57 +00:00 |
|
|
91f53d7c72
|
Add "Rename" context menu item in session tree. See http://www.heidisql.com/forum.php?t=17557
|
2015-01-25 11:38:55 +00:00 |
|
|
2c47e5f51d
|
Use local number formatting in grids by default
|
2015-01-17 16:41:51 +00:00 |
|
|
3ecfccd8d1
|
Use transparent background for NULL cells by default
|
2015-01-17 16:41:01 +00:00 |
|
|
c4b44aec18
|
Fix memory leak in TfrmTableTools.SaveSettings
|
2015-01-09 10:25:15 +00:00 |
|
|
d325b99e00
|
ExtractLiteral deletes required characters from input string. Don't delete more from a regex detection. Broken in r4893. See http://www.heidisql.com/forum.php?t=17399
|
2015-01-08 14:05:04 +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 |
|
|
f29836d1ed
|
Support columns with a string literal as default value plus an ON UPDATE CURRENT_TIMESTAMP clause. See http://www.heidisql.com/forum.php?t=17323
|
2015-01-05 18:51:04 +00:00 |
|
|
36bf8add77
|
MSSQL: More compatibility when getting procedure body. See http://www.heidisql.com/forum.php?t=17314
|
2015-01-04 16:13:20 +00:00 |
|
|
177a77d3fb
|
Display creation time, last alter time, comment and start time of scheduled events. See http://www.heidisql.com/forum.php?t=17321
|
2015-01-02 17:47:52 +00:00 |
|
|
7bdcf0c414
|
Remove duplicates from recent file list pulldown. See http://www.heidisql.com/forum.php?t=17331
|
2015-01-02 17:25:30 +00:00 |
|
|
e90c4d2899
|
Translate connected/disconnected words in status bar
|
2015-01-02 10:40:31 +00:00 |
|
|
bcfd996dfc
|
Add component name to image link
|
2015-01-01 18:03:23 +00:00 |
|
|
b1546db09d
|
Set focus on filter box when SQL help dialog opens. See http://www.heidisql.com/forum.php?t=17294
|
2015-01-01 17:41:32 +00:00 |
|
|
a87e30cc94
|
Update gettext unit to r71 from http://svn.code.sf.net/p/dxgettext/code/trunk/dxgettext/sample/gnugettext.pas
|
2014-12-29 19:02:01 +00:00 |
|
|
0a6c06921c
|
Fix some compiler hints
|
2014-12-29 18:54:07 +00:00 |
|
|
cd165aea92
|
Make search/replace dialog resizable
|
2014-12-27 18:39:48 +00:00 |
|
|
6d9e8738d1
|
Activate "Clear filter" button after applying text to filter memo. See http://www.heidisql.com/forum.php?t=17154
|
2014-12-18 10:01:05 +00:00 |
|
|
36985eccb5
|
Gracefully remove superfluous WHERE keyword from data grid filter, so other places like the previously modified "More filters" menu do not add a second WHERE.
|
2014-12-01 19:26:23 +00:00 |
|
|
ee7ccf288d
|
Use existing data grid WHERE filter to filter values from quick filter > "More values". See http://www.heidisql.com/forum.php?t=17086
|
2014-12-01 19:16:16 +00:00 |
|
|
2699c1b119
|
PostgreSQL: Let longer data type matches win over shorter ones, in TDBConnection.GetDatatypeByName. Important e.g. for CHARACTER and CHARACTER VARYING. See http://www.heidisql.com/forum.php?t=17061
|
2014-11-23 13:40:17 +00:00 |
|
|
89ddbc06ef
|
Add missing Idle event in main unit
|
2014-11-22 19:52:57 +00:00 |
|
|
87742453c0
|
Fix missing Idle event in ApplicationEvents module
|
2014-11-22 19:48:28 +00:00 |
|
|
78d4cdbee3
|
Change button caption from time to time
|
2014-11-22 19:29:05 +00:00 |
|