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 where I get confused is paging through the documentation, I get confused over what methods are for writing dialects, and what methods are for using Sql Alchemy in a project, and I struggle to conceptualize the difference. I apologize if it's just my lack of knowledge holding me back, but any other links or tips on how to look at things would be appreciated.
John On Thu, May 19, 2016 at 6:29 PM, Mike Bayer <mike...@zzzcomputing.com> wrote: > 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 documentation on each area to be dealt with from a developer > standpoint. > > On 05/19/2016 05:20 PM, John Omernik wrote: > >> 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 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 >> <mailto:sqlalchemy+unsubscr...@googlegroups.com>. >> To post to this group, send email to sqlalchemy@googlegroups.com >> <mailto:sqlalchemy@googlegroups.com>. >> Visit this group at https://groups.google.com/group/sqlalchemy. >> For more options, visit https://groups.google.com/d/optout. >> > > -- > 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 https://groups.google.com/group/sqlalchemy. > For more options, visit https://groups.google.com/d/optout. > -- 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 https://groups.google.com/group/sqlalchemy. For more options, visit https://groups.google.com/d/optout.