1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-15 02:54:28 +02:00

PostgreSQL: Fix setting NULL and original value on enum (bug #884)

This commit is contained in:
Jakub Vrana
2025-03-08 06:44:12 +01:00
parent e7c3a046a7
commit b0450d0d2a
5 changed files with 22 additions and 10 deletions

View File

@@ -59,6 +59,13 @@ abstract class SqlDriver {
return array_map('array_keys', $this->types);
}
/** Get enum values
* @param array
* @return string or null
*/
function enumLength($field) {
}
/** Select data from table
* @param string
* @param array result of $adminer->selectColumnsProcess()[0]