inheritance relationships need to be constructed in inheritance order
(which should be the normal case anyway).
-- added "FETCH" to the keywords detected by Postgres to indicate a result-row holding
- statement (i.e. in addition to "SELECT").
+- added "FETCH" to the keywords detected by Postgres to indicate a
+ result-row holding statement (i.e. in addition to "SELECT").
- Added full list of SQLite reserved keywords so that they get escaped
properly.
metadata.create_all()
@testing.supported('postgres')
- @profiling.profiled('populate', call_range=(4380, 4410), always=True)
+ @profiling.profiled('populate', call_range=(4350, 4410), always=True)
def test_1a_populate(self):
Zoo = metadata.tables['Zoo']
Animal = metadata.tables['Animal']