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

Release 5.2.0

This commit is contained in:
Jakub Vrana
2025-04-08 18:28:50 +02:00
parent b0c345f9be
commit 588af652d4
2 changed files with 3 additions and 3 deletions

View File

@@ -1,9 +1,9 @@
## Adminer dev ## Adminer 5.2.0 (released 2025-04-08)
- Autocomplete SQL commands - Autocomplete SQL commands
- Do not edit NULL values by Modify (bug #967) - Do not edit NULL values by Modify (bug #967)
- Fix foreign key actions (regression from 5.1.1) - 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) - 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) - 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) - MS SQL: Limit one INSERT in export to 1000 rows (bug #983)
- CSS: Add logo - CSS: Add logo

View File

@@ -1,4 +1,4 @@
<?php <?php
namespace Adminer; namespace Adminer;
const VERSION = "5.2.0-dev"; const VERSION = "5.2.0";