Postgres evaluates syntax error as boolean in Update statement – dba.stackexchange.com

Recently I came across a bug in code, equivalent to this snippet: create table testing(num int, dt date, istrue boolean); insert into testing values (1, '2018-01-01', True); UPDATE testing SET num ...

from Hot Questions - Stack Exchange OnStackOverflow
via Blogspot

Share this

0 Comment to "Postgres evaluates syntax error as boolean in Update statement – dba.stackexchange.com"