24 Commits

Author SHA1 Message Date
b898352528 Issue #1253: fix index creation on PostgreSQL tables, use separate CREATE INDEX queries 2025-06-11 15:56:17 +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
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
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
cb7e5c0d19 Issue #2156: unescape generated column expression when loading from IS.COLUMNS 2025-05-18 16:39:04 +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
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
57771ddf37 Fix excluded process unit, removed in Windows mode but required on Linux 2025-04-25 16:07:29 +02:00
7a8566a91c Fix a bunch of compiler hints and warnings, and add a basic exception dialog showing the callstack 2025-04-25 14:29:42 +02:00
406524ec53 Merge recent changes from master branch: #2101, #2103, #1986, #2119, #2123, #2128, #2123, #2132, #2133, #2139, and Unicode logic for password encryption 2025-04-20 12:14:16 +02:00
4b0f09fc09 Issue #1482: fix not found plugins by libmariadb, by not setting the MYSQL_PLUGIN_DIR option on Linux 2025-04-02 14:15:54 +02:00
57b315f786 Issue #1482: set project name and description for XP manifest, and remove some unused units from the "uses" clauses 2025-04-01 18:15:35 +02:00
0030ac1532 Issue #1482: enable PostgreSQL and SQLite libraries by unifying the number of groups in the executed regular expression 2025-03-19 17:14:55 +01:00
3c0fa72b12 Issue #1482: enable settings import from textfile generated by classic Windows version, fix DirnameUserAppData containing the main form's caption 2025-03-19 17:03:17 +01:00
071ccfd724 Issue #1482: migrate away from ini files in TAppSettings, use a new approach based on TJSONConf which better syncs with the Windows based TRegistry object 2025-03-19 12:36:28 +01:00
2f151f86d2 Issue #1482: enable query tab closing, adding, renaming etc., set SQL highlighter colors and font quality 2025-03-10 20:56:15 +01:00
6da7678fc6 Issue #1482: create all TAction's in main action list, with much of the connected OnExecute procedure code 2025-03-02 13:58:08 +01:00
fe8ddd92cf Issue #1482: prefer /sbin/ldconfig over ldconfig 2025-03-01 17:00:17 +01:00
0f7d516a7f Issue #1482: auto-detect installed libraries for MySQL, PostgreSQL and SQLite, and provide full qualified path per GetLibraries 2025-03-01 16:57:34 +01:00
21609f57b8 Issue #1482: restore compilation on Linux 2025-02-27 21:29:35 +01:00
ba27ab03af Issue #1482: add remaining libraries for connecting on Windows, functions*.ini files, get connection via command line running 2025-02-27 19:55:23 +01:00
f9cd3e94a6 Issue #1482: first attempt of a code conversion to Lazarus/FPC, with a small bunch of 5 units (out of 50), and most code commented out 2025-02-24 20:37:38 +01:00