Attach records to RecordSet objects

Change-Id: If46e82fe0089677d04e814c612c4b7210d90a599
This commit is contained in:
Kiall Mac Innes
2014-07-09 22:31:22 +01:00
parent 9a9f2a6272
commit 1dea2e7bde
4 changed files with 285 additions and 12 deletions

View File

@@ -275,6 +275,7 @@ class TestCase(base.BaseTestCase):
DatabaseFixture.get_fixture(REPOSITORY))
self.config(
connection=self.db_fixture.url,
connection_debug=100,
group='storage:sqlalchemy'
)