summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* - modernize the mysql connection timeout docsMike Bayer2017-08-221-0/+4
* Integrate "pre-ping" into connection pool.Mike Bayer2017-03-201-0/+10
* Add "empty in" strategies; default to "static"Mike Bayer2017-03-141-0/+18
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* spelling: Postgresql -> PostgreSQLVille Skyttä2016-10-081-2/+2
* Fix some broken links in docspr/255Ville Skyttä2016-04-041-1/+1
* - happy new yearMike Bayer2016-01-291-1/+1
* - Added a new entrypoint system to the engine to allow "plugins" toMike Bayer2016-01-061-1/+2
* Add a lot more detailEric Siegerman2015-09-231-3/+22
* Add some markupEric Siegerman2015-09-231-2/+2
* A few minor rewordingsEric Siegerman2015-09-231-3/+3
* - Fixed bug where known boolean values used byMike Bayer2015-05-261-3/+3
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - 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