summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/schema.py
Commit message (Expand)AuthorAgeFilesLines
* merge the same fix from masterMike Bayer2013-10-281-1/+1
* The ``.unique`` flag on :class:`.Index` could be produced as ``None``Mike Bayer2013-10-141-1/+6
* Non-working "schema" argument on :class:`.ForeignKey` is deprecated;Mike Bayer2013-10-081-0/+8
* - fix a crapload of seealsosMike Bayer2013-08-271-15/+25
* 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-5/+23
* - The :class:`.CreateColumn` construct can be appled to a customMike Bayer2013-08-241-0/+29
* add more docs to index, even though this seems to be a little redundantMike Bayer2013-08-111-10/+29
* Fixed bug whereby joining a select() of a table "A" with multipleMike Bayer2013-06-031-1/+2
* Fixed bug whereby using :meth:`.MetaData.reflect` across a remoteMike Bayer2013-06-031-4/+13
* fix incorrect method nameChris Withers2013-05-261-1/+1
* Loosened the check on dialect-specific argument namesMike Bayer2013-03-241-8/+7
* - auto-append for CheckConstraint should skip table if the expression is againstMike Bayer2013-03-091-2/+2
* Added a new argument to :class:`.Enum` and its baseMike Bayer2013-02-011-3/+17
* Fixed bug where :meth:`.Table.tometadata` would fail if aMike Bayer2013-01-271-1/+1
* - replace mssql_ordering with generalized #695 solutionMike Bayer2013-01-201-6/+9
* :class:`.Index` now supports arbitrary SQL expressions and/orMike Bayer2013-01-161-6/+36
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* Fixed a regression caused by :ticket:`2410` whereby aMike Bayer2012-12-111-9/+22
* Fixed bug where using server_onupdate=<FetchedValue|DefaultClause>Mike Bayer2012-12-081-2/+15
* Fixed bug whereby using a label_length on dialect that was smallerMike Bayer2012-12-081-2/+4
* fixing broken links (see #2625)Diana Clarke2012-12-051-12/+11
* just a pep8 pass of lib/sqlalchemy/Diana Clarke2012-11-191-71/+120
* The :meth:`.Connection.connect` and :meth:`.Connection.contextual_connect`Mike Bayer2012-11-141-18/+10
* Fixed :meth:`.MetaData.reflect` to correctly useMike Bayer2012-11-141-8/+17
* add docs regarding fetchedvalue with primary keys, [ticket:2598]Mike Bayer2012-11-121-0/+4
* Fixed bug whereby the ".key" of a Column wasn't beingMike Bayer2012-10-311-1/+1
* - [feature] Added TIME type to mysql dialect,Mike Bayer2012-10-101-8/+10
* - fix the fixture here that wasn't creating consistentlyMike Bayer2012-10-011-2/+22
* - [bug] When the primary key column of a TableMike Bayer2012-09-231-11/+13
* - [feature] An explicit error is raised whenMike Bayer2012-09-231-3/+21
* - [feature] Added a hook to the system of renderingMike Bayer2012-09-091-0/+88
* fixMike Bayer2012-09-091-2/+0
* almost obliterate the concept of "implicit execution" from the docs, move it ...Mike Bayer2012-09-091-4/+13
* call this "_proxies" since it's not really a public consumption attributeMike Bayer2012-08-271-1/+1
* - [feature] Added support for .info dictionary argument toMike Bayer2012-08-241-14/+12
* - [bug] Fixes to the interpretation of theMike Bayer2012-08-201-8/+44
* - modernize most of the postgis example. would like to do [ticket:1534] also.Mike Bayer2012-08-161-0/+10
* move the whole thing to TypeEngine. the feature is pretty much for free like...Mike Bayer2012-08-131-11/+1
* - develop new system of applying custom operators to ColumnElement classes. ...Mike Bayer2012-08-131-1/+11
* - rework some more __clause_element__ methods to use inspection, but theres a...Mike Bayer2012-07-231-163/+167
* - a big renaming of all the _Underscore classes to haveMike Bayer2012-07-171-1/+1
* absolute imports in core, sqlMike Bayer2012-06-231-4/+2
* - [feature] Added "MATCH" clause to ForeignKey,Mike Bayer2012-06-211-5/+19
* Add some `Sphinx` paragraph level versions informations markups,Mike Bayer2012-06-081-26/+40
* - [bug] All of UniqueConstraint, ForeignKeyConstraint,Mike Bayer2012-04-241-0/+13
* - [bug] The names of the columns on theMike Bayer2012-04-241-2/+2
* - sqlMike Bayer2012-04-011-2/+0
* - [feature] Added support for MySQL index andMike Bayer2012-03-141-9/+20
* - expand the check to determine if a selectable column is embeddedMike Bayer2012-02-291-0/+2