Re: [RDBO] math::bigint pg

2007-07-09 Thread Jonathan Vanasco
On Jul 9, 2007, at 10:09 AM, John Siracusa wrote: I added a test for this in SVN and can't reproduce it. My column defs: here's my testcase, reproduced on 3 machines (all running current rose::db::object , not svn ) perhaps I'm setting something up wrong...

[RDBO] math::bigint pg

2007-07-08 Thread Jonathan Vanasco
I'm trying to pass a null value in for a bigint column. pg keeps complaining because its getting a 0. doing a data::dumper, I'm seeing the column with value= [0] _a = undef _p= undef sign= '+' tailing the pg log, rose sends a 0 I'm explicitly setting this col to undef, and it is not a