author | Sylvain Thénault <sylvain.thenault@logilab.fr> |
Thu, 04 Mar 2010 10:22:21 +0100 | |
branch | stable |
changeset 4789 | c93770e4aaf4 |
parent 4788 | de92a073faa8 |
child 4790 | 52c81aef0b61 |
child 4791 | b9a1b16a8d26 |
--- a/server/schemaserial.py Thu Mar 04 10:16:48 2010 +0100 +++ b/server/schemaserial.py Thu Mar 04 10:22:21 2010 +0100 @@ -225,7 +225,8 @@ eschemas.remove(schema.eschema('CWEType')) eschemas.insert(0, schema.eschema('CWEType')) for eschema in eschemas: - execschemarql(execute, eschema, eschema2rql(eschema, groupmap)) + for rql, kwargs in eschema2rql(eschema, groupmap): + execute(rql, kwargs, build_descr=False) if pb is not None: pb.update() # serialize constraint types