Re: [sqlalchemy] Using literals in ORM update/delete query

2016-09-13 Thread Seth P
FWIW, this sounds similar to the problems you and I had (separately) a couple of years ago: https://groups.google.com/forum/#!topic/sqlalchemy/kv7BqWZr9KQ https://groups.google.com/forum/#!topic/sqlalchemy/k_9ZGI-e85E On Monday, September 12, 2016 at 5:39:37 PM UTC-4, Thierry Florac wrote: > > I

Re: [sqlalchemy] joinedload() vs join()

2016-09-13 Thread Marcin Gozdalik
Thanks for the link. It seems I missed that. On Mon, Aug 29, 2016 at 4:45 PM Mike Bayer wrote: > > > On 08/29/2016 08:32 AM, mgozda...@starfishstorage.com wrote: > > Hi > > > > I have a question about the difference between .join() and > > .options(joinedload()). > > >