| Commit | Date | |
|---|---|---|
|
[r10187]
by
cboos
#9536: convert the contrib and sample-plugins to use context managers for database access. |
2010-10-05 21:45:48 | Tree |
| 2010-10-05 21:45:14 | Tree | |
| 2010-10-05 21:43:27 | Tree | |
| 2010-10-05 21:43:01 | Tree | |
| 2010-10-05 21:42:37 | Tree | |
|
[r10182]
by
cboos
#9536: convert the base system and smaller modules to use context managers for database access. |
2010-10-05 21:37:58 | Tree |
| 2010-10-05 21:36:31 | Tree | |
|
[r10180]
by
cboos
#9536: rework EnvironmentStub, use context managers and support sqlite file based backend. |
2010-10-05 21:35:46 | Tree |
|
[r10179]
by
cboos
db: introduce context managers for working with a database connection. SQL transactions can be executed this way: }}} Another context manager for performing "read-only" queries can be obtained via `env.db_query`. That one doesn't `commit` or `rollback`, but returns the connection to the pool when exiting the context, making that connection available to other threads as soon as possible. See TracDev/DatabaseApi#Trac0.13API for more details. Part of #9536. |
2010-10-05 21:28:06 | Tree |
|
[r10178]
by
rblank
0.13dev: Added two select boxes to the "Basic Settings" admin panel, for the default timezone and default language. Excellent initial patch by Ryan J Ollos, thanks! Closes #9581. |
2010-10-05 20:06:53 | Tree |