From: Nick <ni...@dd...> - 2003-04-30 16:54:06
|
Okay, correct me if I'm wrong here, but isn't the ANSI standard for storing ISO dates in a database using a TIMESTAMP type? I'm pretty sure it is... so why is the column type in SQLObject DateTimeCol instead of TimestampCol? I realize that each database backend uses its own type, but shouldn't SQLObject's naming stick to the standards? Hoping not to start a db holy war, Nick |