Mario Frasca <[EMAIL PROTECTED]> wrote: > > would it be difficult, or simply impossible, to implement these types in > sqlite? >
Adding DATE and TIMEINTERVAL types to SQLite would require an incompatible file format change. And it would go against the basic philosophy of SQLite. -- D. Richard Hipp <[EMAIL PROTECTED]>

