1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-11 17:14:07 +02:00

Release 4.9.1

This commit is contained in:
Peter Knut
2024-09-09 10:30:14 +02:00
committed by Jakub Vrana
parent f4607d763c
commit 4824c578bf
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
<?php
$VERSION = "4.9.1-dev";
$VERSION = "4.9.1";
function adminer_errors($errno, $errstr) {
return !!preg_match('~^(Trying to access array offset on( value of type)? null|Undefined (array key|property))~', $errstr);

View File

@@ -1,4 +1,4 @@
Adminer 4.9.1-dev:
Adminer 4.9.1:
Support PHP 8.3
PostgreSQL: Show only accessible databases
@@ -109,7 +109,7 @@ SQLite: Handle error in altering table (bug #697)
SQLite: Allow setting auto increment for empty tables
SQLite: Preserve auto increment when recreating table
MS SQL: Support foreign keys to other DB
MongoDB: Allow setting authSource from environment variable
MongoDB: Allow setting authSource from environment variable
Adminer 4.7.2 (released 2019-07-18):
Do not attempt logging in without password (bug #676)