mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-06-06 15:51:48 -04:00
Refactor-o fix.
This commit is contained in:
@@ -883,7 +883,7 @@ class Session(object):
|
||||
|
||||
context = []
|
||||
if mapper is not None:
|
||||
context.append('mapper %s' % c_mapper)
|
||||
context.append('mapper %s' % _class_to_mapper(mapper))
|
||||
if clause is not None:
|
||||
context.append('SQL expression')
|
||||
if instance is not None:
|
||||
|
||||
Reference in New Issue
Block a user