Skip to content

Update adminer Docker tag to v5 #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 11, 2025

This PR contains the following updates:

Package Update Change
adminer major 4.7.1 -> 5.2.1

Release Notes

vrana/adminer (adminer)

v5.2.1

Compare Source

  • Fix search anywhere (bug #​1004, regression from 5.1.1)
  • Fix import without primary key (bug #​1017, regression from 5.1.1)
  • PostgreSQL PDO: Fix bytea without primary key (bug #​1021)
  • non-MySQL: Parse '--' without trailing space as comment in SQL command (bug #​1025, regression from 5.2.0)

v5.1.0

Compare Source

  • Display collation at table structure if different from table
  • Ctrl+click in select moves the cursor in modern browsers
  • URL parameter ?ext=pdo to force using PDO
  • PDO: Handle PHP warnings for internal queries
  • PostgreSQL: Display auto_increment of inserted rows
  • PostgreSQL: Display description of system variables
  • PostgreSQL: Avoid warning about crdb_version (bug #​924, regression from 5.0.5)
  • PostgreSQL 11: Support PROCEDURE
  • SQLite PDO: Display results in SQL query
  • MS SQL: Fix collation issues when retrieving default values
  • MS SQL PDO: Display last insert ID
  • CSS: Sticky table headers (bug #​918)
  • CSS: Allow more custom styles with dark mode (bug #​925)
  • CSS: Increase maximum width of string edit (bug #​930)
  • CSS: Increase space after SQL result (bug #​937)
  • Plugins: Autoload plugins from adminer-plugins/
  • Plugins: Configure plugins with adminer-plugins.php
  • Plugins: Display loaded plugins in server overview
  • New plugin: AI prompt in SQL command generating the queries with Google Gemini
  • New plugin: Verify new versions from GitHub
  • New plugin: IMAP driver created for fun
  • New plugin: Display links to tables referencing current row
  • New plugin: Allow switching light and dark mode (bug #​926)
  • New plugin: Confirm before unloading page with changed form
  • Uzbek translation

v5.0.6

Compare Source

  • Align numbers right (bug #​912)
  • Display comment in title of field
  • Remember export setting at SQL command
  • Shorten queries saved from SQL command to URL (bug #​917)
  • SQL textarea: Open help on Ctrl+click
  • Security: Disallow writing temporary files to symlinks (bug SF-855)
  • MariaDB: Display MariaDB instead of MySQL
  • CSS: Dark mode syntax highlighting
  • CSS: Dark input fields in dark mode
  • Designs named adminer-dark.css use dark basic style
  • Plugins: Add method syntaxHighlighting()
  • New plugin: Use Codemirror 5 for syntax highlighting and SQL with typeahead

v5.0.5

Compare Source

  • MySQL: Display converting function for binary, bit or geometry fields
  • MySQL: Display default values of binary columns
  • MySQL: Allow setting default values of json column
  • MariaDB: Don't display NULL as default value (regression from 5.0.0)
  • PostgreSQL PDO: Escape bytea values (bug SF-218)
  • CockroachDB: Display version
  • CockroachDB: Recognize unique_rowid() as auto_increment
  • MS SQL: Fix editing rows with datetime column in primary key
  • MongoDB: Move to plugin
  • CSS: Add dark theme

v5.0.4

Compare Source

  • Compile: Fix shortening in private methods (regression from 5.0.3)

v5.0.2

Compare Source

  • PostgreSQL: Fix setting NULL and original value on enum (bug SF-884)
  • CockroachDB: Add support via PostgreSQL driver
  • Elasticsearch: Add support for "where" and "order" field privilege

v4.17.1

Compare Source

  • MySQL: Fix typo in the date type (regression from 4.17.0)

v4.8.1

Compare Source

  • Internet Explorer or PDO in Adminer 4.7.8-4.8.0: Fix XSS in doc_link (bug SF-797)
  • Fix more PHP 8 warnings (bug SF-781)
  • Avoid PHP warnings with PDO drivers (bug SF-786, regression from 4.7.8)
  • MySQL: Allow moving views to other DB and renaming DB with views (bug SF-783)
  • MariaDB: Do not treat sequences as views (PR #​416)
  • PostgreSQL: Support UPDATE OF triggers (bug SF-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 SF-785, regression from 4.7.9)
  • SQLite: Fix displayed types (bug SF-784, regression from 4.8.0)

v4.8.0

Compare Source

  • Support function default values in insert (bug SF-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 SF-768)
  • PostgreSQL: Do not show triggers from other schemas (PR #​412)
  • PostgreSQL: Fix multi-parameter functions in default values (bug SF-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

v4.7.9

Compare Source

  • Fix XSS in browsers which don't encode URL parameters (bug SF-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 SF-747)
  • Quote values with leading and trailing zeroes in CSV export (bug SF-777)
  • Link URLs in SQL command (PR #​411)
  • Fix displayed foreign key columns from other DB (bug SF-766)
  • Re-enable PHP warnings (regression from 4.7.8)
  • MySQL: Do not export names in quotes with sql_mode='ANSI_QUOTES' (bug SF-749)
  • MySQL: Avoid error in PHP 8 when connecting to socket (PR #​409)
  • MySQL: Don't quote default value of text fields (bug SF-779)
  • PostgreSQL: Export all FKs after all CREATE TABLE (PR #​351)
  • PostgreSQL: Fix dollar-quoted syntax highlighting (bug SF-738)
  • PostgreSQL: Do not show view definition from other schema (PR #​392)
  • PostgreSQL: Use bigserial for bigint auto increment (bug SF-765, regression from 3.0.0)
  • PostgreSQL PDO: Support PgBouncer, unsupport PostgreSQL < 9.1 (bug SF-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 SF-325)
  • Editor: Avoid trailing dot in export filename

v4.7.8

Compare Source

  • Support PHP 8
  • Disallow connecting to privileged ports (bug SF-769)

v4.7.7

Compare Source

  • Fix open redirect if Adminer is accessible at //adminer.php%2F@

v4.7.6

Compare Source

  • Speed 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 SF-730)
  • MySQL: Always set foreign_key_checks in export
  • PostgreSQL: Support exporting views
  • Editor: Fix focusing foreign key search in select

v4.7.5

Compare Source

  • Add id="" to cells with failed inline edit (bug SF-708)
  • PostgreSQL: Fix getting default value in PostgreSQL 12 (bug SF-719)
  • PostgreSQL, Oracle: Set schema for EXPLAIN queries in SQL command (bug SF-706)
  • ClickHouse: SQL command
  • Swedish translation

v4.7.4

Compare Source

  • Fix XSS if Adminer is accessible at URL /data:

v4.7.3

Compare Source

  • Allow editing foreign keys pointing to tables in other database/schema (bug SF-694)
  • Fix blocking of concurrent instances in PHP >7.2 (bug SF-703)
  • MySQL: Speed up displaying tables in large databases (bug SF-700, regression from 4.7.2)
  • MySQL: Allow editing rows identified by negative floats (bug SF-695)
  • MySQL: Skip editing generated columns
  • SQLite: Quote strings stored in integer columns in export (bug SF-696)
  • SQLite: Handle error in altering table (bug SF-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

Compare Source

  • Do not attempt logging in without password (bug SF-676)
  • Stretch footer over the whole table width (bug SF-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 SF-675, regression from 4.7.0)
  • MySQL: Fix creating users and changing password in MySQL 8 (bug SF-663)
  • MySQL: Pass SRID to GeomFromText
  • PostgreSQL: Fix setting column comments on new table
  • PostgreSQL: Display definitions of materialized views (bug SF-682)
  • PostgreSQL: Fix table status in PostgreSQL 12 (bug SF-683)
  • MS SQL: Support comments
  • Elasticsearch: Fix setting number of rows

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/adminer-5.x branch 3 times, most recently from 5772d23 to 8fde77c Compare March 18, 2025 01:04
@renovate renovate bot force-pushed the renovate/adminer-5.x branch from 8fde77c to ed5eb7a Compare March 28, 2025 01:27
@renovate renovate bot force-pushed the renovate/adminer-5.x branch from ed5eb7a to 9ec5967 Compare April 15, 2025 00:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants