Ticket #2672 (closed enhancement: fixed)

Opened 22 months ago

Last modified 22 months ago

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

comment:1 Changed 22 months ago by icmurray

  • Status changed from new to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.