Ansgar Becker
|
bee6acab7b
|
Issue #1375: Leave EXPLAIN menu items enabled for SQLite as well.
|
2021-05-22 13:56:11 +02:00 |
|
Ansgar Becker
|
193cba67f4
|
Support EXPLAIN query on PostgreSQL, and fix wrong menu item state in some cases. Closes #1375
|
2021-05-22 13:50:21 +02:00 |
|
Ansgar Becker
|
b5449c055d
|
Table tools: auto-fit column widths with each result grid update, and show execution time in main status bar
|
2021-05-20 22:34:16 +02:00 |
|
Ansgar Becker
|
499a6c3064
|
Unhide public schema on Redshift. See https://www.heidisql.com/forum.php?t=37911
|
2021-05-17 15:00:21 +02:00 |
|
Ansgar Becker
|
e7c4035869
|
Remove experimental flag from SQLite network type
|
2021-05-15 08:51:52 +02:00 |
|
Ansgar Becker
|
7883fd5baa
|
Fix non-loaded previously used search and replace text in drop-down
|
2021-05-15 08:49:10 +02:00 |
|
Ansgar Becker
|
b55e71d016
|
Fix unnecessarily wrapped download link on update-check
|
2021-05-15 08:37:26 +02:00 |
|
Ansgar Becker
|
b6223d25bc
|
Issue #135: leave unfinished Clickhouse support away from the master branch, for the next release
|
2021-05-15 08:29:40 +02:00 |
|
Ansgar Becker
|
4fc2063449
|
Fix crash after encountering unsupported NetType session setting. And don't ask the user to report that as a bug, in the prior error dialog.
|
2021-05-15 08:25:40 +02:00 |
|
Ansgar Becker
|
e0d3563c43
|
Issue #136: support read-only grid text editor in search/replace dialog, when query result is non editable
|
2021-05-13 11:13:52 +02:00 |
|
Ansgar Becker
|
cdc8481471
|
First attempt to manipulate the CREATE table code in SQL exports when source is a MySQL server and target is MariaDB. This just removes the incompatible "COLLATE xyz" clause from virtual varchar columns.
|
2021-05-12 18:16:21 +02:00 |
|
Ansgar Becker
|
549cb86d75
|
Move responsibility for lowercasing hex content from the caller to the implementation, so we get the same display everywhere, including grid exports
|
2021-05-12 15:48:38 +02:00 |
|
Ansgar Becker
|
6f1726ebf8
|
Add context menu for copying download link
|
2021-05-09 12:22:36 +02:00 |
|
Ansgar Becker
|
976dd6b742
|
Turn release-download button into a link label, displaying a second link to a message dialog with instructions for a portable update. See https://www.heidisql.com/forum.php?t=37843
|
2021-05-08 17:21:02 +02:00 |
|
Ansgar Becker
|
c5d95c1ce2
|
Modify release-download-button, so it points to the portable download link if the running version is a portable
|
2021-05-08 09:27:15 +02:00 |
|
Ansgar Becker
|
940bbb7470
|
Fix logged queries duration in "one go" mode. See https://www.heidisql.com/forum.php?t=37878
|
2021-05-07 08:19:07 +02:00 |
|
Ansgar Becker
|
25bfa58937
|
Detect pressed shift key before prompting for filter value. Closes #588
|
2021-05-06 08:00:13 +02:00 |
|
Ansgar Becker
|
1fac5d7eb6
|
Issue #821: don't stack prompts to reload a loaded SQL file after multiple external changes
|
2021-05-06 07:37:43 +02:00 |
|
Ansgar Becker
|
b62a743a4e
|
Issue #136: add context menu with some edit actions to text editor
|
2021-05-03 08:44:00 +02:00 |
|
Ansgar Becker
|
04d1422f34
|
Quote database name separately from table name in foreign key generation. Closes #1364
|
2021-05-02 22:06:56 +02:00 |
|
Ansgar Becker
|
4600ba376f
|
Increase maximum pixel width of status bar panels slightly, so these better fit with a larger font size. Closes #1356
|
2021-05-02 16:40:58 +02:00 |
|
Ansgar Becker
|
65cf4a5820
|
Introduce an auto-quoting mode in TDBConnection.EscapeString, and use that to get rid of quotes around hex values and integers in quick filters
|
2021-05-01 07:35:56 +02:00 |
|
Ansgar Becker
|
b271107dad
|
Add new preference option for displaying hexadecimal content in lowercase
|
2021-04-23 15:45:39 +02:00 |
|
Ansgar Becker
|
21f8d7836e
|
Create "Editor commands" menu in "Query" main menu, and populate it with all available editor commands from SynEditKeyCmds
|
2021-04-22 08:41:38 +02:00 |
|
Ansgar Becker
|
e3de5e0f90
|
Fix crash happening when using un/comment action. Closes #1359
|
2021-04-19 21:06:00 +02:00 |
|
Ansgar Becker
|
6468fd85ff
|
Issue #1357: include column names in "copy as" submenu export actions by default
|
2021-04-18 17:35:26 +02:00 |
|
Ansgar Becker
|
d95ee1ab7b
|
Validate state of TActions after connecting and once in FormShow event. Closes #1319
|
2021-04-17 09:23:41 +02:00 |
|
Ansgar Becker
|
38e5409dbe
|
Create OnChange event for TQueryTab.Memo in TMainForm, replacing OnStatusChange and TQueryTab.MemoOnChange events. OnStatusChange only fires when setting Memo.Modified, so the line/char status bar panel was not updated in many cases. Likely also affected the "run" button: issue #1319
|
2021-04-15 09:01:38 +02:00 |
|
Ansgar Becker
|
75492fc553
|
Restore/keep cursor position in filter editor after refresh
|
2021-04-15 08:08:04 +02:00 |
|
Ansgar Becker
|
e403cb7900
|
Auto-scroll to edited grid cell. See https://www.heidisql.com/forum.php?t=37805
|
2021-04-14 07:27:55 +02:00 |
|
Ansgar Becker
|
acb11f8647
|
Optimize TSQLSentence.GetSQL
|
2021-04-10 19:19:05 +02:00 |
|
Ansgar Becker
|
fe4e29e2e3
|
Initialize global SystemImageList variable, to fix potential issues in apphelpers.GetSystemImageList
|
2021-04-10 19:18:12 +02:00 |
|
Ansgar Becker
|
4d5d8584cb
|
Issue #1352: user manager: sync checked state on out-of-view child nodes
|
2021-04-08 09:26:26 +02:00 |
|
Ansgar Becker
|
24ff1c1fc6
|
Issue #136: fix OS crash with large cell text when reading FEdit.SelStart/Length
|
2021-03-31 16:02:14 +02:00 |
|
Ansgar Becker
|
edbb87fc01
|
Issue #136: cursor position with local number format
|
2021-03-31 16:00:49 +02:00 |
|
Ansgar Becker
|
da4188dc46
|
Issue #136: activate line modification marker in memo gutter
|
2021-03-17 18:46:56 +01:00 |
|
Ansgar Becker
|
d5f7f84f43
|
Issue #136: auto-remove empty registry subkeys created just through AppSettings.SessionPath := GetRegKeyTable, indirectly by TAppSettings.PrepareRegistry
|
2021-03-17 18:17:06 +01:00 |
|
Ansgar Becker
|
97f79e4a0c
|
Issue #136: include remaining 4 highlighters in SynEdit project files and make them available in text editor
|
2021-03-17 17:41:48 +01:00 |
|
Ansgar Becker
|
c82fada994
|
Issue #136: restore text selection after switching highlighter
|
2021-03-17 09:41:10 +01:00 |
|
Ansgar Becker
|
ddea7e8b78
|
Issue #136: remove support for crashing x86 Assembly MASM highlighter
|
2021-03-17 09:39:55 +01:00 |
|
Ansgar Becker
|
ed414d2638
|
Issue #136: remove dependency of existent but non-included WebIDL and ZPL highlighter unit
|
2021-03-16 20:22:47 +01:00 |
|
Ansgar Becker
|
ca9968626d
|
Issue #136: remove dependency of existent but non-included Rexx highlighter unit
|
2021-03-16 20:20:03 +01:00 |
|
Ansgar Becker
|
a3f70b5641
|
Issue #136: remove dependency of existent but non-included LLVM highlighter unit
|
2021-03-16 20:14:15 +01:00 |
|
Ansgar Becker
|
0181a8467f
|
Issue #136: attempt to fix compiler hint: H2443 Inline function 'Point' has not been expanded because unit 'System.Types' is not specified in USES list
|
2021-03-16 19:44:27 +01:00 |
|
Ansgar Becker
|
586eb52593
|
Issue #136: remove now unused TLineNormalizingMemo code
|
2021-03-16 18:47:22 +01:00 |
|
Ansgar Becker
|
62793f0879
|
Issue #136: fix crash now that ActiveGrid may return nil
|
2021-03-16 18:46:22 +01:00 |
|
Ansgar Becker
|
c75dfc2274
|
Issue #136: adjust code for displaying cursor position to the new SynMemo approach
|
2021-03-16 18:38:27 +01:00 |
|
Ansgar Becker
|
3647316425
|
Issue #136: Create TSynMemo on text editor at design time, not at runtime. Not sure why I moved that in 2015.
* support find/replace using our self baken dialog
* fix non-working shortcuts for find/replace actions
|
2021-03-16 18:24:43 +01:00 |
|
Ansgar Becker
|
9dcd446a47
|
Issue #136: Replace the standard memo on the grid cell text editor with a TSynMemo. And provide all supported highlighters in a drop-down, remembering the previously selected highlighter.
|
2021-03-14 20:46:30 +01:00 |
|
Ansgar Becker
|
5b86687f2c
|
Database search feature: prefer a normal log line for tables with no matching data type, so the "Found rows" column has a number, to fix wrong sorting
|
2021-03-12 09:10:04 +01:00 |
|