[scim-python commit] r1098 - remove the id from user_db desc

0 views
Skip to first unread message

codesite...@google.com

unread,
Apr 24, 2009, 1:42:31 AM4/24/09
to scim-pyt...@googlegroups.com
Author: acevery
Date: Thu Apr 23 22:41:38 2009
New Revision: 1098

Modified:
trunk/python/engine/XingMa/XMSQLiteDB.py

Log:
remove the id from user_db desc

Modified: trunk/python/engine/XingMa/XMSQLiteDB.py
==============================================================================
--- trunk/python/engine/XingMa/XMSQLiteDB.py (original)
+++ trunk/python/engine/XingMa/XMSQLiteDB.py Thu Apr 23 22:41:38 2009
@@ -638,7 +638,6 @@
self.db.executescript (sqlstring)
sqlstring = 'INSERT OR IGNORE INTO user_db.desc VALUES (?, ?);'
self.db.execute (sqlstring, ('version', '0.1'))
- self.db.execute (sqlstring, ('id', str(uuid.uuid4 ())))
sqlstring = 'INSERT OR IGNORE INTO user_db.desc VALUES (?,
DATETIME("now", "localtime"));'
self.db.execute (sqlstring, ("create-time", ))
self.db.commit ()

Reply all
Reply to author
Forward
0 new messages