So I have applied the patch on my development box, but my production server is still running 0.5.6 un-patched. Can you think of any reason that defining the column as PGText won't work as a temporary workaround? > oh its fine I can do it. we have a testing style that is like this: > > def go(): > eq_(query.all(), [Foo(), Bar(), Bat()]) > self.assert_sql_count(testing.db, go, 0) > > i.e. run go(), do the eq_() assertion, then when complete assert that 0 > SQL statements were executed. > >
-- David Gardner Pipeline Tools Programmer Jim Henson Creature Shop [email protected] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en -~----------~----~----~----~------~----~------~--~---
