Changelog History
Page 1
-
v4.7.8 Changes
December 06, 2020๐ Support PHP 8
Disallow connecting to privileged ports (bug #769) -
v4.7.7 Changes
May 11, 2020๐ Fix open redirect if Adminer is accessible at //adminer.php%[email protected]
-
v4.7.6 Changes
January 31, 2020Speed up alter table form (regression from 4.4.0)
๐ Fix clicking on non-input fields in alter table (regression from 4.6.2)
Display time of procedure execution
Disallow connecting to ports > 65535 (bug #730)
MySQL: Always set foreign_key_checks in export
๐ PostgreSQL: Support exporting views
Editor: Fix focusing foreign key search in select -
v4.7.5 Changes
November 13, 2019โ Add id="" to cells with failed inline edit (bug #708)
0๏ธโฃ PostgreSQL: Fix getting default value in PostgreSQL 12 (bug #719)
PostgreSQL, Oracle: Set schema for EXPLAIN queries in SQL command (bug #706)
ClickHouse: SQL command
๐ Swedish translation -
v4.7.4 Changes
October 22, 2019๐ Fix XSS if Adminer is accessible at URL /data:
-
v4.7.3 Changes
August 27, 2019๐ Allow editing foreign keys pointing to tables in other database/schema (bug #694)
๐ Fix blocking of concurrent instances in PHP >7.2 (bug #703)
MySQL: Speed up displaying tables in large databases (bug #700, regression from 4.7.2)
MySQL: Allow editing rows identified by negative floats (bug #695)
MySQL: Skip editing generated columns
SQLite: Quote strings stored in integer columns in export (bug #696)
SQLite: Handle error in altering table (bug #697)
SQLite: Allow setting auto increment for empty tables
SQLite: Preserve auto increment when recreating table
๐ MS SQL: Support foreign keys to other DB
MongoDB: Allow setting authSource from environment variable -
v4.7.2 Changes
July 18, 2019๐ฒ Do not attempt logging in without password (bug #676)
Stretch footer over the whole table width (bug #624)
๐ Allow overwriting tables when copying them
๐ Fix displaying SQL command after Save and continue edit
Cache busting for adminer.css
MySQL: Fix displaying multi-columns foreign keys (bug #675)
MySQL: Fix creating users and changing password in MySQL 8 (bug #663)
MySQL: Pass SRID to GeomFromText
PostgreSQL: Fix setting column comments on new table
PostgreSQL: Display definitions of materialized views (bug #682)
PostgreSQL: Fix table status in PostgreSQL 12 (bug #683)
๐ MS SQL: Support comments
Elasticsearch: Fix setting number of rows -
v4.7.1 Changes
January 24, 2019Display the tables scrollbar (bug #647)
Remember visible columns in Create Table form (bug #493)
โ Add autocomplete attributes to login form
PHP <5.4 compatibility even with ClickHouse enabled (regression from 4.7.0)
SQLite: Hide server field in login form
Editor: Allow disabling boolean fields in PostgreSQL (bug #640) -
v4.7.0 Changes
November 24, 2018Simplify storing executed SQL queries to bookmarks
Warn when using password with leading or trailing spaces
Hide import from server if importServerPath() returns an empty string
๐ Fix inline editing of empty cells (regression from 4.6.3)
๐ Allow adding more than two indexes and forign key columns at a time (regression from 4.4.0)
Avoid overwriting existing tables when copying tables (bug #642)
๐ Fix function change with set data type
Increase username maxlength to 80 (bug #623)
๐ Make maxlength in all fields a soft limit
๐ Make tables horizontally scrollable
๐ MySQL: Support foreign keys created with ANSI quotes (bug #620)
โก๏ธ MySQL: Recognize ON UPDATE current_timestamp() (bug #632, bug #638)
MySQL: Descending indexes in MySQL 8 (bug #643)
PostgreSQL: Quote array values in export (bug #621)
PostgreSQL: Export DESC indexes (bug #639)
0๏ธโฃ PostgreSQL: Support GENERATED BY DEFAULT AS IDENTITY in PostgreSQL 10
MS SQL: Pass database when connecting
ClickHouse: Connect, databases list, tables list, select, SQL command
๐ Georgian translation -
v4.6.3 Changes
June 28, 2018Disallow using password-less databases
Copy triggers when copying table
Stop session before connecting
Simplify running slow queries
โฌ Decrease timeout for running slow queries from 5 seconds to 2 seconds
๐ Fix displaying info about non-alphabetical objects (bug #599)
๐ Use secure cookies on HTTP if session.cookie_secure is set
๐ PDO: Support binary fields download
MySQL: Disallow LOAD DATA LOCAL INFILE
MySQL: Use CONVERT() only when searching for non-ASCII (bug #603)
MySQL: Order database names in MySQL 8 (bug #613)
PostgreSQL: Fix editing data in views (bug #605, regression from 4.6.0)
PostgreSQL: Do not cast date/time/number/uuid searches to text (bug #608)
PostgreSQL: Export false as 0 in PDO (bug #619)
๐ MS SQL: Support port with sqlsrv
Editor: Do not check boolean checkboxes with false in PostgreSQL (bug #607)