Re: [BUGS] issue with integer nullable column and value 0

2009-10-15 Thread Sean Hsien
Found the bug...was my fault, of course. Sorry for the mistake. Sean -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs

Re: [BUGS] issue with integer nullable column and value 0

2009-10-15 Thread Sean Hsien
serId() == -1 ? null : vo.getUserId(), vo.getEntityId() }; getJdbcTemplate().update(sql.toString(), args); } Thanks for your time. 2009/10/15 Kevin Grittner : > Sean Hsien wrote: > >> using the latest JDBC driver type 4. > >> I have

[BUGS] issue with integer nullable column and value 0

2009-10-14 Thread Sean Hsien
Hi guys, I'm not sure what the source of this bug is, as I'm getting a discrepancy between 8.1 on Linux vs. 8.4 on Windows, using the latest JDBC driver type 4. The issue is this, I have a nullable integer column in one of my tables. When I'm updating the column in 8.4 Windows with value 0, it st