1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-15 02:54:28 +02:00

SQLite: Fix expressions in default values (bug #860)

This commit is contained in:
Jakub Vrana
2025-02-20 09:37:43 +01:00
parent e321a26ee5
commit f2e2c6e4ac
3 changed files with 4 additions and 2 deletions

View File

@@ -3,6 +3,7 @@ MySQL: Fix saving bit(64) values (bug #839)
PostgreSQL: Preserve whitespace in EXPLAIN (bug #827)
PostgreSQL: Support SSL
SQLite: Fix altering forign keys (bug #841)
SQLite: Fix expressions in default values (bug #860)
MS SQL: Foreign keys in non-default schema (bug #833)
Oracle: Include tables granted by other user
MongoDB: Execute commands against the selected DB