Appreciate the link Mike. Not to sound ungrateful, but is there any thing
more specifc on the various items within the base.py file that I can do?
The Access example is great, and I've copied that as my base, but
understanding a bit more on the the under the hood methods would be
helpful. I think
the guidelines we have are in a README you can see here:
https://github.com/zzzeek/sqlalchemy/blob/master/README.dialects.rst
however, the best way to really get into the methods and things is to
look at the existing dialects and see what they are doing.we don't
have extensive documentatio
I am trying to write a new dialect, and while many things are fairly
obvious, many are also not. It would be helpful to point to some docs on
how the dialect writing works, what events/methods we can overwrite and
what it can help us do.
Thanks!
John
--
You received this message because yo