summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine/strategies.py
Commit message (Expand)AuthorAgeFilesLines
* - merged inline inserts branchMike Bayer2007-09-011-1/+1
* pool_threadlocal on by defaultMike Bayer2007-08-201-1/+1
* - Engine and TLEngine assume "threadlocal" behavior on Pool; both use connect()Mike Bayer2007-08-201-2/+3
* - Connection.begin() no longer accepts nested=True, a possible source of conf...Jason Kirtland2007-08-191-16/+38
* Added an exception hierarchy shadowing DB-API exc typesJason Kirtland2007-08-111-1/+1
* switch (simple) occurences of 'if len(x)' to 'if x': find . -name '*.py' |xar...Jonathan Ellis2007-08-031-1/+1
* Tweak 'poolclass' default arg processing [ticket:437]Jason Kirtland2007-08-011-1/+2
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-271-17/+4
* - added 'url' attribute to EngineMike Bayer2007-04-291-6/+6
* - the dialects within sqlalchemy.databases become a setuptoolsMike Bayer2007-04-171-11/+9
* - removed meaningless entity_name argument from session.delete()Mike Bayer2007-04-161-1/+4
* for #516, moved the "disconnect check" step out of pool and back into base.py...Mike Bayer2007-04-031-1/+1
* - merged the patch from #516 + fixesMike Bayer2007-04-021-1/+1
* - merged the "execcontext" branch, refactors engine/dialect codepathsMike Bayer2007-04-021-4/+60
* latest #214 fixupsMike Bayer2007-03-311-1/+1
* thank you, SVN, for being completely idiotic and non-intutive. rolling back i...Mike Bayer2007-03-301-3/+0
* current progress with exec branchMike Bayer2007-03-291-0/+3
* migrated (most) docstrings to pep-257 format, docstring generator using strai...Mike Bayer2007-02-251-18/+39
* [ticket:374] [ticket:377] [ticket:375], small fix to mutable types unit testMike Bayer2006-11-211-1/+1
* - create_engine() reworked to be strict about incoming **kwargs. all keywordMike Bayer2006-11-121-22/+69
* reorganizing classnames a bit, flagging "private" classes in the sql package,Mike Bayer2006-10-171-2/+2
* doc stuff regarding engine strategiesMike Bayer2006-10-151-1/+1
* - cleanup on connection methods + documentation. custom DBAPIMike Bayer2006-08-251-36/+35
* implemented query string support in db urls, gets sent to dialect **kwargs, [...Mike Bayer2006-06-011-4/+8
* echo_pool flag fixedMike Bayer2006-05-291-2/+2
* TLEngine needed a partial rewrite....Mike Bayer2006-05-281-1/+1
* propigate "pool" argumentMike Bayer2006-05-281-1/+1
* merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1Mike Bayer2006-05-251-0/+70