Re: [sqlalchemy] compiler tutorial questions

2021-04-19 Thread Mike Bayer
On Mon, Apr 19, 2021, at 2:09 PM, sumau wrote: > Hello > > I'm trying to understand compilation and working through the compiler > tutorial: https://docs.sqlalchemy.org/en/14/core/compiler.html > > I was hoping for some clarification : > > 1) What is the difference between starting your meth

[sqlalchemy] compiler tutorial questions

2021-04-19 Thread sumau
Hello I'm trying to understand compilation and working through the compiler tutorial: https://docs.sqlalchemy.org/en/14/core/compiler.html I was hoping for some clarification : 1) What is the difference between starting your method with visit_XXX instead of compile_XX? 2) self.cmd is used in