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 regarding the use of the identifier 
'data' in the test suite. This identifier is used in several tests. How and 
where did you changed it to correct quoting? I did a checkout via hg clone 
http://hg.sqlalchemy.org/sqlalchemy and did not find any quoting in the 
test suite. For now I have locally changed 'data' to 't_data' to get rid of 
a bunch of failing test cases.

Another question. The database I am implementing does not support indexes. 
Do you have a good idea what an implementation of def 
visit_create_index(self, create) should look like? Will I have to add a new 
requirement to the requirements.py to indicate non-existence of indexes?

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at http://groups.google.com/group/sqlalchemy?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to