All Versions
16
Latest Version
Avg Release Cycle
89 days
Latest Release
1208 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