From 986433dd3ac5d2e455649541780cb4ddc21c9333 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 3 Apr 2025 12:07:46 +0200 Subject: [PATCH] Changes: Improve message --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86d3c6f5..9e4c836b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ - Do not edit NULL values by Modify (bug #967) - PostgreSQL: Support COPY FROM stdin in SQL query (bug #942) - MySQL: Display number of found rows in group queries (regression from 5.1.1) -- non-MySQL: Parse '--' as comment in SQL command (bug SF-842) +- non-MySQL: Parse '--' without trailing space as comment in SQL command (bug SF-842) ## Adminer 5.1.1 (released 2025-04-02) - Export: Fix tar (regression from 5.0.3)