Z3c.sqlalchemy

Latest version: v2.1.1

Safety actively analyzes 638437 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 9

1.1.1

-------------------

- the SessionDataManager now supports ZODB savepoints

1.1.0

-------------------

- WARNING: this version requires SA 0.4.X and higher

- fixed import issues with the upcoming SA 0.4.X series

- create_session() calls (for SA 0.4.X)

- the unittests support an optional $TEST_DSN environment in order
to run the test against an existing database (other than SQLite)

- major overhoul of the Zope transaction integration: now using
one DataManager for the session object and the connection. The
connection as returned through the 'connection' property is also
used for creating a new 'session'. Older z3c.sqlalchemy version
used separate connections. This allows applications to use both
a session and a connection within the same Zope request/thread
without running into transaction problems. SQL actions and
session related modifications should happen within the same
transaction.

- Wrapper constructor now accepts two new optional dicts
'engine_options' and 'session_options' that will be passed down
to the engine and the sessionmaker. Patch provided by
Klaus Barthelmann.

- mapped objects now provide a method asDict() to return the values
of an objects as dict.

1.0.11

-------------------

- replaced BoundMetaData() with MetaData() (requires SA 0.3.9+)

- removed zope.* dependencies in order to avoid zope.* version
mismatches for now

1.0.10

-------------------

- using Zope 3.3.X as a fixed depenceny

1.0.9

------------------

- added namespace declarations

- reST-ified documentation

1.0.8

------------------

- SessionDataManager: create a session transaction as late
as possible and only if necessary in order to minimize deadlocks.
So z3c.sqlalchemy won't create a transaction any more if there
only SELECT operations within the current session.

Page 5 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.