summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/schema.py
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - rework documentation for reflection flags; also includeMike Bayer2014-08-091-42/+99
* Providing an autoload_with info automatically sets autoload to TrueMalik Diarra2014-08-091-2/+2
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-305/+326
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - add link to dialect docs for SQLite autoincrement from column autoincrement,Mike Bayer2014-07-031-2/+5
* - write some really complete docs on MSSQL autoincrement, fixes #3094Mike Bayer2014-06-241-3/+10
* - The :paramref:`.Column.nullable` flag is implicitly set to ``False``Mike Bayer2014-06-201-0/+1
* Documentation fix-up: "its" vs. "it's"pr/91Matthias Urlichs2014-05-111-1/+1
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-4/+4
* - Liberalized the contract for :class:`.Index` a bit in that you canMike Bayer2014-04-191-7/+32
* Remove tables from metadata when autoload failspr/78Roman Podoliaka2014-03-121-1/+1
* - Support has been added for pytest to run tests. This runnerMike Bayer2014-03-031-1/+1
* - get util.get_callable_argspec() to be completely bulletproof for 2.6-3.4,Mike Bayer2014-03-021-27/+3
* - Fixed some test/feature failures occurring in Python 3.4,Mike Bayer2014-03-021-1/+8
* - Added :paramref:`.MetaData.reflect.**dialect_kwargs`Mike Bayer2014-02-021-1/+12
* - The behavior of :meth:`.Table.tometadata` has been adjusted such thatMike Bayer2014-02-021-18/+67
* - Added a new feature which allows automated naming conventions to beMike Bayer2014-02-011-7/+77
* - further refine this so that the ordering of columns is maintained asMike Bayer2014-01-201-8/+17
* - simplify the mechanics of PrimaryKeyConstraint with regards to reflection;Mike Bayer2014-01-201-13/+105
* - implement kwarg validation and type system for dialect-specificMike Bayer2014-01-181-35/+57
* - happy new yearMike Bayer2014-01-051-1/+1
* - fix some docstring stuffMike Bayer2014-01-051-14/+29
* - The :paramref:`.Table.extend_existing` and :paramref:`.Table.autoload_replace`Mike Bayer2014-01-041-6/+23
* - for [ticket:2651], leaving CheckConstraint alone, preferring to keepMike Bayer2013-12-161-1/+5
* - The :class:`.ForeignKey` class more aggressively checks the givenMike Bayer2013-12-111-21/+34
* Fix indentation issues in docstringspr/43Vraj Mohan2013-11-121-1/+2
* Super-minor doc fixpr/39Jacob Magnusson2013-10-281-1/+1
* Merge branch 'master' of github.com:ijl/sqlalchemy into merge_2183Mike Bayer2013-10-251-1/+3
|\
| * #2183: Metadata.reflect() foreign keys include options when the dialect expos...ijl2013-10-131-1/+3
* | - The :meth:`.Table.tometadata` method now produces copies ofMike Bayer2013-10-181-13/+15
* | The ``.unique`` flag on :class:`.Index` could be produced as ``None``Mike Bayer2013-10-141-1/+6