Re: [sqlalchemy] Custom Dialect - recommendations needed for handling of Sequences/lastrowid

2013-09-02 Thread jank
Am Mittwoch, 30. Januar 2013 00:24:57 UTC+1 schrieb Michael Bayer: > > > On Jan 29, 2013, at 5:36 PM, jank wrote: > > I did a lot of progress. Fine tuning the dialect and the dialect specific > requirements.py helped a lot. > > I am still not ready to provide a minimal test case for the auto_inc

Re: [sqlalchemy] Custom Dialect - recommendations needed for handling of Sequences/lastrowid

2013-01-29 Thread Michael Bayer
On Jan 29, 2013, at 5:36 PM, jank wrote: > I did a lot of progress. Fine tuning the dialect and the dialect specific > requirements.py helped a lot. > > I am still not ready to provide a minimal test case for the auto_increment > behavior. At the current stage I do not trust my dialect impleme

Re: [sqlalchemy] Custom Dialect - recommendations needed for handling of Sequences/lastrowid

2013-01-29 Thread jank
I did a lot of progress. Fine tuning the dialect and the dialect specific requirements.py helped a lot. I am still not ready to provide a minimal test case for the auto_increment behavior. At the current stage I do not trust my dialect implementation. While completing this a question again rega

Re: [sqlalchemy] Custom Dialect - recommendations needed for handling of Sequences/lastrowid

2013-01-26 Thread jank
Hi Michael, thank you for all that input. I will give the test suite a try and also look into all your suggestions. I'll try to provide a minimal test case for the auto_increment behavior. This will take some time... Jan Am Freitag, 25. Januar 2013 16:22:23 UTC+1 schrieb Michael Bayer: > > > O

Re: [sqlalchemy] Custom Dialect - recommendations needed for handling of Sequences/lastrowid

2013-01-25 Thread Michael Bayer
On Jan 25, 2013, at 2:25 AM, jank wrote: > Hello, > I have implemented a dialect for a new database (EXASol). that's great. I'd like to point you to a new system we have for testing and deploying external dialects, where your dialect can be packaged with a standard layout and make use of a s

[sqlalchemy] Custom Dialect - recommendations needed for handling of Sequences/lastrowid

2013-01-24 Thread jank
Hello, I have implemented a dialect for a new database (EXASol). I have not done tests using the ORM layer of SA so far as I am primarily interested in the Core layer. So far things worked out pretty well DDL and DML support are basically running. The EXASol DB does not offer Sequences but autoi