mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
#8845: expose sqlite3 inTransaction as RO in_transaction Connection attribute.
Patch by R. David Murray, unit tests by Shashwat Anand.
This commit is contained in:
parent
bcb8d3a0a5
commit
d35251dc19
6 changed files with 50 additions and 1 deletions
|
|
@ -19,6 +19,7 @@ Billy G. Allie
|
|||
Kevin Altis
|
||||
Joe Amenta
|
||||
Mark Anacker
|
||||
Shashwat Anand
|
||||
Anders Andersen
|
||||
John Anderson
|
||||
Erik Andersén
|
||||
|
|
|
|||
|
|
@ -398,6 +398,9 @@ C-API
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #8845: sqlite3 Connection objects now have a read-only in_transaction
|
||||
attribute that is True iff there are uncommitted changes.
|
||||
|
||||
- Issue #1289118: datetime.timedelta objects can now be multiplied by float
|
||||
and divided by float and int objects. Results are rounded to the nearest
|
||||
multiple of timedelta.resolution with ties resolved using round-half-to-even
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue