PostgreSQL boolean type update fails
Database management in a single PHP file
Brought to you by:
jakubvrana
Updating an existing row fails with
ERROR: invalid input syntax for type boolean: ""
in case there are fields of the boolean type set to false.
The generated query tries to assign '' to the field, although it should be one of the values listed here: http://www.postgresql.org/docs/9.0/static/datatype-boolean.html
PostgreSQL 9.4.5
I believe this is fixed by https://github.com/vrana/adminer/pull/183.
I'm having the same problem with the latest version of Adminer. Not sure how to fix.
Using Postgresql version 9.6.2
Last edit: Finbar Barton Maunsell 2017-05-16