mirror of
https://github.com/vrana/adminer.git
synced 2025-08-11 09:04:02 +02:00
Release 4.9.2
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
$VERSION = "4.9.2-dev";
|
$VERSION = "4.9.2";
|
||||||
|
|
||||||
function adminer_errors($errno, $errstr) {
|
function adminer_errors($errno, $errstr) {
|
||||||
return !!preg_match('~^(Trying to access array offset on( value of type)? null|Undefined (array key|property))~', $errstr);
|
return !!preg_match('~^(Trying to access array offset on( value of type)? null|Undefined (array key|property))~', $errstr);
|
||||||
|
@@ -1,6 +1,8 @@
|
|||||||
Adminer 4.9.2-dev:
|
Adminer 4.9.2-dev:
|
||||||
|
PostgreSQL: Fix search fields configuration (regression from 4.9.0)
|
||||||
PostgreSQL: Fix exporting CREATE TABLE query with GENERATED default values
|
PostgreSQL: Fix exporting CREATE TABLE query with GENERATED default values
|
||||||
PostgreSQL: Fix exporting CREATE TABLE with sequence default value
|
PostgreSQL: Fix exporting CREATE TABLE with sequence default value
|
||||||
|
PostgreSQL: Fix search condition for network address types, add macaddr8 type
|
||||||
|
|
||||||
Adminer 4.9.1:
|
Adminer 4.9.1:
|
||||||
Support PHP 8.3
|
Support PHP 8.3
|
||||||
|
Reference in New Issue
Block a user