????
Current Path : /var/softaculous/adminer/ |
Current File : //var/softaculous/adminer/changelog.txt |
Adminer 5.0.4 (released 2025-03-11): Compile: Fix shortening in private methods (regression from 5.0.3) Adminer 5.0.3 (released 2025-03-11): Fix gzip export (bug #896, regression from 5.0.0) Fix importing multiple SQL files not terminated by semicolon Use <datalist> for altering collations MySQL: Allow setting default values of text column MySQL: Stop treating enum and set as numbers (bug #475) MySQL, MariaDB: Fix default values with ' (bug #895) MariaDB: Fix creating and altering generated columns (bug #897) PostgreSQL: Fix "where" and "order" privileges (bug #902, regression from 5.0.2) SQLite: Fix creating table in compiled version (bug #901, regression from 5.0.0) Elastic: Do not pass null values on insert (PR #892) Elastic: Fix displaying sparse rows (PR #893) Plugins: Add method dumpFooter() Adminer 5.0.2 (released 2025-03-10): PostgreSQL: Fix setting NULL and original value on enum (bug #884) CockroachDB: Add support via PostgreSQL driver Elasticsearch: Add support for "where" and "order" field privilege Adminer 5.0.1 (released 2025-03-07): Fix bulk operations with tables (regression from 5.0.0) Remove duplicate columns from select (bug #670) MariaDB: Fix link to status variable doc (bug #658) PostgreSQL: Support indexes on materialized views (PR #467) Elasticsearch: Drop support for version < 7 Adminer 5.0.0 (released 2025-03-07): Speed up with disabled output buffering Allow creating generated columns (bug #857) Don't autofocus computed fields in insert form Skip generated columns in multi-edit (bug #882) MySQL: Display generated value in table structure MySQL: Drop support for MySQL 4 PostgreSQL: Compute size of all databases (bug #881) PostgreSQL: Do not alter indexes with expressions PostgreSQL: Fix export of indexes with expressions (bug #768) PostgreSQL: Display ENUM types PostgreSQL: Export ENUM types (bug #587) PostgreSQL: Display ? instead of -1 rows in table overview (bug #883) PostgreSQL: Show accessible databases to non-owners (regression from 4.9.1) PostgreSQL: Skip editing generated columns PostgreSQL, MS SQL, Oracle: Hide table actions for information_schema SQLite: Support CHECK constraint SQLite: Support generated columns SQLite: Add command Check tables SQLite: Display all rows of variable values SQLite: Remove support for SQLite version 2 MS SQL: Support export (bug #480) MS SQL: Display foreign keys ON UPDATE and ON DELETE MS SQL: Support computed columns MS SQL: Fix CSV import (bug #859) MS SQL: Fix altering foreign key MS SQL PDO: Support offset MS SQL: Remove support for MSSQL extension MS SQL: Add support for PDO_SQLSRV extension MS SQL: Link help from sys tables MS SQL: Fix highlighting columns as primary keys MongoDB: Remove support for deprecated extension mongo Elasticsearch: Fix text search on boolean fields Plugins: Adminer code is now in a namespace Adminer-4.17.1 (released 2025-02-25): MySQL: Fix typo in the date type (regression from 4.17.0) Adminer 4.17.0 (released 2025-02-24): Hide index column options by default Offer original values in multi-row editing (regression from 4.16.0) Print SQL errors as comments in export (regression from 3.2.0) MySQL, PostgreSQL, MS SQL: Support CHECK constraint MySQL: Show comments at routine call (bug #874) MySQL: Don't offer empty enum value in edit MySQL 9+: Support vector type PostgreSQL: Link user defined types PostgreSQL: Constraint enum values in editing (bug #270) PostgreSQL: Export functions PostgreSQL 8+: Fix exporting table constraints SQLite: Show all supported pragmas in Variables MS SQL: Allow altering table in non-default schema (bug #405) MS SQL: Fix default values (bug #732, bug #733) MS SQL: Fix length of nvarchar columns Editor: PDO: Select value of foreign key in edit (bug #847) Mobile devices: Use device width Adminer 4.16.0 (released 2025-02-20): MySQL: Fix saving bit(64) values (bug #839) PostgreSQL: Preserve whitespace in EXPLAIN (bug #827) PostgreSQL: Support SSL PostgreSQL: Support altering auto_increment (bug #761) SQLite: Fix altering forign keys (bug #841) SQLite: Fix expressions in default values (bug #860) MS SQL: Foreign keys in non-default schema (bug #833) Oracle: Include tables granted by other user MongoDB: Execute commands against the selected DB Adminer 4.8.1 (released 2021-05-14): Internet Explorer or PDO in Adminer 4.7.8-4.8.0: Fix XSS in doc_link (bug #797) Fix more PHP 8 warnings (bug #781) Avoid PHP warnings with PDO drivers (bug #786, regression from 4.7.8) MySQL: Allow moving views to other DB and renaming DB with views (bug #783) MariaDB: Do not treat sequences as views (PR #416) PostgreSQL: Support UPDATE OF triggers (bug #789) PostgreSQL: Support triggers with more events (OR) PostgreSQL: Fix parsing of foreign keys with non-ASCII column names PostgreSQL < 10 PDO: Avoid displaying GENERATED ALWAYS BY IDENTITY everywhere (bug #785, regression from 4.7.9) SQLite: Fix displayed types (bug #784, regression from 4.8.0) Adminer 4.8.0 (released 2021-02-10): Support function default values in insert (bug #713) Allow SQL pseudo-function in insert Skip date columns for non-date values in search anywhere Add DB version to comment in export Support PHP 8 in create table (regression from 4.7.9) MySQL 8: Fix EXPLAIN in SQL command PostgreSQL: Create PRIMARY KEY for auto increment columns PostgreSQL: Avoid exporting empty sequence last value (bug #768) PostgreSQL: Do not show triggers from other schemas (PR #412) PostgreSQL: Fix multi-parameter functions in default values (bug #736) PostgreSQL: Fix displaying NULL bytea fields PostgreSQL PDO: Do not select NULL function for false values in edit Oracle: Alter indexes Oracle: Count tables Oracle: Import from CSV Oracle: Fix column size with string type MongoDB: Handle errors SimpleDB, Firebird, ClickHouse: Move to plugin Adminer 4.7.9 (released 2021-02-07): Fix XSS in browsers which don't encode URL parameters (bug #775, regression from 4.7.0) Elasticsearch, ClickHouse: Do not print response if HTTP code is not 200 Don't syntax highlight during IME composition (bug #747) Quote values with leading and trailing zeroes in CSV export (bug #777) Link URLs in SQL command (PR #411) Fix displayed foreign key columns from other DB (bug #766) Re-enable PHP warnings (regression from 4.7.8) MySQL: Do not export names in quotes with sql_mode='ANSI_QUOTES' (bug #749) MySQL: Avoid error in PHP 8 when connecting to socket (PR #409) MySQL: Don't quote default value of text fields (bug #779) PostgreSQL: Export all FKs after all CREATE TABLE (PR #351) PostgreSQL: Fix dollar-quoted syntax highlighting (bug #738) PostgreSQL: Do not show view definition from other schema (PR #392) PostgreSQL: Use bigserial for bigint auto increment (bug #765, regression from 3.0.0) PostgreSQL PDO: Support PgBouncer, unsupport PostgreSQL < 9.1 (bug #771) PostgreSQL 10: Support GENERATED ALWAYS BY IDENTITY (PR #386) PostgreSQL 10: Support partitioned tables (PR #396) PostgreSQL 11: Create PRIMARY KEY for auto increment columns SQLite: Set busy_timeout to 500 MS SQL: Don't truncate comments to 30 chars (PR #376) Elasticsearch 6: Fix displaying type mapping (PR #402) MongoDB: Fix password-less check in the mongo extension (PR #405) Editor: Cast to string when searching (bug #325) Editor: Avoid trailing dot in export filename