summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/schema.py
Commit message (Expand)AuthorAgeFilesLines
* - Added :paramref:`.MetaData.reflect.**dialect_kwargs`Mike Bayer2014-02-021-1/+12
* - The behavior of :meth:`.Table.tometadata` has been adjusted such thatMike Bayer2014-02-021-18/+67
* - Added a new feature which allows automated naming conventions to beMike Bayer2014-02-011-7/+77
* - further refine this so that the ordering of columns is maintained asMike Bayer2014-01-201-8/+17
* - simplify the mechanics of PrimaryKeyConstraint with regards to reflection;Mike Bayer2014-01-201-13/+105
* - implement kwarg validation and type system for dialect-specificMike Bayer2014-01-181-35/+57
* - happy new yearMike Bayer2014-01-051-1/+1
* - fix some docstring stuffMike Bayer2014-01-051-14/+29
* - The :paramref:`.Table.extend_existing` and :paramref:`.Table.autoload_replace`Mike Bayer2014-01-041-6/+23
* - for [ticket:2651], leaving CheckConstraint alone, preferring to keepMike Bayer2013-12-161-1/+5
* - The :class:`.ForeignKey` class more aggressively checks the givenMike Bayer2013-12-111-21/+34
* Fix indentation issues in docstringspr/43Vraj Mohan2013-11-121-1/+2
* Super-minor doc fixpr/39Jacob Magnusson2013-10-281-1/+1
* Merge branch 'master' of github.com:ijl/sqlalchemy into merge_2183Mike Bayer2013-10-251-1/+3
|\
| * #2183: Metadata.reflect() foreign keys include options when the dialect expos...ijl2013-10-131-1/+3
* | - The :meth:`.Table.tometadata` method now produces copies ofMike Bayer2013-10-181-13/+15
* | The ``.unique`` flag on :class:`.Index` could be produced as ``None``Mike Bayer2013-10-141-1/+6
* | The ``default`` argument of :class:`.Column` now accepts a classMike Bayer2013-10-111-1/+1
* | The "name" attribute is set on :class:`.Index` before the "attach"Mike Bayer2013-10-111-3/+4
|/
* The erroneous kw arg "schema" has been removed from the :class:`.ForeignKey`Mike Bayer2013-10-081-1/+0
* Replace a big loop + dict lookup in Connection.execute() with a simple visitorpr/30Alex Gaynor2013-09-251-0/+3
* - A rework to the way that "quoted" identifiers are handled, in thatMike Bayer2013-08-271-41/+86
* forgot to add system to the copy() methodMike Bayer2013-08-251-0/+1
* added "system=True" to Column, so that we generally don't have to botherMike Bayer2013-08-251-0/+13
* merge error here, though also hedge between explaining about the expressions ...Mike Bayer2013-08-161-7/+0
* - apply an import refactoring to the ORM as wellMike Bayer2013-08-141-1/+12
* - header commentsMike Bayer2013-08-121-1/+1
* - A large refactoring of the ``sqlalchemy.sql`` package has reorganizedMike Bayer2013-08-121-0/+3025