diff --git a/changes.txt b/changes.txt index 2b0dd3e6..ed129e7b 100644 --- a/changes.txt +++ b/changes.txt @@ -9,6 +9,7 @@ MySQL: Use CONVERT() only when searching for non-ASCII (bug #603) PostgreSQL: Add SQL operator to search PostgreSQL: Fix editing data in views (bug #605, regression from 4.6.0) PostgreSQL: Do not cast date/time/number searches to text +Editor: Do not check boolean checkboxes with false in PostgreSQL (bug #607) Adminer 4.6.2 (released 2018-02-20): Semi-transparent border on table actions diff --git a/editor/include/adminer.inc.php b/editor/include/adminer.inc.php index 316c8635..04ffca26 100644 --- a/editor/include/adminer.inc.php +++ b/editor/include/adminer.inc.php @@ -485,7 +485,7 @@ qsl('div').onclick = whisperClick;", "") ); } if (like_bool($field)) { - return '"; + return '"; } $hint = ""; if (preg_match('~time~', $field["type"])) {