Path to this page:
Subject: CVS commit: pkgsrc/databases/py-sqlalchemy
From: Min Sik Kim
Date: 2017-09-13 19:29:06
Message id: 20170913172906.CC685FA98@cvs.NetBSD.org
Log Message:
py-sqlalchemy: Update to 1.1.14
Bug fixes only.
- Fixed bug in Session.merge() where an internal check for a target
object in the identity map could lead to an error.
- Fixed bug where an undefer_group() option would not be recognized.
- Fixed race condition in ORM identity map.
- Fixed bug in Session.merge() where objects in a collection that had
the primary key attribute set to None for a key that is typically
autoincrementing would be considered to be a database-persisted key
for part of the internal deduplication process.
- An InvalidRequestError is raised when a synonym() is used against an
attribute that is not against a MapperProperty.
- Altered the range specification for window functions to allow for
two of the same PRECEDING or FOLLOWING keywords in a range by
allowing for the left side of the range to be positive and for the
right to be negative.
Files: