Ticket #2672 (closed enhancement: fixed)
Session.is_modified should use passive=True
Reported by: | icmurray | Owned by: | icmurray |
---|---|---|---|
Priority: | awaiting triage | Milestone: | ckan-v1.8 |
Component: | ckan | Keywords: | |
Cc: | Repository: | ckan | |
Theme: | none |
Description
According to sqlalchemy docs [1], when calling Session.is_modified(), the passive argument needs to be passed in as True.
[1] http://docs.sqlalchemy.org/en/rel_0_7/orm/session.html?highlight=is_modified#sqlalchemy.orm.session.Session.is_modified
Change History
Note: See
TracTickets for help on using
tickets.