| Commit message (Expand) | Author | Age | Files | Lines |
| * | - merged inline inserts branch | Mike Bayer | 2007-09-01 | 1 | -1/+1 |
| * | pool_threadlocal on by default | Mike Bayer | 2007-08-20 | 1 | -1/+1 |
| * | - Engine and TLEngine assume "threadlocal" behavior on Pool; both use connect() | Mike Bayer | 2007-08-20 | 1 | -2/+3 |
| * | - Connection.begin() no longer accepts nested=True, a possible source of conf... | Jason Kirtland | 2007-08-19 | 1 | -16/+38 |
| * | Added an exception hierarchy shadowing DB-API exc types | Jason Kirtland | 2007-08-11 | 1 | -1/+1 |
| * | switch (simple) occurences of 'if len(x)' to 'if x': find . -name '*.py' |xar... | Jonathan Ellis | 2007-08-03 | 1 | -1/+1 |
| * | Tweak 'poolclass' default arg processing [ticket:437] | Jason Kirtland | 2007-08-01 | 1 | -1/+2 |
| * | merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena... | Mike Bayer | 2007-07-27 | 1 | -17/+4 |
| * | - added 'url' attribute to Engine | Mike Bayer | 2007-04-29 | 1 | -6/+6 |
| * | - the dialects within sqlalchemy.databases become a setuptools | Mike Bayer | 2007-04-17 | 1 | -11/+9 |
| * | - removed meaningless entity_name argument from session.delete() | Mike Bayer | 2007-04-16 | 1 | -1/+4 |
| * | for #516, moved the "disconnect check" step out of pool and back into base.py... | Mike Bayer | 2007-04-03 | 1 | -1/+1 |
| * | - merged the patch from #516 + fixes | Mike Bayer | 2007-04-02 | 1 | -1/+1 |
| * | - merged the "execcontext" branch, refactors engine/dialect codepaths | Mike Bayer | 2007-04-02 | 1 | -4/+60 |
| * | latest #214 fixups | Mike Bayer | 2007-03-31 | 1 | -1/+1 |
| * | thank you, SVN, for being completely idiotic and non-intutive. rolling back i... | Mike Bayer | 2007-03-30 | 1 | -3/+0 |
| * | current progress with exec branch | Mike Bayer | 2007-03-29 | 1 | -0/+3 |
| * | migrated (most) docstrings to pep-257 format, docstring generator using strai... | Mike Bayer | 2007-02-25 | 1 | -18/+39 |
| * | [ticket:374] [ticket:377] [ticket:375], small fix to mutable types unit test | Mike Bayer | 2006-11-21 | 1 | -1/+1 |
| * | - create_engine() reworked to be strict about incoming **kwargs. all keyword | Mike Bayer | 2006-11-12 | 1 | -22/+69 |
| * | reorganizing classnames a bit, flagging "private" classes in the sql package, | Mike Bayer | 2006-10-17 | 1 | -2/+2 |
| * | doc stuff regarding engine strategies | Mike Bayer | 2006-10-15 | 1 | -1/+1 |
| * | - cleanup on connection methods + documentation. custom DBAPI | Mike Bayer | 2006-08-25 | 1 | -36/+35 |
| * | implemented query string support in db urls, gets sent to dialect **kwargs, [... | Mike Bayer | 2006-06-01 | 1 | -4/+8 |
| * | echo_pool flag fixed | Mike Bayer | 2006-05-29 | 1 | -2/+2 |
| * | TLEngine needed a partial rewrite.... | Mike Bayer | 2006-05-28 | 1 | -1/+1 |
| * | propigate "pool" argument | Mike Bayer | 2006-05-28 | 1 | -1/+1 |
| * | merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1 | Mike Bayer | 2006-05-25 | 1 | -0/+70 |