6408 Commits

Author SHA1 Message Date
ed76333392 pr #2228 and issue #1525: fix missing reference to new unit in project files 2025-07-29 21:15:38 +02:00
0081b255ff feat: Add Project Manager tab to Query Helper panels 2025-07-29 18:50:07 +02:00
beeb59afc3 Issue HeidiSQL#1525: Allow Query files quick access with a simple Project Manager 2025-07-29 18:50:07 +02:00
aaa9b23227 Issue #2212: add type prefix to export file name, when exporting one file per object, to fix overwriting same filename for different object types 2025-07-13 14:27:35 +02:00
75cc8adbb3 Issue #2218: don't disable completion proposal when cursor is right besides a string or comment 2025-07-04 13:46:23 +02:00
d2c758bc99 Issue #2205: Remove subpart from column indexes when user changed its data type to non-text 2025-07-03 19:12:38 +02:00
46fa2cb9e4 Issue #2193: expect some more characters to indicate a boundary for an identifier: ! < > 2025-07-03 18:51:36 +02:00
c590f2587a Upgrade to Delphi 12.3 2025-07-02 18:43:06 +02:00
7d6894569d Table data generator: use only space, new line and letters in text columns, and limit to 1024 characters 2025-06-22 13:12:43 +02:00
a2fc4911e6 Issue #176: move foreign key column value behind the text value, in the grid foreign key drop-down, so a user may select an item by typing letters 2025-06-22 12:59:10 +02:00
32860a5e72 Leave space for column id in grid column headers. See https://www.heidisql.com/forum.php?t=44161 2025-06-13 11:54:13 +02:00
1562d76b6b Update VirtualTreeView component code to v8.1.2 from May 30, 2025 2025-06-09 16:58:54 +02:00
a5e67cf94e Bump version for v12.11 release 12.11 2025-06-09 11:57:55 +02:00
c920b67639 Update SQLite libraries to v3.50.1, and SQLite multiple cipher libraries to v2.1.3 2025-06-09 11:52:25 +02:00
6cba6d534a Issue #1253: fix index creation on PostgreSQL tables, use separate CREATE INDEX queries 2025-06-09 11:36:43 +02:00
e444aada40 Fixed EAccessViolation when closing editor while using non-default theme 2025-06-08 12:15:51 +02:00
b728ea1ef0 Issue #2068: support MariaDB's new VECTOR index in table designer, without M and DISTANCE settings yet 2025-06-08 12:03:16 +02:00
84f2e95e42 Create helper table with the servers' default engine when exporting a view. See https://www.heidisql.com/forum.php?t=44125 2025-06-02 17:24:00 +02:00
dfcd4bbf24 Update SQLite libraries to v3.50.0, and SQLite multiple cipher libraries to v2.1.2 2025-05-31 11:33:09 +02:00
b4b7dd93bd Update MariaDB Connector/C to v3.4.5. See https://mariadb.com/kb/en/mariadb-connector-c-3-4-5-release-notes/ 2025-05-31 11:22:40 +02:00
53e8b47523 Issue #2186: fix wrong number of rows shown in grid export dialog when post filter is active 2025-05-29 11:09:57 +02:00
57d670a317 Issue #2118: activate legacy-stdio-prompts mode in plink SSH tunnel, to fix non prompted passphrase since plink 0.82 2025-05-24 09:48:11 +02:00
8a824aeda0 Issue #604: sync number of rows to query with the per-page data grid setting 2025-05-22 21:40:30 +02:00
5cf983555d Disable signing of installers through InnoSetup script. Release installers will be signed manually. 2025-05-22 21:01:50 +02:00
1f9df28484 Issue #604: support multiple tables and views selected on database tab, in new "Select top 1000 rows" feature 2025-05-22 20:08:24 +02:00
2af14a04f5 Issue #604: add context menu item "Select top 1000 rows" 2025-05-22 19:51:07 +02:00
8894cffd06 Issue #2175: if asShowRowId option is enabled, show also the index of columns in their header, through the OnAdvancedHeaderDraw/ownerdraw event 2025-05-21 11:21:48 +02:00
8702b86aab Issue #2172: fix wrong comment 2025-05-19 16:37:40 +02:00
f5b7f4c8b8 Issue #2172: prompt for password again, when connection has timeout or broke 2025-05-19 16:33:51 +02:00
448bf72b8c Issue #2159: fix memory leak 2025-05-19 11:27:20 +02:00
ce86f51778 Issue #2159: SQLite: export separated table indexes, and export views and triggers 2025-05-19 11:24:37 +02:00
578f1fe21a 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 11:43:51 +02:00
686ef30fb4 Issue #1853: try to fix column definition changes on MS SQL wrt collation quoting and default value 2025-05-16 14:44:38 +02:00
3701c6054d Issue #2168: select rows from table to export by its primary key columns, so PostgreSQL does not apply a random sorting 2025-05-15 20:06:37 +02:00
1e50935326 Issue #2155: high DPI fix for painting icons in SQL export target drop-down 2025-05-13 19:01:01 +02:00
b9bd95a65b Issue #2155: paint session background and icon in session drop-down of SQL export dialog 2025-05-09 14:25:04 +02:00
2d25e7100b Issue #2156: unescape generated column expression when loading from IS.COLUMNS 2025-05-05 08:07:34 +02:00
85205f9aa2 Keep retrieving exact row count on data tab header after activated via context menu, until another table has focus 2025-05-02 13:57:31 +02:00
5c0b8bc287 Display number or rows in data tab header for views. See https://www.heidisql.com/forum.php?t=44057 2025-05-02 13:47:01 +02:00
b5e2f6ad98 Issue #2107: add "invert check" menu item on table tools tree 2025-04-28 16:56:24 +02:00
57a22449df Issue #214: when refreshing, ask user if he wants to discard modifications in table/view/routine/... editors 2025-04-28 16:40:08 +02:00
d348fcb9a5 Add hint to the lazarus branch in the readme file. Update Delphi version. 2025-04-21 12:07:07 +02:00
21cdd16f56 Prefer Boolean over Bool type in owned code 2025-04-20 14:33:52 +02:00
6a2b5ecfc2 Issue #2139: fix missing AND's in REQUIRE clause, and move REQUIRE clause from GRANT to ALTER USER query, as MySQL does not support that in GRANT since v8.x 2025-04-12 16:53:42 +02:00
83bd56b034 Issue #2133: revert broken characters and encoding of apphelpers unit 2025-04-07 09:12:25 +02:00
04f8ef844c implementation of Unicode logic for password encryption 2025-04-07 09:02:39 +02:00
134d9f3331 Issue #2132: fix crash when saving an sql file previously loaded with auto-detected encoding 2025-04-06 20:33:41 +02:00
e6ea5fb1d2 Issue #2123: prevent crash in libpq when disconnecting an already disconnected connection 2025-04-05 18:08:19 +02:00
a7c4e28b49 Issue #2128: fix wrong encoding of connection string for PQconnectdb() 2025-04-05 18:02:33 +02:00
cfaa6ad7b6 Issue #2123: fix reconnect mechanism in TPGConnection.Ping() 2025-04-01 17:10:29 +02:00