summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/schema.py
Commit message (Expand)AuthorAgeFilesLines
* Removals: MetaData.bind, Table.bind, all other .bindMike Bayer2021-12-021-1/+0
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* happy new yearMike Bayer2021-01-041-1/+1
* upgrade to black 20.8b1Mike Bayer2020-09-281-1/+1
* Add support for identity columnsFederico Caselli2020-08-191-1/+1
* Introduce :class:`.IdentityOptions` to store common parameters forFederico Caselli2020-05-151-0/+1
* happy new yearMike Bayer2020-01-011-1/+1
* Source base cleanupsMike Bayer2020-01-011-1/+1
* Support for generated columnsCaselIT2019-11-081-0/+1
* Remove deprecated elementsAsif Saif Uddin (Auvi)2019-10-111-1/+0
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-57/+47
* Run black -l 79 against all source filesMike Bayer2019-01-061-5/+3
* happy new yearMike Bayer2018-01-121-1/+1
* 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