4717 Commits

Author SHA1 Message Date
9073dc7836 - spCurrentUserHost now Interbase-Compatible
- FetchDbObjects / Get Tables&Vies Interbase-Compatible
2022-03-08 07:04:00 +01:00
2befc563ee Revert "Issue #1169"
This reverts commit c7cc6bdd42bfd6dd66bae30fb78d74faca6bfa34.
2022-03-08 07:04:00 +01:00
231d000251 Issue #1169
- added FireDAC.Phys.FB to use Firebird
- select for spCurrentUserHost for Firebird
- edited GetTableColumns for firebird
- Implemented GetTableForeignKeys for firebird
- FetchDbObjects for Firebird:
  - new select for Tables and views
  - procedures
  - Triggers
  - Functions
2022-03-08 07:04:00 +01:00
bf595da8b7 - added FireDAC.Phys.FB to use Firebird
- select for spCurrentUserHost for Firebird
- edited GetTableColumns for firebird
- Implemented GetTableForeignKeys for firebird
- FetchDbObjects for Firebird:
  - new select for Tables and views
  - procedures
  - Triggers
  - Functions
2022-03-08 07:04:00 +01:00
49d527552a Fix EAbort error when copying text from SynMemo without highlighter. See https://www.heidisql.com/forum.php?t=38906 2022-03-05 08:56:56 +01:00
819699a79a Remove unused variable 2022-03-03 21:23:02 +01:00
9e704e8989 Issue #1151: create item in main tab context menu, for enabling/disabling tab close on dblclick 2022-03-03 21:21:19 +01:00
28365b204a Issue #1503: fix wrong image width 2022-03-02 20:34:56 +01:00
6e36423121 Issue #1540:
* create TDBConnection.IsHex(), and prefer that in all places where we check for a hex value
* fix characters g-z detected as hex chars
* make detection faster than a regex, and check first kilobyte only
2022-03-02 20:13:09 +01:00
18f6ce1f13 Minor performance enhancement with huge number of foreign key items in pulldown 2022-03-02 16:14:30 +01:00
8e9b667c4b Issue #1540: use hex format in foreign key pulldown for binary columns 2022-03-02 15:59:28 +01:00
3f5e2ef944 Issue #1503: recalculate width of status bar panels on DPI change 2022-02-27 22:13:08 +01:00
fc2540e11f Issue #136: prefer selected syntax hightlighter instead of the global SQL highlighter when copying from grid text editor 2022-02-27 15:50:47 +01:00
2c5e64299d Issue #202: always assign randomly initialized HasNulls variable, to fix wrong read-only state in grid editor 2022-02-27 12:23:49 +01:00
7e3f3344f9 Issue #202: show read-only state in text editor via background color and as text in status bar 2022-02-26 20:27:32 +01:00
fff5c647c3 Issue #202: replace NUL characters in cell text also when copying a single cell or using the grid export function 2022-02-26 17:49:23 +01:00
61a08e0947 Issue #202: replace NUL characters in cell text with a space, and activate read-only mode in such cases 2022-02-26 17:38:20 +01:00
eb4f996b39 Issue #1491: add checkbox option to empty-tables-dialog, for disabling foreign key checks 2022-02-22 21:21:37 +01:00
e505b54bdd Issue #1503: fix unsaved setup of columns in lists on object editors (table + routine editors effectively are the only ones with lists) 2022-02-21 17:35:25 +01:00
17768f419b Issue #1503: fix broken position of tab close buttons after DPI change, seen with 100% -> 125% 2022-02-21 17:10:41 +01:00
0f61ad64fe In a connection error, give the user a hint to better use the default library. A similar hint was yet only given on SSL error messages, but libmysql.dll seems to end with a misleading "access denied" error in some cases. Related to #722, #980 and https://stackoverflow.com/questions/71161296/unable-to-connect-to-mysl-container-via-heidisql-via-localhost 2022-02-19 14:50:44 +01:00
8f36560cc0 Issue #1539: overtake some new CLIENT* constants from include\mysql_com.h, and activate CLIENT_PLUGIN_AUTH_LENENC_CLIENT_DATA in MySQL/MariaDB mode 2022-02-13 20:54:07 +01:00
4ceec67f08 Issue #1013: create Jira Textile format for grid result export 2022-02-13 11:41:51 +01:00
e6d7a899ee Issue #1013: rename Wiki markup export format to what it is: Textile, plus give it its correct icon 2022-02-13 11:28:38 +01:00
f11a9dde7c Create new grid export format: SQL UPDATEs. Closes #125. 2022-02-10 06:53:47 +01:00
b4963b01c2 Issue #362: turn edit box for SSH executable into a drop-down, providing plink files in application directory, plus newly supported ssh.exe 2022-02-09 20:33:31 +01:00
d84f2ed22e Issue #1529: detect klink.exe and putty.exe as variants of plink executable 2022-02-09 20:08:44 +01:00
0bbca8e6f7 Issue #1527: Reset height of query tabs and log panel once when area between them is hidden due to a resize. Was previously done in FormResize, now once in FormShow. 2022-02-08 07:49:25 +01:00
f1f0496dee Issue #1503: fix wrong encoding index read from TExtFileOpenDialog after execution 2022-02-06 20:48:48 +01:00
26baa5eb0d Issue #1503: replace remaining usages of TOpenTextFileDialog with new TExtFileOpenDialog 2022-02-06 13:49:09 +01:00
919c73ef06 Issue #1503: switch file-open-dialog for SQL files from TOpenTextFileDialog to newer TFileOpenDialog with better DPI support, and extend it with an encoding selector 2022-02-06 13:36:05 +01:00
8656a6459f Issue #362: bugfix for existing sessions: remove default value for unset asSshExecutable, so the old global asPlinkExecutable gets used in that case 2022-02-06 12:01:11 +01:00
722121035c Issue #1503: Slightly enlarge status bar panel widths 2022-02-05 20:22:21 +01:00
56225db69d Issue #1503: Warn user that using styles with high DPI settings may have display issues 2022-02-05 20:03:43 +01:00
8fc28c1820 Issue #1503: Optimize width of status bar panels with real life sample text widths instead of hardcoded assumptions 2022-02-05 18:15:29 +01:00
98c69fa2ed Issue #362: add basic support for OpenSSH tunnels, with slightly different command line arguments 2022-02-04 22:28:03 +01:00
2036f15263 Issue #1503: Fix too small font and height of items in completion proposal dialog. See https://www.heidisql.com/forum.php?t=38782 2022-02-04 19:58:49 +01:00
1452d4c167 Issue #1503: fix huge font size on query tabset, and try to get a better contrast between selected and unselected result tabs 2022-02-04 07:16:21 +01:00
b49cd51ff9 Issue #1503: scale hardcoded control dimensions in column default editor 2022-02-04 06:58:36 +01:00
c8ecee8f69 Add user option to cut floats from trailing decimal zeros, and leave 1 zero by default. See https://www.heidisql.com/forum.php?t=38775 2022-02-03 08:24:55 +01:00
8d1ed29062 Issue #1503: scale hardcoded dimensions of dynamically created controls on sorting dialog 2022-01-16 11:31:48 +01:00
62899550cd Issue #1360: create menu item for toggling visibility of all columns with one click, in header popup menu 2022-01-13 07:58:15 +01:00
53ed180cfd CSV layout detector: allow NULL on columns with \N values. See https://www.heidisql.com/forum.php?t=38663 2022-01-06 08:20:15 +01:00
9bf599f3f8 Support renaming SQLite tables in database tab. Closes #1427 2022-01-04 19:11:55 +01:00
210f056c47 Revert a part of commit 976dd6b7420232c4dba631391743ef44cf95a935: do not generate hyperlinks for local file paths, which get broken too often due to unsupported spaces. 2022-01-01 12:38:45 +01:00
d7d2993c35 Move line up/down actions to the more noticable Edit main menu 2021-12-31 10:35:05 +01:00
f420f2d036 Fix ignored cursor moves in SQL editors, broken by using OnChange instead of OnStatusChange in 38e5409dbe9758ccbd89cd858089f0728d3e4ca6. Related to #1319 and more recently reported on https://www.heidisql.com/forum.php?t=38641 2021-12-30 11:37:59 +01:00
e8e264fa2a Issue #1503: reduce flicker when DPI setting for current screen is modified, or window gets moved to another screen 2021-12-29 11:31:18 +01:00
149d16dceb Issue #1503: outsource Round() with ScaleFactor into new TExtForm.ScaleSize(), and log scaling factor in log panel 2021-12-29 10:39:22 +01:00
91be0fcc0a Issue #1503: increase default size of grid popup text editor 2021-12-29 10:00:32 +01:00