| Commit message (Expand) | Author | Age | Files | Lines |
* | - version specs for new Sequence arguments | Mike Bayer | 2015-07-17 | 1 | -0/+15 |
* | add CYCLE support to Sequence() and docstrings for NO MINVALUE and NO MAXVALUEpr/186 | jakeogh | 2015-06-27 | 1 | -2/+27 |
* | add NO MINVALUE and NO MAXVALUE support to Sequence() | jakeogh | 2015-06-27 | 1 | -2/+2 |
* | add MAXVALUE support to Sequence() | jakeogh | 2015-06-27 | 1 | -3/+10 |
* | add MINVALUE support to Sequence() | jakeogh | 2015-06-27 | 1 | -2/+8 |
* | - Repaired the :class:`.ExcludeConstraint` construct to support common | Mike Bayer | 2015-06-16 | 1 | -8/+20 |
* | - Fixed bug in enhanced constraint-attachment logic introduced in | Mike Bayer | 2015-05-02 | 1 | -8/+16 |
* | - Fixed issue where a :class:`.MetaData` object that used a naming | Mike Bayer | 2015-04-10 | 1 | -1/+4 |
* | Merge branch 'bb_issue_3084' of https://bitbucket.org/xflr6/sqlalchemy into pr47 | Mike Bayer | 2015-04-03 | 1 | -1/+1 |
|\ |
|
| * | make sort_tables order deterministic | Sebastian Bank | 2015-03-07 | 1 | -1/+1 |
* | | - The "auto-attach" feature of constraints such as :class:`.UniqueConstraint` | Mike Bayer | 2015-03-24 | 1 | -17/+37 |
* | | - try to document how to get columns from constraints. | Mike Bayer | 2015-03-12 | 1 | -0/+8 |
* | | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
|/ |
|
* | - The :class:`.CheckConstraint` construct now supports naming | Mike Bayer | 2015-01-30 | 1 | -24/+37 |
* | - Fixed bug in 0.9's foreign key setup system, such that | Mike Bayer | 2015-01-28 | 1 | -9/+17 |
* | - restate sort_tables in terms of a more fine grained | Mike Bayer | 2015-01-01 | 1 | -18/+44 |
* | - Added a new accessor :attr:`.Table.foreign_key_constraints` | Mike Bayer | 2015-01-01 | 1 | -0/+27 |
* | - corrections | Mike Bayer | 2014-12-27 | 1 | -0/+8 |
* | - Fixed bug in :meth:`.Table.tometadata` method where the | Mike Bayer | 2014-11-29 | 1 | -6/+10 |
* | - use self.parent, not table here as there's an attributeerror | Mike Bayer | 2014-11-25 | 1 | -1/+1 |
* | - The behavioral contract of the :attr:`.ForeignKeyConstraint.columns` | Mike Bayer | 2014-11-25 | 1 | -40/+60 |
* | - changelog for pullreq github:139 | Mike Bayer | 2014-10-21 | 1 | -4/+22 |
* | Merge remote-tracking branch 'origin/pr/139' into pr139 | Mike Bayer | 2014-10-21 | 1 | -4/+7 |
|\ |
|
| * | allow Table.tometadata changing the table name | ndparker | 2014-09-23 | 1 | -4/+7 |
* | | Fixed typopr/142 | mozillazg | 2014-10-15 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'origin/pr/140' into pr140 | Mike Bayer | 2014-10-11 | 1 | -2/+2 |
|\ \ |
|
| * | | improve exception vs. exit handling | ndparker | 2014-09-23 | 1 | -2/+2 |
| |/ |
|
* | | - refactor of declarative, break up into indiviudal methods | Mike Bayer | 2014-09-25 | 1 | -2/+4 |
|/ |
|
* | - The :func:`~.expression.column` and :func:`~.expression.table` | Mike Bayer | 2014-09-01 | 1 | -1/+1 |
* | - A new style of warning can be emitted which will "filter" up to | Mike Bayer | 2014-08-31 | 1 | -2/+6 |
* | - don't add the parent attach event within _on_table_attach | Mike Bayer | 2014-08-15 | 1 | -1/+2 |
* | - The ``info`` parameter has been added to the constructor for | Mike Bayer | 2014-08-13 | 1 | -7/+47 |
* | - rework documentation for reflection flags; also include | Mike Bayer | 2014-08-09 | 1 | -42/+99 |
* | Providing an autoload_with info automatically sets autoload to True | Malik Diarra | 2014-08-09 | 1 | -2/+2 |
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -305/+326 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | - add link to dialect docs for SQLite autoincrement from column autoincrement, | Mike Bayer | 2014-07-03 | 1 | -2/+5 |
* | - write some really complete docs on MSSQL autoincrement, fixes #3094 | Mike Bayer | 2014-06-24 | 1 | -3/+10 |
* | - The :paramref:`.Column.nullable` flag is implicitly set to ``False`` | Mike Bayer | 2014-06-20 | 1 | -0/+1 |
* | Documentation fix-up: "its" vs. "it's"pr/91 | Matthias Urlichs | 2014-05-11 | 1 | -1/+1 |
* | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 1 | -4/+4 |
* | - Liberalized the contract for :class:`.Index` a bit in that you can | Mike Bayer | 2014-04-19 | 1 | -7/+32 |
* | Remove tables from metadata when autoload failspr/78 | Roman Podoliaka | 2014-03-12 | 1 | -1/+1 |
* | - Support has been added for pytest to run tests. This runner | Mike Bayer | 2014-03-03 | 1 | -1/+1 |
* | - get util.get_callable_argspec() to be completely bulletproof for 2.6-3.4, | Mike Bayer | 2014-03-02 | 1 | -27/+3 |
* | - Fixed some test/feature failures occurring in Python 3.4, | Mike Bayer | 2014-03-02 | 1 | -1/+8 |
* | - Added :paramref:`.MetaData.reflect.**dialect_kwargs` | Mike Bayer | 2014-02-02 | 1 | -1/+12 |
* | - The behavior of :meth:`.Table.tometadata` has been adjusted such that | Mike Bayer | 2014-02-02 | 1 | -18/+67 |
* | - Added a new feature which allows automated naming conventions to be | Mike Bayer | 2014-02-01 | 1 | -7/+77 |
* | - further refine this so that the ordering of columns is maintained as | Mike Bayer | 2014-01-20 | 1 | -8/+17 |