Postgres evaluates syntax error as boolean in Update statement – dba.stackexchange.com 14:12 Posted by Unknown No Comments 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 Unknown
0 Comment to "Postgres evaluates syntax error as boolean in Update statement – dba.stackexchange.com"
Post a Comment