misc/migration/3.9.5_Any.py
author Julien Cristau <julien.cristau@logilab.fr>
Mon, 27 Jan 2014 14:01:03 +0100
changeset 9499 872d16c04c79
parent 6105 a648c832da1f
permissions -rw-r--r--
[test] make unittest_postgres pass Use PostgresApptestConfiguration which starts a postgresql cluster locally for the duration of the test.

if not rql('CWConstraintType X WHERE X name "RQLUniqueConstraint"',
           ask_confirm=False):
    rql('INSERT CWConstraintType X: X name "RQLUniqueConstraint"',
        ask_confirm=False)