On Feb 11, 2008 8:55 PM, Wiggins d'Anconia <[EMAIL PROTECTED]> wrote:
> my $test = $user->profile->user_agreement_accepted_on;
> warn "test: $test\n";
> unless (defined $test) {
>     ...
> }
>
> Which results in 3 log lines,
>
> Use of uninitialized value in concatenation (.) or string at
> /.../C/User/Login.pm line 84. --- the warn line
> test:
> test: 2008-02-11T20:27:17

This double warn leads me to believe that something is going on that
is outside of your assumptions.  I did a quick test of a class
fronting a Pg table with a timestamp column configured as you
described and got no spooky behavior.

So yes, please post a self-contained example that reproduces the bug.
I suggest you try to reproduce this behavior outside the web server
environment to eliminate (or perhaps pinpoint ;) that as the source of
the error.

-John

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Rose-db-object mailing list
Rose-db-object@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rose-db-object

Reply via email to