server/schemaserial.py
changeset 4835 13b0b96d7982
parent 4808 23df4a120c96
child 5379 c082dea0731b
child 5421 8167de96c523
--- a/server/schemaserial.py	Mon Mar 08 19:02:35 2010 +0100
+++ b/server/schemaserial.py	Tue Mar 09 08:59:43 2010 +0100
@@ -218,7 +218,7 @@
     if not quiet:
         _title = '-> storing the schema in the database '
         print _title,
-    execute = cursor.unsafe_execute
+    execute = cursor.execute
     eschemas = schema.entities()
     if not quiet:
         pb_size = (len(eschemas + schema.relations())