paragonie/easydb

INSERT statements fail with boolean arguments on PostgreSQL

paragonie-scott opened this issue · 0 comments

Uncaught PDOException: SQLSTATE[22P02]: Invalid text representation: 7 ERROR:  invalid input syntax for type boolean: ""

We need a variant of buildInsertQuery() that doesn't puke on boolean arguments.