summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* - A warning is emitted if the ``isolation_level`` parameter is usedMike Bayer2015-02-041-0/+2
* - Added new user-space accessors for viewing transaction isolationMike Bayer2015-01-201-1/+11
* correctionsMike Bayer2014-12-271-0/+1
* - in lieu of adding a new system of translating bound parameter namesMike Bayer2014-11-101-0/+11
* - rewrite all the sqlite/pysqlite transaction isolation docsMike Bayer2014-08-091-0/+16
* PEP8 style fixesBrian Jarrett2014-07-131-4/+4
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - rework the entire approach to #3076. As we need to catch all exceptionsMike Bayer2014-07-041-0/+1
* Documentation fix-up: "its" vs. "it's"pr/91Matthias Urlichs2014-05-111-1/+1
* - doc updates, include links to create_engine from tutorials, cleanupMike Bayer2014-01-231-11/+20
* - happy new yearMike Bayer2014-01-051-1/+1
* - The :func:`.engine_from_config` function has been improved so thatMike Bayer2013-12-071-4/+7
* - A large refactoring of the ``sqlalchemy.sql`` package has reorganizedMike Bayer2013-08-121-5/+8
* - don't need resolve, don't need import for this. just look in sys.modules,Mike Bayer2013-08-041-1/+1
* more egregious long linesMike Bayer2013-02-021-1/+2
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* just a pep8 pass of lib/sqlalchemy/engine/Diana Clarke2012-11-191-9/+8
* - more docsMike Bayer2012-10-261-1/+1
* The long-deprecated and non-functional ``assert_unicode`` flag onMike Bayer2012-10-251-6/+0
* - update engine docstrings due to moveMike Bayer2012-08-131-1/+1
* - another import fixMike Bayer2012-08-071-0/+1
* - break out engine/base.py into base, interfaces, result, util.Mike Bayer2012-08-071-56/+34
* more import cleanupsMike Bayer2012-08-071-3/+3
* -whitespace bonanza, contdMike Bayer2012-07-281-46/+46
* Add some `Sphinx` paragraph level versions informations markups,Mike Bayer2012-06-081-4/+8
* docuemnt mock strategy, [ticket:2439]Mike Bayer2012-05-041-2/+11
* - [feature] The behavior of column targetingMike Bayer2012-04-241-0/+6
* - [feature] Added pool_reset_on_return argumentMike Bayer2012-02-011-0/+6
* happy new yearMike Bayer2012-01-041-1/+1
* marathon doc updating session including a rewrite of unicode paragraphsMike Bayer2011-12-041-25/+66
* - rework tutorial to be all declarative, all the timeMike Bayer2011-08-061-0/+6
* - fix pypostgresql typo, [ticket:2185]Mike Bayer2011-07-041-11/+22
* crappy docs, lets try that againMike Bayer2011-01-081-9/+8
* - merge r43460573c27a:4993c7eae8e5d117ff342bdc59f3b0635b898e2c of 0.6 branchMike Bayer2011-01-081-0/+10
* - whitespace removal bonanzaMike Bayer2011-01-021-5/+5
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-1/+1
* - engine_from_config() now accepts 'debug' forMike Bayer2010-10-151-3/+4
* doc editsMike Bayer2010-09-081-13/+23
* - verbiage expressing that pool_size==0 means no limit; NullPool isMike Bayer2010-07-021-1/+4
* - Pool classes will reuse the same "pool_logging_name" settingMike Bayer2010-05-301-0/+4
* - The sqlalchemy.orm.shard module now becomes an extension,Mike Bayer2010-03-281-4/+5
* documented listeners arg on create_engine(), [ticket:1230]Mike Bayer2010-03-191-19/+23
* - Added "logging_name" argument to create_engine(), Pool() constructorMike Bayer2010-03-131-1/+11
* Corrected docs on create_engine to link to DBEngine Logging docs. Fixes #1721.Michael Trier2010-02-281-4/+3
* - The assert_unicode flag is deprecated. SQLAlchemy will raiseMike Bayer2010-02-251-6/+6
* happy new yearMike Bayer2010-01-071-1/+1
* - DefaultRunner and subclasses have been removed. The jobMike Bayer2009-10-151-2/+0
* merge 0.6 series to trunk.Mike Bayer2009-08-061-5/+7
* changed reference to PostgreSQL in docs.rel_0_5_5Mike Bayer2009-07-131-1/+1
* happy new yearMike Bayer2009-01-121-1/+1