in reply to perl, postgreSQL, and null dates

If you're using placeholders, an undef field represents a NULL. Otherwise, when you are saying NULL, you're getting the string NULL, which last I checked is not a valid date. {grin}

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

  • Comment on •Re: perl, postgreSQL, and null dates