summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/schema.py
Commit message (Expand)AuthorAgeFilesLines
* Implement comments for tables, columnsFrazer McLean2017-03-171-1/+5
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* Support "blank" schema when MetaData.schema is setMike Bayer2016-05-181-0/+1
* - happy new yearMike Bayer2016-01-291-1/+1
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - restate sort_tables in terms of a more fine grainedMike Bayer2015-01-011-1/+3
* correctionsMike Bayer2014-12-271-0/+1
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-1/+1
* - Added a new feature :func:`.schema.conv`, the purpose of which is toMike Bayer2014-03-121-0/+3
* expose SchemaVisitor in the compatibility layerpr/57Sean Dague2014-01-111-0/+4
* - happy new yearMike Bayer2014-01-051-1/+1
* - A large refactoring of the ``sqlalchemy.sql`` package has reorganizedMike Bayer2013-08-121-3647/+45
* add more docs to index, even though this seems to be a little redundantMike Bayer2013-08-111-10/+29
* find some more inline imports and move them outMike Bayer2013-08-041-4/+3
* docsMike Bayer2013-06-231-1/+1
* doc fixesMike Bayer2013-06-231-5/+6
* sort here so that exception messages are testableMike Bayer2013-06-231-1/+1
* tweak this for now, would need a testMike Bayer2013-06-231-3/+3
* The resolution of :class:`.ForeignKey` objects to theirMike Bayer2013-06-231-110/+234
* 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-3/+12
* a pass where we try to squash down as many list()/keys() combinationsMike Bayer2013-05-261-1/+1
* Merge branch 'master' into rel_0_9Mike Bayer2013-05-261-1/+1
|\
| * fix incorrect method nameChris Withers2013-05-261-1/+1
* | - endless isinstance(x, str)s....Mike Bayer2013-04-281-36/+30
* | plugging awayMike Bayer2013-04-271-18/+9
* | - the raw 2to3 runMike Bayer2013-04-271-47/+50
|/
* 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