TimWolla / docker-adminer

Database management in a single PHP file
https://hub.docker.com/_/adminer/
157 stars 69 forks source link

Sub Queries in search are not executed #151

Closed kale1d0code closed 12 months ago

kale1d0code commented 12 months ago

Trying to restore data into a production database from a backup. Cant directly search for the rows I need. This requires a sub query to provide the correct id's to match the field on.

The subquery isn't executed and turns into a single value Screenshot from 2023-08-24 10-27-07

TimWolla commented 12 months ago

This is not an issue in this Docker image, but an issue in upstream Adminer. I cannot do anything about this.