All Versions
16
Latest Version
Avg Release Cycle
89 days
Latest Release
1229 days ago

Changelog History
Page 2

  • v4.6.2 Changes

    February 20, 2018

    Semi-transparent border on table actions
    Shorten JSON values in select (bug #594)
    Speed up alter table (regression from 4.4.0)
    Store current version without authentication and in Editor
    0️⃣ PostgreSQL: Fix exporting string default values
    PostgreSQL: Fix exporting sequences in PostgreSQL 10
    PostgreSQL: Add IF EXISTS to DROP SEQUENCE in export (bug #595)
    Editor: Fix displaying of true boolean values (regression from 4.5.0)

  • v4.6.1 Changes

    February 08, 2018

    Sticky position of table actions
    Speed up rendering of long tables (regression from 4.4.0)
    Display notification about performing action after relogin
    ➕ Add system tables help links
    👍 MySQL: Support non-utf8 charset in search in column
    👍 MySQL: Support geometry in MySQL 8 (bug #574)
    📚 MariaDB: Links to documentation
    SQLite: Allow deleting PRIMARY KEY from tables with auto increment
    👍 PostgreSQL: Support binary files in bytea fields
    PostgreSQL: Don't treat interval type as number (bug #474)
    PostgreSQL: Cast to string when searching using LIKE (bug #325)
    PostgreSQL: Fix condition for selecting no rows
    👍 PostgreSQL: Support TRUNCATE+INSERT export
    👍 Customization: Support connecting to MySQL via SSL
    Customization: Allow specifying server name displayed in breadcrumbs

  • v4.6.0 Changes

    February 05, 2018

    🛠 Fix counting selected rows after going back to select page
    PHP <5.3 compatibility even with Elasticsearch enabled
    0️⃣ Fully support functions in default values
    Stop redirecting links via adminer.org
    👌 Support X-Forwarded-Prefix
    Display options for timestamp columns when creating a new table
    Disable autocompleting password on create user page
    👉 Use primary key to edit rows even if not selected
    ⚠ MySQL, PostgreSQL: Display warnings
    MySQL: Add floor and ceil select functions
    MySQL: Add FIND_IN_SET search operator
    👍 MariaDB: Support JSON since MariaDB 10.2
    SQLite, PostgreSQL: Limit rows in data manipulation without unique key
    👍 PostgreSQL: Support routines
    PostgreSQL: Allow editing views with uppercase letters (bug #467)
    0️⃣ PostgreSQL: Allow now() as default value (bug #525)
    SimpleDB: Document that allow_url_fopen is required
    🌐 Malay translation

  • v4.5.0 Changes

    January 24, 2018

    Display name of the object in confirmation when dropping it
    Display newlines in column comments (bug #573)
    👌 Support current_timestamp() as default of time fields (bug #572)
    Hide window.opener from pages opened in a new window (bug #561)
    Display error when getting row to edit
    Store current Adminer version server-side to avoid excessive requests
    Adminer: Fix Search data in tables (regression from 4.4.0)
    💅 CSP: Allow any styles, images, media and fonts, disallow base-uri
    👍 MySQL: Support geometry in MySQL 8 (bug #574)
    👍 MySQL: Support routines with comments in parameters (bug #460)
    👍 MariaDB: Support fulltext and spatial indexes in InnoDB (bug #583)
    SQLite: Enable foreign key checks
    0️⃣ PostgreSQL: Respect NULL default value
    PostgreSQL: Display foreign tables (bug #576)
    PostgreSQL: Do not export triggers if not requested
    PostgreSQL: Export DROP SEQUENCE if dropping table
    PostgreSQL: Display boolean values as code (bug #562)
    👍 MS SQL: Support freetds
    non-MySQL: Avoid CONVERT() (bug #509)
    ⚡️ Elasticsearch: Insert, update, delete
    👍 MongoDB: Support mongodb PHP extension
    Editor: Fix displaying of false values in PostgreSQL (bug #568)

  • v4.4.0 Changes

    January 17, 2018

    ➕ Add Content Security Policy
    Disallow scripts without nonce
    Rate limit password-less login attempts from the same IP address
    Disallow connecting to privileged ports
    ➕ Add nosniff header
    ⚠ PHP 7.1: Prevent warning when using empty limit
    ⚠ PHP 7.2: Prevent warning when searching in select
    🚚 MySQL: Remove dedicated view for replication status (added in 4.3.0)
    PostgreSQL: Sort table names (regression from 4.3.1)
    🛠 Editor: Don't set time zone from PHP, fixes DST
    Editor: Display field comment's text inside [] only in edit form
    Editor: Fix doubleclick on database page
    Editor: Fix Search data in tables
    🔒 Customization: Always send security headers
    🌐 Hebrew translation

  • v4.3.1 Changes

    April 14, 2017

    🛠 Fix permanent login after logout (bug #539)
    🛠 Fix SQL command autofocus (regression from 4.0.0)
    👍 PostgreSQL: Support JSON and JSONB data types
    PostgreSQL: Fix index size computation in PostgreSQL < 9.0 (regression from 4.3.0)
    PostgreSQL: Fix nullable fields in export