4953 Commits

Author SHA1 Message Date
Jakub Vrana
e6be47941b AdminerEnumOption: Fix after bug #1152 (fix #1191) 2025-10-27 15:34:38 +01:00
Marcus
240c8fc5e7 ClickHouse: Fix list of tables (bug #1176) 2025-10-27 15:24:03 +01:00
Jakub Vrana
57c5370c67 Prolong printed SQL query to 10000 characters (fix #1186) 2025-10-27 15:17:39 +01:00
Jakub Vrana
489f78c21c MySQL: Use information_schema to get routine definition (fix #1179) 2025-10-27 15:17:39 +01:00
Jakub Vrana
6c8de72707 Autocomplete: fix in empty textarea (fix #1173) 2025-10-27 15:17:39 +01:00
Marcus Nightingale
4d0e79234c ClickHouse: Fix offset (bug #1188)
Previously, the driver used `LIMIT <limit>, <offset>` syntax, causing incorrect
pagination behavior (page 2 repeating results from page 1, etc.). Updated the
`limit()` function to use ClickHouse-compatible `LIMIT <count> OFFSET <offset>`
syntax, ensuring correct row offsets across pages.
2025-10-27 15:17:28 +01:00
Jakub Vrana
c7ede7331e PostgreSQL: Mark unique partial indexes as unique (fix #1172) 2025-10-26 15:40:31 +01:00
Jakub Vrana
c5f3707bb9 AdminerRowNumbers: Fix before PHP 8.3.0 (fix #1167) 2025-10-26 15:27:48 +01:00
Jakub Vrana
1c008b7d71 Plugins: Methods showVariables() and showStatus() (bug #1157) 2025-10-26 15:15:10 +01:00
Jakub Vrana
c2be05f0e9 Develop 2025-09-26 17:48:03 +02:00
Jakub Vrana
eaad45a781 Release 5.4.1 v5.4.1 2025-09-26 17:38:02 +02:00
Jakub Vrana
9a5b8f1f92 Do not quote 0 in CSV export 2025-09-16 10:18:07 +02:00
Jakub Vrana
1b43a6f034 Warn about exceeded upload_max_filesize in imports 2025-09-15 20:12:30 +02:00
Jakub Vrana
fdc2326376 Remove unused function 2025-09-15 19:51:56 +02:00
Jakub Vrana
08f93d6d09 Save bytes 2025-09-12 07:42:10 +02:00
Jakub Vrana
4fbe8ebf5a Update changelog 2025-09-11 15:10:07 +02:00
Jakub Vrana
86285dcf34 MySQL: Fix displaying routine definition (fix #1156, regression from 5.4.0) 2025-09-11 14:35:48 +02:00
Jakub Vrana
26c4057946 SQL command: Unlink NULL primary keys 2025-09-10 00:23:26 +02:00
Jakub Vrana
d15d0b2ef3 Add Composer script check 2025-09-10 00:17:44 +02:00
Jakub Vrána
bd1dffe086 CI: Run PHPStan 2025-09-09 08:28:20 +02:00
Jakub Vrana
4918ba407f Increase max. ?sql= length (fix #1154) 2025-09-08 21:30:44 +02:00
Jakub Vrana
46638ebd9a Develop 2025-09-08 11:43:22 +02:00
Jakub Vrana
6f339bac6c Release 5.4.0 v5.4.0 2025-09-08 11:43:01 +02:00
Jakub Vrana
f32f84cf57 Use $this->conn 2025-09-08 11:01:25 +02:00
Jakub Vrana
ce063a64dd CockroachDB: Set default index algorithm 2025-09-08 10:59:19 +02:00
Jakub Vrana
1d5d441271 Fix tests 2025-09-08 10:52:58 +02:00
Jakub Vrana
fd28e64d8c MSSQL: Fix chechConstraints() 2025-09-08 10:21:58 +02:00
Jakub Vrana
3874148064 Save bytes 2025-09-08 08:44:44 +02:00
Jakub Vrana
0640326df4 SQLite PDO: Avoid double calling PRAGMA 2025-09-08 08:41:45 +02:00
Jakub Vrana
16f7080ff2 Define SERVER always as string 2025-09-08 08:37:49 +02:00
Jakub Vrana
516530485d Save bytes 2025-09-08 08:31:38 +02:00
Jakub Vrana
f921dafa61 Allow connecting to IPv6 (fix #1095) 2025-09-08 08:27:09 +02:00
Jakub Vrana
d1831641a9 MySQL: Fix saving empty enum (fix #1152) 2025-09-08 07:45:59 +02:00
Jakub Vrana
b1c825484d non-MySQL: Disable enum and set editing 2025-09-07 16:35:14 +02:00
Jakub Vrana
6c662e1f96 AdminerFileUpload: Replace invalid characters in table name 2025-09-07 16:18:57 +02:00
Jakub Vrana
7ef0949539 AdminerTimeout: Fix typo 2025-09-07 15:17:38 +02:00
Jakub Vrana
9fc63eb9d0 PostgreSQL: Export DROP and CREATE DATABASE (fix #1140) 2025-09-07 15:08:27 +02:00
Jakub Vrana
2041d5c6e3 Save bytes 2025-09-07 14:00:21 +02:00
Jakub Vrana
fc2ab7de16 PostgreSQL: Don't treat user types containing 'file' as blobs (fix #1118) 2025-09-07 13:52:04 +02:00
Jakub Vrana
2db30ba7e2 Bug report template: use comments 2025-09-07 12:11:07 +02:00
Lucas Sandery
8d6ed3fffa Design lucas-sandery: Theme update for v5 + dark mode 2025-09-07 12:00:42 +02:00
Lucas Sandery
9e0db9f1cd RTL precedence & JS-only fixes 2025-09-07 12:00:36 +02:00
Jakub Vrana
a979b4be22 Modernize JS: Use dataset 2025-09-07 11:45:42 +02:00
Jakub Vrana
26319460ef Fix code style 2025-09-07 11:21:05 +02:00
Jakub Vrana
b41699624b JS: modernize 2025-09-05 20:44:43 +02:00
Jakub Vrana
17a0e84718 Load more: run syntax highlighter 2025-09-05 20:42:12 +02:00
Jakub Vrana
5c5f7d17fe Copy hidden newlines to clipboard 2025-09-05 20:33:58 +02:00
Jakub Vrana
4ad7eb0b70 PostgreSQL: Fix calling functions returing table 2025-08-15 23:43:25 +02:00
Jakub Vrana
b83da41739 PostgreSQL: Fix calling functions with name-less parameters 2025-08-15 23:36:54 +02:00
Jakub Vrana
e551efb031 Executed SQL commands: Add button for copy to clipboard 2025-08-09 14:09:07 +02:00