mirror of
https://github.com/vrana/adminer.git
synced 2025-08-14 02:23:59 +02:00
Release 4.9.3
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
$VERSION = "4.9.3-dev";
|
||||
$VERSION = "4.9.3";
|
||||
|
||||
function adminer_errors($errno, $errstr) {
|
||||
return !!preg_match('~^(Trying to access array offset on( value of type)? null|Undefined (array key|property))~', $errstr);
|
||||
|
@@ -1,5 +1,9 @@
|
||||
Adminer 4.9.3-dev:
|
||||
Adminer 4.9.3:
|
||||
MySQL, PostgreSQL: Fix queries splitting and string constants
|
||||
MySQL: Fix where clause for JSON column
|
||||
MySQL: Do not include unchanged PARTITION BY definition into ALTER TABLE query
|
||||
MariaDB: Support current_timestamp()
|
||||
PostgreSQL: Fix editing record that contains a field with GENERATED ALWAYS default value
|
||||
|
||||
Adminer 4.9.2:
|
||||
PostgreSQL: Fix search fields configuration (regression from 4.9.0)
|
||||
|
Reference in New Issue
Block a user