- 08 Feb, 2017 1 commit
-
-
Jim Fulton authored
resources after transaction complete. See: https://github.com/zodb/relstorage/issues/147 - Take advantage of the new transaction-manager explicit mode to avoid starting transactions unnecessarily when transactions end.
-
- 01 Feb, 2017 2 commits
-
-
Jim Fulton authored
Don't manipulate Connection state after it has been returned to the pool. Good catch. Thanks.
-
Jason Madden authored
Doing so leads to race conditions. In particular, there can be an AttributeError. See https://github.com/zodb/zodbshootout/issues/26 for details.
-
- 28 Jan, 2017 5 commits
-
-
Jim Fulton authored
Don't require persistent at setup time. We don't build native code th…
-
Jason Madden authored
Don't require persistent at setup time. We don't build native code that needs those headers anymore. Fixes #119.
-
Jim Fulton authored
Connection.new_oid delegates to its storage, not the DB.
-
Jason Madden authored
-
Jason Madden authored
Fixes #139
-
- 20 Dec, 2016 1 commit
-
-
Jim Fulton authored
-
- 18 Nov, 2016 6 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
Fixed: ZODB.Connection.TransactionMetaData didn't custom data
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
storage that some storages rely on.
-
Jim Fulton authored
sigh
-
- 17 Nov, 2016 12 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
transaction user and description: text above, bytes below
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
Also added _s to _transaction_meta_data_text_variables and _text_transaction_info to mark them as private.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
Conflicts: CHANGES.rst
-
Jim Fulton authored
WRT travis and winbot.
-
Jim Fulton authored
-
- 16 Nov, 2016 5 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
Conflicts: doc/guide/transactions-and-threading.rst
-
Jim Fulton authored
for user_name and description
-
Jim Fulton authored
Cleaned up check_checkCurrentSerialInTransaction
-
- 15 Nov, 2016 3 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
- 14 Nov, 2016 4 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
- 13 Nov, 2016 1 commit
-
-
Jim Fulton authored
Weird, I thought I'd tested the transaction changes against ZODB. :/
-