Jakub Vrana
5754b32693
PostgreSQL: Export serial as serial, not nextval()
2026-03-18 15:14:39 +01:00
Jakub Vrana
11234ef939
PostgreSQL: Export schema in REFERENCES
2026-03-18 15:14:39 +01:00
Jakub Vrana
e5e9b3a04d
PostgreSQL: Export schema in nextval()
2026-03-18 15:14:39 +01:00
Jakub Vrana
45c7082373
Editor: Display tinyint(1) as checkbox ( fix #1246 , regression from 5.4.2)
2026-03-18 15:14:36 +01:00
Nikola
3d882578df
Add Croatian (hr) translation
...
Add complete Croatian translation for Adminer, including all strings
in adminer/lang/hr.inc.php, plural forms support in lang.inc.php,
and Croatian descriptions and translations for all plugins.
2026-03-18 15:13:23 +01:00
Jakub Vrana
318e304c7e
Tables overview: allow sorting ( fix #1231 )
2026-02-12 10:11:22 +01:00
Jakub Vrana
50852b9036
Select: Display NULL in column title
2026-02-12 10:11:22 +01:00
Jakub Vrana
a417a21ba6
Foreign key: Display new field in case of an error
2026-02-12 10:11:22 +01:00
Jakub Vrana
fb1b76e411
PostgreSQL: Display all SQL command warnings and only once
2026-02-12 10:11:22 +01:00
Jakub Vrana
38a937d966
Disable Ctrl+click inline edit without UPDATE privilege
2026-02-10 19:51:38 +01:00
Jakub Vrana
f0142f0b8e
Export: Remember unchecked objects (regression from 5.0.6)
2026-02-10 18:52:16 +01:00
Jakub Vrana
cf1454f7a9
PostgreSQL: Order NULL last
2026-02-10 09:11:35 +01:00
Jakub Vrana
1ac40e0c2b
Develop
2026-02-08 16:44:14 +01:00
Jakub Vrana
39b339b1b5
Release 5.4.2
2026-02-08 16:44:05 +01:00
Jakub Vrana
aeee1c1991
Fix typos
2026-02-08 13:34:51 +01:00
Jakub Vrana
21d3a31503
Avoid denial-of-service via version check (GHSA-q4f2-39gr-45jh, regression from 4.6.2)
2026-02-08 13:26:56 +01:00
Jakub Vrana
e4ac9d611e
Don't quote comma in TSV export ( fix #1238 )
2026-02-08 09:01:52 +01:00
Jakub Vrana
bdc28bc959
non-PostgreSQL: display NOT NULL checks ( fix #1237 )
2026-02-08 08:44:40 +01:00
Jakub Vrana
83301e37da
MariaDB: don't display checks with the same name from another table (bug #1135 )
2026-02-08 08:38:50 +01:00
Inoyatulloh
9d1451e659
PostgreSQL: fix namespace in inheritance links
2026-02-07 23:50:55 +01:00
Shun Zi
e471d8b0cf
Fix escaping spaces in cookie value
...
`urlencode` encodes space into `+`, which breaks `adminer_permanent`, which is space-separated.
2026-02-07 23:50:54 +01:00
Jakub Vrana
948d57bb63
Shorten all but numeric and date types in select
2026-02-07 21:35:09 +01:00
Jakub Vrana
f61b085422
Plugins: Allow to be in any namespace
2026-02-07 21:32:50 +01:00
Jakub Vrana
2674250862
Display uneditable fields in edit form
2026-02-07 21:32:45 +01:00
Jakub Vrana
691edde5fc
Hide sort links on unsortable columns
2026-02-03 09:23:32 +01:00
Jakub Vrana
a7a704c818
New plugin: IGDB driver
2026-02-01 20:23:52 +01:00
Jakub Vrana
e6fe48516e
Improve print of nested tables
2026-02-01 09:31:37 +01:00
Jakub Vrana
ca7c4d90e1
Link //domain.tld values
2026-02-01 09:18:22 +01:00
Jakub Vrana
76a8dbfb98
Support multiline generated values in alter table
2026-02-01 09:18:22 +01:00
Jakub Vrana
cca4d26784
PostgreSQL: Fix definition of complex generated columns
2026-02-01 09:18:22 +01:00
Jakub Vrana
80f9278d34
PostgreSQL: Allow creating NOT DEFERRABLE foreign keys
2026-02-01 09:18:22 +01:00
Jakub Vrana
c1838743ed
PostgreSQL: Add schema to sequence and and view export
2026-02-01 09:18:22 +01:00
Jakub Vrana
eb614963f8
PostgreSQL: Remove duplicate DEFERRABLE in foreign key export
2026-02-01 09:18:22 +01:00
Jakub Vrana
1109ca6389
Add missing parentheses to CHECK export
2026-02-01 09:18:22 +01:00
Jakub Vrana
3856d0563e
PostgreSQL: Offer foreign keys in create table
2026-02-01 09:18:22 +01:00
Jakub Vrana
a49fcf4799
Pretty print JSON in edit
2026-02-01 09:18:19 +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
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
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
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