dabo Commit
Revision 6975
Date: 2011-11-24 07:10:44 -0800 (Thu, 24 Nov 2011)
Author: Jacekk
Trac: http://trac.dabodev.com/changeset/6975

Changed:
U   trunk/dabo/db/dbSQLite.py

Log:
Added 'date' type to the SQLite supported fields.

Diff:
Modified: trunk/dabo/db/dbSQLite.py
===================================================================
--- trunk/dabo/db/dbSQLite.py   2011-11-23 18:10:01 UTC (rev 6974)
+++ trunk/dabo/db/dbSQLite.py   2011-11-24 15:10:44 UTC (rev 6975)
@@ -194,6 +194,8 @@
                                fldType = "M"
                        elif "bool" in typ:
                                fldType = "B"
+                       elif typ == "date":
+                               fldType = "D"
                        else:
                                # SQLite treats everything else as text
                                fldType = "C"



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to