Re: [sqlalchemy] How to load a table with autoload=False?

2017-07-20 Thread Fredrik Blomqvist
Thanks for the quick response! I get it now. Sorry for my example, I realize it wasn't that clear. I think trying to explain it further would just make everyone more confused. Main takeaway is, if I want to load a table after it has already been defined, I will use the method you described

Re: [sqlalchemy] How to load a table with autoload=False?

2017-07-20 Thread Mike Bayer
On Thu, Jul 20, 2017 at 5:35 AM, Fredrik Blomqvist wrote: > There seems to be surprisingly little information about how to load a table > manually if you set the autoload flag to False. > There is a fairly new question on StackOverflow that has not been answered >

[sqlalchemy] How to load a table with autoload=False?

2017-07-20 Thread Fredrik Blomqvist
There seems to be surprisingly little information about how to load a table manually if you set the autoload flag to False. There is a fairly new question on StackOverflow that has not been answered properly either: https://stackoverflow.com/q/43042044/998919. Is there a function (e.g.