self.assert_sql_count(testing.db, go, 1)
@testing.fails_on("firebird", "unknown")
- @testing.fails_on('postgresql+pg8000', "'type oid 705 not mapped to py type' (due to literal)")
def test_self_referential(self):
Order = self.classes.Order
eq_(row.Bar.id, 3)
# all three columns are loaded independently without
# overlap, no additional SQL to load all attributes
- self.assert_sql_count(testing.db, go, 0)
\ No newline at end of file
+ self.assert_sql_count(testing.db, go, 0)