Signed-off-by: Takashi SHIRAI <shirai@nintendo.co.jp>
$type = $row["DATA_TYPE"];
$length = "$row[DATA_PRECISION],$row[DATA_SCALE]";
if ($length == ",") {
- $length = $row["DATA_LENGTH"];
+ $length = $row["CHAR_COL_DECL_LENGTH"];
} //! int
$return[$row["COLUMN_NAME"]] = array(
"field" => $row["COLUMN_NAME"],
PostgreSQL PDO: Do not select NULL function for false values in edit
Oracle: Count tables
Oracle: Import from CSV
+Oracle: Fix column size with string type
SimpleDB, Firebird, ClickHouse: Move to plugin
Adminer 4.7.9 (released 2021-02-07):