"Notify" (sound? visual?) when OCR is done
Here is a better solution than modifying Adminer source: create a simple plugin overriding the rowDescription method class AdminerCustomRowDescription { function rowDescription($table) { if ($table == "patients") { return "CONCAT('[',id,'] ',nom,' ',prenoms,' (',TIMESTAMPDIFF(YEAR,ddn,CURDATE()),' ans)')"; } return ""; } }
This should be a feature request
Hibernate and Stand-by when finished