summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine/interfaces.py
Commit message (Expand)AuthorAgeFilesLines
* add CYCLE support to Sequence() and docstrings for NO MINVALUE and NO MAXVALUEpr/186jakeogh2015-06-271-1/+2
* add NO MINVALUE and NO MAXVALUE support to Sequence()jakeogh2015-06-271-1/+2
* add MAXVALUE support to Sequence()jakeogh2015-06-271-1/+1
* add MINVALUE support to Sequence()jakeogh2015-06-271-2/+2
* - Added support for the case of the misbehaving DBAPI that hasMike Bayer2015-05-151-0/+10
* - New features added to support engine/pool plugins with advancedMike Bayer2015-04-301-0/+53
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - Added new user-space accessors for viewing transaction isolationMike Bayer2015-01-201-3/+68
* - The engine-level error handling and wrapping routines will nowMike Bayer2014-12-051-1/+17
* - Added :meth:`.Inspector.get_temp_table_names` andMike Bayer2014-09-171-1/+17
* PEP8 style fixesBrian Jarrett2014-07-131-10/+13
* - 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/+102
* - Added new attributes :attr:`.ExecutionContext.exception` andMike Bayer2014-07-031-0/+35
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-2/+2
* - Added some new event mechanics for dialect-level events; the initialMike Bayer2014-03-241-0/+3
* - repair signature for base get_unique_constraints() methodMike Bayer2014-01-201-1/+1
* - happy new yearMike Bayer2014-01-051-1/+1
* Fix cross referencesVraj Mohan2013-11-121-2/+4
* - The method signature of :meth:`.Dialect.reflecttable`, which inMike Bayer2013-10-111-9/+11
* - apply an import refactoring to the ORM as wellMike Bayer2013-08-141-3/+1
* - A large refactoring of the ``sqlalchemy.sql`` package has reorganizedMike Bayer2013-08-121-104/+2
* - get_unique_constraints() pull requestMike Bayer2013-06-091-0/+2
* Add basic support of unique constraints reflectionpr/4Roman Podolyaka2013-06-091-0/+19
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* - recognize that do_rollback() and do_commit() work with a DBAPI connection,Mike Bayer2012-11-221-20/+106
* just a pep8 pass of lib/sqlalchemy/engine/Diana Clarke2012-11-191-11/+13
* improve some autodoc linksMike Bayer2012-10-311-5/+5
* version noteMike Bayer2012-10-241-0/+3
* Fixed bug where keyword arguments passed toMike Bayer2012-10-241-2/+6
* - break out engine/base.py into base, interfaces, result, util.Mike Bayer2012-08-071-0/+830