On 7/26/06, Oleg Deribas <[EMAIL PROTECTED]> wrote:
users_table.create()
i = users_table.insert()
print i
---------------------------------------------------------------------

And it gives me this:
AttributeError: 'NoneType' object has no attribute 'has_key'

Well, you should be able to print out an insert object...  you could try giving us the full stacktrace, but I suspect that the Firebird code needs updating is what it comes down to.  Do the tests pass when you follow the instructions in README.unittests, with --dburi=some_firebird_test_db ?

--
Jonathan Ellis
http://spyced.blogspot.com
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Sqlalchemy-users mailing list
Sqlalchemy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

Reply via email to