Jakub Vrána
Jakub Vrána
Merged, thanks.
Specify your database server, version and the exact reproduce steps. Include screenshots.
I can reproduce this but I'm not sure how to solve this. In export, Adminer executes only the query above the table. I couldn't execute all queries because there might...
Your first commit breaks connecting to IPv6. Describe your input to the server field, the expected behavior and the actual behavior.
I couldn't reproduce it. Please describe “cant update or change” and attach some screenshots.
An interesting alternative to `@var` is [forrest79/type-validator](https://github.com/forrest79/type-validator). It provides a function `is_type()` which accepts a PHPStan type. If combined with `assert()`, it verifies the type in runtime and narrows the...
This is a 1:1 replacement for `@var`.
This makes sense to me. If you want to add a new auto increment column, perhaps you want to rename the old one to `orig_id` or something like that. What...
Please provide a reproducible example. I work with really big tables and Adminer is not slow with them. Adminer cuts long texts in select by default.