summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/schema.py
Commit message (Expand)AuthorAgeFilesLines
* Ensure Oracle index w/ col DESC etc. is reflectedMike Bayer2017-08-141-1/+10
* Add support for CACHE and ORDER to sequencesDavid Moore2017-07-051-2/+17
* Don't erase reflected comment in _init_existingEloy Felix2017-06-201-2/+3
* Raise if ForeignKeyConstraint created with different numbers ofMike Bayer2017-05-251-0/+16
* Allow metadata.reflect() to recover from unreflectable tablesMike Bayer2017-05-221-1/+4
* - big rewrite of the Sequence documentation:Mike Bayer2017-05-051-20/+28
* - add another note re: 339e2c13b0fc8e95a47d00c0f8fc5afc4b6dff9aMike Bayer2017-05-051-0/+12
* - add a note to MetaData.schema indicating that the TableMike Bayer2017-05-051-0/+13
* Apply type processing to untyped preexec default clauseMike Bayer2017-03-301-0/+8
* Merge branch 'master' of https://bitbucket.org/jalessio/sqlalchemyMike Bayer2017-03-181-2/+2
|\
| * Fix typos ('expicit' -> 'explicit')Jamie Alessio2017-03-141-2/+2
* | New features from python 2.7Катаев Денис2017-03-171-1/+1
* | Implement comments for tables, columnsFrazer McLean2017-03-171-2/+22
|/
* - document ForeignKeyConstraint columns / elements, fixes #2904Mike Bayer2017-03-071-0/+22
* Only use schema_translate_map on SchemaItem subclassesMike Bayer2017-02-281-1/+5
* Better hide engine passwordValery Yundin2017-01-161-2/+2
* Support python3.6Mike Bayer2017-01-131-9/+9
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* Add _extend_on deduplicating set for metadata.reflect()Mike Bayer2016-11-231-6/+18
* Update the Column.nullable docstring for the primary_key=True caseMatt Riedemann2016-10-101-4/+8
* spelling: Postgresql -> PostgreSQLVille Skyttä2016-10-081-3/+3
* - some documentation hitsMike Bayer2016-10-011-5/+15
* Check for supports_execution at ClauseElement baseMike Bayer2016-08-311-3/+3
* Spelling fixespr/299Ville Skyttä2016-08-081-1/+1
* Ensure post-__clause_element__() expression are used in IndexMike Bayer2016-07-311-1/+3
* Index should extract __clause_element__() earlyMike Bayer2016-07-301-1/+4
* Allow Table._reset_exported to silently passMike Bayer2016-07-241-0/+3
* Don't reorder PrimaryKeyConstraint columns if explicitMike Bayer2016-06-201-1/+6
* Skip UniqueConstraint marked by unique=True in tometadataMike Bayer2016-06-021-1/+7
* Support "blank" schema when MetaData.schema is setMike Bayer2016-05-181-4/+48
* - happy new yearMike Bayer2016-01-291-1/+1
* - convert keys to str for None not sortable against str on py3kMike Bayer2016-01-121-1/+1
* - reorganize schema_translate_map to be succinct and gain the performanceMike Bayer2016-01-111-4/+52
* - Fixed an assertion that would raise somewhat inappropriatelyMike Bayer2015-12-231-3/+7
* - a few tweaks to allow "server_defaults" to be a little more linkable;Mike Bayer2015-12-141-2/+10
* Merge branch 'pr204'Mike Bayer2015-10-291-2/+3
|\
| * - convert wrap_callable() to a general purpose update_wrapper-likeMike Bayer2015-10-291-2/+2
| * - wrap ColumnDefault empty arg callables like functools.wraps, setting __name...pr/204Martin J. Hsu2015-10-151-2/+3
* | - open up autoincrement for columns that have a default; autoinc is usuallyMike Bayer2015-10-081-37/+25
* | - The system by which a :class:`.Column` considers itself to be anMike Bayer2015-10-071-32/+116
|/
* - version specs for new Sequence argumentsMike Bayer2015-07-171-0/+15
* add CYCLE support to Sequence() and docstrings for NO MINVALUE and NO MAXVALUEpr/186jakeogh2015-06-271-2/+27
* add NO MINVALUE and NO MAXVALUE support to Sequence()jakeogh2015-06-271-2/+2
* add MAXVALUE support to Sequence()jakeogh2015-06-271-3/+10
* add MINVALUE support to Sequence()jakeogh2015-06-271-2/+8
* - Repaired the :class:`.ExcludeConstraint` construct to support commonMike Bayer2015-06-161-8/+20
* - Fixed bug in enhanced constraint-attachment logic introduced inMike Bayer2015-05-021-8/+16
* - Fixed issue where a :class:`.MetaData` object that used a namingMike Bayer2015-04-101-1/+4
* Merge branch 'bb_issue_3084' of https://bitbucket.org/xflr6/sqlalchemy into pr47Mike Bayer2015-04-031-1/+1
|\
| * make sort_tables order deterministicSebastian Bank2015-03-071-1/+1