diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2005-07-16 05:35:07 +0000 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2005-07-16 05:35:07 +0000 |
| commit | b8c5bc6ae331386270a39a64e8e8925a615cb8ab (patch) | |
| tree | 47cd8a299b7d9a891b8be4dd2e0f540abfe37994 /README | |
| parent | 576b0dec40b98de2707416c4e380eada83b4842a (diff) | |
| download | sqlalchemy-b8c5bc6ae331386270a39a64e8e8925a615cb8ab.tar.gz | |
Diffstat (limited to 'README')
| -rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -162,7 +162,7 @@ users.update(users.c.user_id == 7).execute(user_name = 'fred') c = db.connection() -# use the connection pooling directly: +# use the connection pooling via the transparent manager: # import a real DBAPI database from pysqlite2 import dbapi2 as sqlite |
