pkgsrc/databases/py-sqlalchemy
minskim 42b08eb623 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.
2017-09-13 17:29:06 +00:00
..
DESCR
distinfo py-sqlalchemy: Update to 1.1.14 2017-09-13 17:29:06 +00:00
Makefile py-sqlalchemy: Update to 1.1.14 2017-09-13 17:29:06 +00:00
PLIST Release 1.1.5 has many bug fixes across the ORM and Core components as well as within the Postgresql, Mysql, Oracle, and SQL Server dialects. There is also one new feature allowing MySQL index prefixes to be specified. 2017-02-01 13:03:16 +00:00