Diffusion KDb 21e8a3da8416

KexiDB - FORMAT CHANGED: SQLite Driver: 'date', 'datetime' and 'time' types…

Authored by staniek.

Description

KexiDB - FORMAT CHANGED: SQLite Driver: 'date', 'datetime' and 'time' types support fixed: Qt::ISODate format is used - FieldList: simple methods made inline; fixed bug in hasField() - findRef() instead of find() used in few places for speedup - a hack needed because QVariant(QTime) has broken isNull(): Internally: null time value is now null QDateTime(), not-null time value is now QDateTime(QDate(0,1,2),time); This allows to store 00:00:00 times. See also stringToHackedQTime(const QString& s). - DriverManager does not list derver-based projects when KEXI_SERVER_SUPPORT is undefined

svn path=/trunk/koffice/kexi/kexidb/; revision=356845

Details

Committed
staniekOct 22 2004, 4:24 PM
Parents
R15:3407acdab832: Rearranged includes, added srcdir/../sqlite so that the source…
Branches
Unknown
Tags
Unknown