summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/schema.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* | - The "auto-attach" feature of constraints such as :class:`.UniqueConstraint`Mike Bayer2015-03-241-17/+37
* | - try to document how to get columns from constraints.Mike Bayer2015-03-121-0/+8
* | - copyright 2015Mike Bayer2015-03-101-1/+1
|/
* - The :class:`.CheckConstraint` construct now supports namingMike Bayer2015-01-301-24/+37
* - Fixed bug in 0.9's foreign key setup system, such thatMike Bayer2015-01-281-9/+17
* - restate sort_tables in terms of a more fine grainedMike Bayer2015-01-011-18/+44
* - Added a new accessor :attr:`.Table.foreign_key_constraints`Mike Bayer2015-01-011-0/+27
* - correctionsMike Bayer2014-12-271-0/+8
* - Fixed bug in :meth:`.Table.tometadata` method where theMike Bayer2014-11-291-6/+10
* - use self.parent, not table here as there's an attributeerrorMike Bayer2014-11-251-1/+1
* - The behavioral contract of the :attr:`.ForeignKeyConstraint.columns`Mike Bayer2014-11-251-40/+60
* - changelog for pullreq github:139Mike Bayer2014-10-211-4/+22
* Merge remote-tracking branch 'origin/pr/139' into pr139Mike Bayer2014-10-211-4/+7
|\
| * allow Table.tometadata changing the table namendparker2014-09-231-4/+7
* | Fixed typopr/142mozillazg2014-10-151-2/+2
* | Merge remote-tracking branch 'origin/pr/140' into pr140Mike Bayer2014-10-111-2/+2
|\ \
| * | improve exception vs. exit handlingndparker2014-09-231-2/+2
| |/
* | - refactor of declarative, break up into indiviudal methodsMike Bayer2014-09-251-2/+4
|/
* - The :func:`~.expression.column` and :func:`~.expression.table`Mike Bayer2014-09-011-1/+1
* - A new style of warning can be emitted which will "filter" up toMike Bayer2014-08-311-2/+6
* - don't add the parent attach event within _on_table_attachMike Bayer2014-08-151-1/+2
* - The ``info`` parameter has been added to the constructor forMike Bayer2014-08-131-7/+47