/dports/www/trac-devel/Trac-1.5.3/trac/db/tests/ |
H A D | api.py | 118 with self.env.db_transaction as db: 127 with self.env.db_transaction as db: 136 with self.env.db_transaction as db: 182 with self.env.db_transaction as db: 210 with self.env.db_transaction as db: 259 with self.env.db_transaction as db: 275 with self.env.db_transaction as db: 319 with self.env.db_transaction as db: 339 self.env.db_transaction( 352 self.env.db_transaction( [all …]
|
/dports/www/trac-devel/Trac-1.5.3/trac/notification/tests/ |
H A D | mail.py | 125 with self.env.db_transaction: 159 with self.env.db_transaction: 187 with self.env.db_transaction: 206 with self.env.db_transaction: 226 with self.env.db_transaction: 249 with self.env.db_transaction: 282 with self.env.db_transaction: 296 with self.env.db_transaction: 313 with self.env.db_transaction: 342 with self.env.db_transaction: [all …]
|
H A D | model.py | 60 with self.env.db_transaction as db: 75 with self.env.db_transaction: 99 with self.env.db_transaction: 159 with self.env.db_transaction:
|
/dports/www/trac-devel/Trac-1.5.3/trac/notification/ |
H A D | model.py | 60 with env.db_transaction as db: 80 with env.db_transaction as db: 103 with env.db_transaction as db: 134 with env.db_transaction as db: 182 with env.db_transaction as db: 251 with self.env.db_transaction as db: 291 with env.db_transaction as db: 301 with env.db_transaction as db: 306 with env.db_transaction as db: 314 with env.db_transaction as db:
|
/dports/www/trac-devel/Trac-1.5.3/trac/web/tests/ |
H A D | session.py | 36 with env.db_transaction as db: 42 with env.db_transaction as db: 179 with self.env.db_transaction as db: 208 with self.env.db_transaction: 231 with self.env.db_transaction as db: 248 with self.env.db_transaction as db: 265 with self.env.db_transaction as db: 299 with self.env.db_transaction as db: 320 with self.env.db_transaction as db: 341 with self.env.db_transaction as db: [all …]
|
H A D | auth.py | 46 self.env.db_transaction(""" 56 self.env.db_transaction(""" 67 self.env.db_transaction(""" 111 self.env.db_transaction(""" 118 self.env.db_transaction(""" 125 self.env.db_transaction(""" 139 self.env.db_transaction("""
|
/dports/www/trac-devel/Trac-1.5.3/trac/wiki/tests/ |
H A D | model.py | 85 self.env.db_transaction( 142 self.env.db_transaction( 183 self.env.db_transaction( 201 self.env.db_transaction.executemany( 221 self.env.db_transaction( 240 self.env.db_transaction( 273 self.env.db_transaction.executemany( 322 with self.env.db_transaction as db:
|
H A D | intertrac.py | 56 with self.env.db_transaction: 63 with self.env.db_transaction:
|
/dports/www/trac-devel/Trac-1.5.3/trac/web/ |
H A D | session.py | 173 with self.env.db_transaction as db: 234 with self.env.db_transaction as db: 253 with self.env.db_transaction as db: 315 with self.env.db_transaction as db: 338 with self.env.db_transaction as db: 512 with self.env.db_transaction as db: 536 with self.env.db_transaction as db: 552 with self.env.db_transaction as db: 572 with self.env.db_transaction as db:
|
H A D | auth.py | 176 with self.env.db_transaction as db: 215 self.env.db_transaction("DELETE FROM auth_cookie WHERE cookie=%s", 218 self.env.db_transaction("DELETE FROM auth_cookie WHERE name=%s",
|
/dports/www/trac-devel/Trac-1.5.3/trac/ticket/ |
H A D | model.py | 303 with self.env.db_transaction as db: 363 with self.env.db_transaction as db: 496 with self.env.db_transaction as db: 540 with self.env.db_transaction as db: 597 with self.env.db_transaction as db: 790 with self.env.db_transaction as db: 820 with self.env.db_transaction as db: 851 with self.env.db_transaction as db: 972 with self.env.db_transaction as db: 989 with self.env.db_transaction as db: [all …]
|
H A D | admin.py | 123 with self.env.db_transaction: 305 with self.env.db_transaction: 510 with self.env.db_transaction: 668 with self.env.db_transaction: 697 with self.env.db_transaction: 795 with self.env.db_transaction: 850 with self.env.db_transaction: 862 with self.env.db_transaction:
|
/dports/www/trac-devel/Trac-1.5.3/trac/db/ |
H A D | api.py | 309 with self.env.db_transaction as db: 320 with self.env.db_transaction as db: 334 with self.env.db_transaction as db: 356 with self.env.db_transaction as db: 371 with self.env.db_transaction as db: 382 with self.env.db_transaction as db: 490 with self.env.db_transaction as db: 495 with self.env.db_transaction as db: 544 with self.env.db_transaction as db:
|
/dports/www/trac-devel/Trac-1.5.3/trac/wiki/ |
H A D | model.py | 116 with self.env.db_transaction as db: 158 with self.env.db_transaction as db: 212 with self.env.db_transaction as db: 240 with self.env.db_transaction as db:
|
H A D | admin.py | 140 with self.env.db_transaction: 190 with self.env.db_transaction: 248 with self.env.db_transaction: 264 with self.env.db_transaction:
|
/dports/www/trac-devel/Trac-1.5.3/trac/tests/ |
H A D | perm.py | 53 self.env.db_transaction.executemany( 64 self.env.db_transaction.executemany( 73 self.env.db_transaction.executemany( 83 self.env.db_transaction.executemany( 93 self.env.db_transaction.executemany( 104 self.env.db_transaction.executemany( 116 self.env.db_transaction.executemany( 830 self.env.db_transaction("""
|
/dports/www/trac-devel/Trac-1.5.3/trac/upgrades/ |
H A D | db42.py | 18 with env.db_transaction as db:
|
H A D | db37.py | 23 with env.db_transaction as db:
|
H A D | db38.py | 35 with env.db_transaction:
|
H A D | db44.py | 37 with env.db_transaction:
|
/dports/www/trac-devel/Trac-1.5.3/trac/versioncontrol/ |
H A D | cache.py | 93 with self.env.db_transaction as db: 182 with self.env.db_transaction as db: 226 with self.env.db_transaction as db: 241 with self.env.db_transaction as db: 286 with self.env.db_transaction as db:
|
H A D | api.py | 229 with self.env.db_transaction as db: 251 with self.env.db_transaction as db: 269 with self.env.db_transaction as db: 291 with self.env.db_transaction as db: 556 with self.env.db_transaction as db: 592 with self.env.db_transaction: # prevent possible deadlock, see #4465
|
/dports/www/trac-devel/Trac-1.5.3/trac/ticket/tests/ |
H A D | model.py | 441 self.env.db_transaction(""" 662 self.env.db_transaction( 676 self.env.db_transaction(""" 693 with self.env.db_transaction as db: 737 self.env.db_transaction( 906 self.env.db_transaction(""" 1174 self.env.db_transaction.executemany( 1193 self.env.db_transaction.executemany( 1270 self.env.db_transaction.executemany( 1352 self.env.db_transaction.executemany( [all …]
|
H A D | query.py | 74 with self.env.db_transaction: 97 with self.env.db_transaction: 115 with self.env.db_transaction: 246 with self.env.db_transaction as db: 886 with self.env.db_transaction as db: 895 with self.env.db_transaction as db: 1040 with self.env.db_transaction as db: 1166 with self.env.db_transaction as db: 1252 with self.env.db_transaction as db: 1295 with self.env.db_transaction as db: [all …]
|
/dports/www/trac-devel/Trac-1.5.3/contrib/workflow/ |
H A D | migrate_original_to_basic.py | 40 trac_env.db_transaction("""
|