5ec8c4c725
Issue #2229 :
...
* prefer const over constref for FPC>=3.2.4
* fix unsupported TabOrder on TSpeedbutton
* pass a float value to FloatToStr
* remove unused units from uses clause in lpr project file
2025-08-05 13:01:24 +02:00
ef54221504
Issue #2221 : fix wrong detection of table alias and following dot, with text after the current cursor position
2025-07-31 10:59:05 +02:00
cbde322fde
Issue #2221 : enhance SQL completion proposal in a way SynEdit/Lazarus propagates it, with a focus on column names
2025-07-28 15:37:57 +02:00
103c580daa
Issue #2227 : enable formatter for JSON code in text editor
2025-07-26 17:11:55 +02:00
13338c6b22
Issue #2203 : auto-convert Windows home path to Linux home path when importing a setting file
2025-07-13 15:12:00 +02:00
7555128a29
Issue #2222 : fix missing last character in CREATE TABLE code on table editor and copy-table dialog
2025-07-10 22:07:19 +02:00
94939aad95
Issue #2202 : show a more helpful hint when no library was selected (and none is available) for connecting
2025-07-09 16:07:30 +02:00
456951838e
Issue #2216 : remove predefined SynMemo keystrokes ecLineBreak, ecInsertLine, ecDeleteWord. The latter one inactivates Ctrl+T shortcut for new query tab
2025-07-04 09:03:59 +02:00
07286320b4
Issue #2202 : prefer libmariadb over libmysql when none of them is installed. Also, prefer the -dev packages.
2025-06-25 07:17:32 +02:00
57b44ef313
Issue #2202 : depend on libgtk2.0-0t64, openssl and openssh-client. Also, require all of the database driver libraries so users are not potentially left with an empty library drop-down.
2025-06-23 12:10:41 +02:00
9907d3276e
Convert Windows linebreaks to Unix linebreaks, to prevent /bin/sh from additional \r character
12.11.1.167
2025-06-20 15:51:52 +02:00
bcc2fc098a
Fix $packageDir variable consisting only of $fullVer
2025-06-20 15:45:07 +02:00
2c17d03d1e
Issue #2182 : increase dimensions of crash dialog
2025-06-18 11:52:30 +02:00
804f43eb8f
User manager: reveal yet hidden edit boxes like editRepeatPassword, due to missing autosize properties on tabsheets
2025-06-16 17:33:15 +02:00
c6cf188781
Issue #2182 : fix apphelpers.InvalidateVT on Linux, where VirtualTree needs an additional hit
2025-06-16 17:27:09 +02:00
097e816f5c
Issue #2197 : enable and fix non working file logging, plus fix two "Open folder" menu items
2025-06-16 16:02:23 +02:00
ea1b076f11
Issue #2182 : show exceptions in a custom form with the callstack in a memo and a copy button
2025-06-13 10:15:00 +02:00
9e5b4e7947
Remove VCL styles related code, disable theme selection in preferences, to prevent confusion
2025-06-11 17:06:10 +02:00
145c74aea1
Bump version for v12.11 release
2025-06-11 16:05:21 +02:00
48029f420e
Enable Delphi compatibility mode per file, remove the global mode setting
2025-06-11 16:03:06 +02:00
b898352528
Issue #1253 : fix index creation on PostgreSQL tables, use separate CREATE INDEX queries
2025-06-11 15:56:17 +02:00
2fa2d12d4d
Issue #2187 : Fixed EAccessViolation when closing editor while using non-default theme
2025-06-11 15:54:53 +02:00
661731776b
Issue #2068 : support MariaDB's new VECTOR index in table designer, without M and DISTANCE settings yet
2025-06-11 15:52:59 +02:00
9e5d78e756
Create helper table with the servers' default engine when exporting a view. See https://www.heidisql.com/forum.php?t=44125
2025-06-11 15:38:33 +02:00
967acb54b9
Issue #2186 : fix wrong number of rows shown in grid export dialog when post filter is active
2025-06-11 15:37:16 +02:00
1ab8b0ad52
Issue #604 : add context menu item "Select top 1000 rows"
2025-06-11 15:30:27 +02:00
641a0ea334
Issue #2172 : prompt for password again, when connection has timeout or broke
2025-06-11 15:16:08 +02:00
9018807a6a
Issue #2159 : SQLite: export separated table indexes, and export views and triggers
2025-06-11 15:13:39 +02:00
39c9b5adc9
Issue #214 : when refreshing, ask user if he wants to discard modifications in table/view/routine/... editors
2025-06-11 15:05:18 +02:00
65b96a99d9
Issue #2107 : add "invert check" menu item on table tools tree
2025-06-11 14:54:04 +02:00
59af097acb
Display number or rows in data tab header for views. See https://www.heidisql.com/forum.php?t=44057
2025-06-11 14:47:48 +02:00
a26b071479
Keep retrieving exact row count on data tab header after activated via context menu, until another table has focus
2025-06-11 14:44:47 +02:00
7f1388c26d
Issue #2182 : silence EInvalidOperation when editUsername is not able to focus yet
2025-06-11 14:17:43 +02:00
c0752bce30
Issue #2189 : fix wrong encoding of formatted numbers
2025-06-11 13:46:45 +02:00
950beb787f
Issue #2177 : attempt to get AnyGridHeaderDrawQueryElements running, for displaying sort icons and column numbers
2025-05-21 14:41:17 +02:00
e954f78cc9
Attempt to fix distorted application icon on Linux
2025-05-19 17:24:55 +02:00
63b9361948
Issue #2168 : turn off synchronize_seqscans variable in PostgreSQL mode, to be sure SELECT's show a stable row sorting. See https://www.postgresql.org/docs/8.3/runtime-config-compatible.html#GUC-SYNCHRONIZE-SEQSCANS
2025-05-18 16:40:10 +02:00
767754f2d4
Issue #2168 : select rows from table to export by its primary key columns, so PostgreSQL does not apply a random sorting
2025-05-18 16:39:58 +02:00
cb7e5c0d19
Issue #2156 : unescape generated column expression when loading from IS.COLUMNS
2025-05-18 16:39:04 +02:00
e39e95e23d
Issue #2155 : high DPI fix for painting icons in SQL export target drop-down
2025-05-13 19:00:05 +02:00
d2471e663c
Issue #2155 : paint session background and icon in session drop-down of SQL export dialog
2025-05-09 13:37:53 +02:00
cb293a98b0
Issue #2165 : support perconaserverclient.so for MySQL/MariaDB mode, and filter away libraries like libmariadbd.so
2025-05-09 09:55:02 +02:00
8035252f07
create .tar.xz creator script
2025-05-07 16:00:44 +02:00
80764bf46f
Pass os=linux GET parameter to online update checker, and sync .deb filename with Windows installer filename
2025-05-06 17:46:50 +02:00
82b950036a
Issue #2145 : depend on only one of the database libraries to be installed
12.10.1.133
2025-05-06 16:25:06 +02:00
fe55cba097
Issue #2136 : check if local port is in use before creating SSH tunnel, up to the next 20 higher port numbers
2025-05-05 20:50:18 +02:00
0ee5ccc92e
Issue #2136 : basic support for SSH tunneled connections
2025-05-05 17:09:23 +02:00
bee04c3e3c
Issue #2148 : show note about missing .mo files in app language drop-down
2025-05-03 17:20:21 +02:00
ff1f9e1627
Issue #2148 : fix another wrong path
2025-04-30 15:28:32 +02:00
cec1ad85a5
Issue #2148 : fix path to moved .gitkeep file
2025-04-30 15:24:31 +02:00