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:
@@ -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
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
<?php
|
<?php
|
||||||
namespace Adminer;
|
namespace Adminer;
|
||||||
|
|
||||||
const VERSION = "5.2.0-dev";
|
const VERSION = "5.2.0";
|
||||||
|
Reference in New Issue
Block a user