Jakub Vrana
9c9fc4a85b
Release 4.16.0
2025-02-20 15:58:15 +01:00
Jakub Vrana
f248fb29b1
PostgreSQL: Support adding auto_increment (bug #761 )
2025-02-20 11:13:50 +01:00
Jakub Vrana
94f75f9798
PostgreSQL: Support dropping auto_increment
2025-02-20 11:12:39 +01:00
Jakub Vrana
f2e2c6e4ac
SQLite: Fix expressions in default values (bug #860 )
2025-02-20 09:37:43 +01:00
Peter Knut
1f97968e65
PostgreSQL: Allow to set connection's sslmode with AdminerLoginSsl plugin
...
Thanks to wodka (https://github.com/vrana/adminer/pull/427/files )
2025-02-19 18:54:24 +01:00
Jakub Vrana
a001a3a061
SQLite: Fix altering forign keys (bug #841 )
2025-02-19 15:02:11 +01:00
Jakub Vrana
df451f4374
MySQL: Fix saving bit(64) values (bug #839 )
2025-02-19 14:57:41 +01:00
Jakub Vrana
9def8d7f95
MS SQL: Foreign keys in non-default schema (bug #833 )
2025-02-19 14:36:54 +01:00
panji
e676303a26
MongoDB: Execute commands against the selected DB
2025-02-19 14:36:04 +01:00
Jakub Vrana
9261abc415
PostgreSQL: Preserve whitespace in EXPLAIN (bug #827 )
2025-02-19 14:35:19 +01:00
Takashi SHIRAI
2da5683b99
Support to access tablespaces of granted tables
...
Signed-off-by: Takashi SHIRAI <shirai@nintendo.co.jp >
2025-02-19 11:16:46 +01:00
Jakub Vrana
8ff20622fb
Develop
2025-02-19 11:16:46 +01:00
Jakub Vrana
9ef14dbf77
Release
2025-02-19 11:16:46 +01:00
Jakub Vrana
274fa2259b
Escape unknown field in select
2025-02-19 11:16:45 +01:00
Jakub Vrana
2a3626faae
SimpleDB: Disable XML entity loader
2025-02-19 11:16:45 +01:00
Jakub Vrana
51dbfb6987
Hide error message from HTTP servers
2025-02-19 11:16:45 +01:00
Jakub Vrana
874b9ee746
Use autofocus HTML attribute
2025-02-19 11:16:45 +01:00
Peter Knut
0ef358a6b5
Release 4.14.0
2025-02-19 11:16:44 +01:00
Kian-Meng Ang
d6d86fa26a
Fix some typos
...
https://github.com/adminerevo/adminerevo/pull/210
2025-02-19 11:16:43 +01:00
Peter Knut
49fd7858ac
Release 4.12
2025-02-19 11:16:43 +01:00
Peter Knut
7cd82c8fd7
Release 4.11
2025-02-19 11:16:42 +01:00
Peter Knut
02c13131e3
Release 4.10.0
2025-02-19 11:16:41 +01:00
Peter Knut
72ed1b5cdc
Release 4.9.4
2025-02-19 11:16:40 +01:00
Peter Knut
476b957565
Release 4.9.3
2025-02-19 11:16:39 +01:00
Peter Knut
99cd514a29
MariaDB: Fix comparing CURRENT_TIMESTAMP definition while altering a table
2025-02-19 11:16:39 +01:00
Peter Knut
06a4d294bd
Release 4.9.2
2025-02-19 11:16:38 +01:00
khoazero123
b17ffcc512
PostgreSQL: Fix exporting CREATE TABLE with sequence default value
2025-02-19 11:16:38 +01:00
Peter Knut
4824c578bf
Release 4.9.1
2025-02-19 11:16:37 +01:00
Thomas Daniels
6e6785ebc4
PostgreSQL: Show only accessible databases
2025-02-19 11:16:37 +01:00
Sneda8
b6f9f58712
PHP 8.3 error suppression
...
PHP 8.3 has shortened the array access on null error message to "Trying to access array offset on null". This commit changes the regular expression used to circumvent errors.
2025-02-19 11:16:36 +01:00
Peter Knut
550db0691e
Release 4.9
2025-02-19 11:16:36 +01:00
Denitz
c2f8ccc8d8
Skip dump of generated columns
2025-02-19 11:16:36 +01:00
Peter Knut
bd279b2758
Update changes.txt
2025-02-19 11:16:36 +01:00
Peter Knut
197ab976b8
Update changes.txt
2025-02-16 18:03:17 +01:00
Peter Knut
de07f00ccb
Bump version to 4.9.0-dev
2025-02-16 18:03:16 +01:00
Jakub Vrana
dadbb37f00
PostgreSQL: Don't reset table comments
2021-05-23 11:45:57 +02:00
Jakub Vrana
2dd65f0c0f
Support multi-line table comments
2021-05-23 11:38:04 +02:00
Jakub Vrana
473f7264f8
PostgreSQL: Use separator in limit1
2021-05-23 11:08:29 +02:00
Benjamin Cremer
db01282e29
Use ST_SRID() in mysql driver for MySQL 8
...
`SRID()` is no longer available in MySQL 8 and has been replaced with `ST_SRID`
2021-05-23 09:45:55 +02:00
Jakub Vrana
1f173e18bd
Release 4.8.1
2021-05-14 07:39:59 +02:00
Jakub Vrana
4043092ec2
Escape link in doc_link (bug #797 )
2021-05-14 07:12:44 +02:00
Jakub Vrana
60ad161178
PostgreSQL: Fix parsing of foreign keys with non-ASCII column names (thanks to Tomas Pecina)
2021-05-14 06:21:09 +02:00
Vladimír Dudr
f6880b59d6
Prevent adminer to consider MariaDB sequences being views
2021-03-03 11:17:32 +01:00
Jakub Vrana
72beecc0ab
PostgreSQL: Support UPDATE OF triggers (bug #789 ) and triggers with more events (OR)
2021-03-03 11:07:58 +01:00
Jakub Vrana
42de1051a6
Update bug numbers
2021-02-24 09:52:22 +01:00
Jakub Vrana
205305d6b5
Avoid PHP warnings with PDO drivers (bug #786 )
2021-02-23 12:33:30 +01:00
Jakub Vrana
28996e2286
PostgreSQL < 10 PDO: Avoid displaying GENERATED ALWAYS BY IDENTITY everywhere (bug #785 )
2021-02-15 18:33:19 +01:00
Jakub Vrana
7f8c93a6f1
SQLite: Fix displayed types (bug #784 )
2021-02-15 18:33:19 +01:00
Jakub Vrana
e9e61fce26
MySQL: Allow moving views to other DB and renaming DB with views (bug #783 )
2021-02-12 11:49:35 +01:00
Jakub Vrana
ccb7442d1b
Fix more PHP 8 warnings (bug #781 )
2021-02-12 09:53:20 +01:00