Edgewall Software

Changes between Version 25 and Version 26 of TracDev/DatabaseApi


Ignore:
Timestamp:
Jun 19, 2012, 10:51:27 PM (12 years ago)
Author:
Christian Boos
Comment:

#Trac0.13API also mention 1.0

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/DatabaseApi

    v25 v26  
    8787''Note:'' Uncommited changes of a transaction are only visible to nested transactions in the same thread. Different threads use different database connections and therefore different transactions.
    8888
    89 === Trac 0.13 API
     89=== Trac 0.13dev and 1.0 API #Trac0.13API
    9090
    9191As we dropped support for Python 2.4, we could simplify the code a bit more by using the `with` keyword and context managers: