[sqlalchemy] Exception in logger while using query options

2015-10-14 Thread Ofir Herzas
An exception pertaining to the logger is raised when using query.options Here is the relevant part of the exception: query = query.options(sqlalchemy.orm.load_only(*properties)) File "/opt/enigmai/ve/python-3.3.4/lib/python3.3/site-packages/sqlalchemy/orm/query.py", line 1100, in

Re: [sqlalchemy] Exception in logger while using query options

2015-10-14 Thread Mike Bayer
On 10/14/15 5:34 AM, Ofir Herzas wrote: > An exception pertaining to the logger is raised when using query.options > > Here is the relevant part of the exception: issue 3539 fixed for 1.0.9: https://bitbucket.org/zzzeek/sqlalchemy/issues/3539 > > > query =