mirror of
https://github.com/vrana/adminer.git
synced 2025-08-30 01:30:12 +02:00
Release 4.9.3
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
<?php
|
||||
$VERSION = "4.9.3-dev";
|
||||
$VERSION = "4.9.3";
|
||||
|
14
changes.txt
14
changes.txt
@@ -1,3 +1,17 @@
|
||||
Adminer 4.9.3 (released 2024-10-02):
|
||||
- MySQL, PostgreSQL: Fix queries splitting and string constants.
|
||||
- MySQL: Fix where clause for JSON column.
|
||||
- MySQL: Fix editing user's proxy privilege, refactoring.
|
||||
- MariaDB: Fix comparing CURRENT_TIMESTAMP definition while altering a table.
|
||||
- PostgreSQL: Fix editing record that contains a field with GENERATED ALWAYS default value.
|
||||
- Fix using undefined Min_DB::info property.
|
||||
- Do not include unchanged PARTITION BY definition into ALTER TABLE query.
|
||||
- Do not limit unlimited memory while executing queries.
|
||||
- Fix number conversion warning while reading INI settings.
|
||||
- Hide invalid edit form if table record is not found.
|
||||
- CSS: Fix background color of <pre> used as edit field.
|
||||
- CSS: Bigger font size for code blocks.
|
||||
|
||||
Adminer 4.9.2 (released 2024-09-18):
|
||||
- Fix textarea height for single-line inputs (used typically for SQLite text field).
|
||||
- Fix undefined property in error message if driver does not support error number (e.g. PostgreSQL).
|
||||
|
Reference in New Issue
Block a user