[sqlalchemy] Re: Missing Sequences

2007-12-18 Thread Michael Bayer
On Dec 18, 2007, at 10:42 AM, Jonathan Gardner wrote: Shouldn't SQLAlchemy throw an exception when you try to grab the next value of a non-existant sequence? for a database which supports sequences, it will. It appears that for DB's which don't, executing a sequence explicitly is

[sqlalchemy] Re: Missing Sequences

2007-12-18 Thread Jonathan Gardner
On Dec 18, 10:39 am, Michael Bayer [EMAIL PROTECTED] wrote: if you can produce decent code, and almost more importantly good unit tests that ensure the decent code always works (else it might as well be broken), commit access is there for the taking. Start with trac tickets, i.e. create some