diff -r b718626a0e60 -r 13b0b96d7982 server/schemaserial.py --- 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())