]> git.joonet.de Git - adminer.git/commitdiff
Release 4.9.3
authorPeter Knut <peter@pematon.com>
Wed, 2 Oct 2024 15:07:09 +0000 (17:07 +0200)
committerJakub Vrana <jakub@vrana.cz>
Wed, 19 Feb 2025 10:16:39 +0000 (11:16 +0100)
adminer/include/version.inc.php
changes.txt

index cbf250ad56af75be837321656ea0fa7184907ccb..44fbb59a7558f5e5aa70c1ad3f0c5dbc2be9b205 100644 (file)
@@ -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);
index 7772ced2df91740b0cdb4b48665c87c3ee0e42e1..6c8bf97294cce756835e8b002da36a1c8a101f15 100644 (file)
@@ -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)