summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine/interfaces.py
Commit message (Expand)AuthorAgeFilesLines
* 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