Re: A creepy story about dates. How to prevent it?

From: Ron Johnson <ron(dot)l(dot)johnson(at)cox(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: A creepy story about dates. How to prevent it?
Date: 2003-06-19 05:54:28
Message-ID: 1056002068.592.36.camel@haggis
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, 2003-06-18 at 18:09, Paul Thomas wrote:
> On 18/06/2003 22:09 scott.marlowe wrote:
> > [snip]
> > Why bother checking for wrong dates sometimes (i.e. 03/33/2003) but not
> > all the time (i.e. 13/03/2003)?
>
> ISTR that DB2 used to do the same (maybe still does - haven't used it for
> a few years). Still, IMHO, it is frustrating. I would rather have the db
> be ultra-strict, forcing me to handle dates correctly and rigorously in my
> app.
>
> > [snip]
> > I do plenty of format checking, this isn't the same. This is range
> > checking. I expect my database to do that for me.
>
> Agreed, although if the user gets his data thrown back at him by the db
> then I feel that this is a bug in my program. YMMV.

I hate to say, "Me too!", but I do agree with Paul and Scott.

--
+-----------------------------------------------------------+
| Ron Johnson, Jr. Home: ron(dot)l(dot)johnson(at)cox(dot)net |
| Jefferson, LA USA http://members.cox.net/ron.l.johnson |
| |
| "Oh, great altar of passive entertainment, bestow upon me |
| thy discordant images at such speed as to render linear |
| thought impossible" (Calvin, regarding TV) |
+-----------------------------------------------------------

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Joel Rees 2003-06-19 06:06:59 Re: A creepy story about dates. How to prevent it?
Previous Message Avi Schwartz 2003-06-19 05:37:59 Can inherited tables help in this case?