Improved Beautify Table Macro
Plugin file-upload.php doesn't work on a nullable field
SOLVED! In enum-option.php, just insert the following command right after the line containing "$options[""][-1] = lang('original');": $selected = "-1"; When adminer is in multiple-fields-edit-mode (or isset($_GET["select"])), the $selected is set to null by default ($value parameter) and it's value wasn't updated when "original" option was generated.
The solution: Since the VIEW doesn't have indexes, the workaround was compel primary...
Update single registry in a view generates a huge WHERE clause
Bugged file is enum-option.php. When you remove this plugin, the error disapear.
This problem occurs when you use the enum-option.php plugin
I like run jEdit as portable, so settings is manually set inside a subfolder: "C:\Program...
It seems a regression bug on XML.jar plugin on version 3.01. Solved after plugin...
Strange layout on lower corners
Java Exception has occured 5.3.0 jar installer
NULL instead ORIGINAL on ENUM field when you edit several registries at once
Solved: Edit db.inc.php: Line 57: Replace "if (support("table"))" by "if(false)"
REGEXP NOT FOUND when adminer.php is called from an index.php customization file
I use Adminer to share information with non-technical users. In this scenario, the...