Skip to content

v4.9.2

Compare
Choose a tag to compare
@peterpp peterpp released this 18 Sep 07:53
· 109 commits to master since this release
  • Fix textarea height for single-line inputs (used typically for SQLite text field)
  • Fix undefined property in error message if driver does not support error number (e.g. PostgreSQL)
  • PostgreSQL: Fix search fields configuration (regression from 4.9)
  • PostgreSQL: Fix search condition for network address types, add macaddr8 type
  • PostgreSQL: Fix exporting CREATE TABLE query with GENERATED default values
  • PostgreSQL: Fix exporting CREATE TABLE query with sequence default value (by khoazero123)
  • PostgreSQL: Allow to set connection's sslmode with AdminerLoginSsl plugin
  • MySQL: Do not show 'empty' enum value in strict mode
  • Editor: Fix searching in tables
  • Add function to retrieve driver name that can be used in plugins (by Roy Orbison)