should ensure lgc is configured to not use mx to avoid error if backend module is missing mx support
--- a/server/serverctl.py Tue Jul 21 12:59:31 2009 +0200
+++ b/server/serverctl.py Wed Jul 22 18:33:35 2009 +0200
@@ -74,7 +74,9 @@
"""return a connection on the RDMS system table (to create/drop a user
or a database
"""
+ import logilab.common as lgp
from logilab.common.adbh import get_adv_func_helper
+ lgp.USE_MX_DATETIME = False
special_privs = ''
driver = source['db-driver']
helper = get_adv_func_helper(driver)