[sqlalchemy] Re: Firebird status and some testsuite issues

2007-12-18 Thread jason kirtland
Lele Gaifax wrote: > Hi all, > > I was finally able to spend a little time on the Firebird backend, and > I'm glad to say that I'm currently down to this test summary: > [...] > C. a few tests don't use an explicit ordering, and assume that the > result of a select without an "ORDER BY" mat

[sqlalchemy] Re: Firebird status and some testsuite issues

2007-12-17 Thread Michael Bayer
On Dec 17, 2007, at 8:59 AM, Lele Gaifax wrote: > A. some tests do a textual comparison against an expected >statement; this breaks on FB, because the dialect inserts an >explicit PK field:: > > AssertionError: Testing for query 'INSERT INTO users (user_name) > VALUES (?)' para