From 588af652d48f85c17a3182db61835d9eda077792 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Tue, 8 Apr 2025 18:28:50 +0200 Subject: [PATCH] Release 5.2.0 --- CHANGELOG.md | 4 ++-- adminer/include/version.inc.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8054a60f..12ae4991 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ -## Adminer dev +## Adminer 5.2.0 (released 2025-04-08) - Autocomplete SQL commands - Do not edit NULL values by Modify (bug #967) - Fix foreign key actions (regression from 5.1.1) -- PostgreSQL: Support COPY FROM stdin in SQL query (bug #942) - MySQL: Display number of found rows in group queries (regression from 5.1.1) +- PostgreSQL: Support COPY FROM stdin in SQL query (bug #942) - non-MySQL: Parse '--' without trailing space as comment in SQL command (bug SF-842) - MS SQL: Limit one INSERT in export to 1000 rows (bug #983) - CSS: Add logo diff --git a/adminer/include/version.inc.php b/adminer/include/version.inc.php index 4415f8e3..13b35454 100644 --- a/adminer/include/version.inc.php +++ b/adminer/include/version.inc.php @@ -1,4 +1,4 @@