Closed jmafc closed 9 years ago
The UndoSql tests in, for example, tests/dbobject/test_schema.py and tests/dbobject/test_sequence.py all fail. The tests are trying to generate statements for the pg_catalog schema.
tests/dbobject/test_schema.py
tests/dbobject/test_sequence.py
pg_catalog
The UndoSql tests in, for example,
tests/dbobject/test_schema.py
andtests/dbobject/test_sequence.py
all fail. The tests are trying to generate statements for thepg_catalog
schema.