| Commit message (Expand) | Author | Age | Files | Lines |
* | - poc fix for #3149 | Mike Bayer | 2014-08-02 | 1 | -2/+4 |
* | - 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 |
* | - simplify the mechanics of PrimaryKeyConstraint with regards to reflection; | Mike Bayer | 2014-01-20 | 1 | -13/+105 |
* | - implement kwarg validation and type system for dialect-specific | Mike Bayer | 2014-01-18 | 1 | -35/+57 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | - fix some docstring stuff | Mike Bayer | 2014-01-05 | 1 | -14/+29 |
* | - The :paramref:`.Table.extend_existing` and :paramref:`.Table.autoload_replace` | Mike Bayer | 2014-01-04 | 1 | -6/+23 |
* | - for [ticket:2651], leaving CheckConstraint alone, preferring to keep | Mike Bayer | 2013-12-16 | 1 | -1/+5 |
* | - The :class:`.ForeignKey` class more aggressively checks the given | Mike Bayer | 2013-12-11 | 1 | -21/+34 |
* | Fix indentation issues in docstringspr/43 | Vraj Mohan | 2013-11-12 | 1 | -1/+2 |
* | Super-minor doc fixpr/39 | Jacob Magnusson | 2013-10-28 | 1 | -1/+1 |
* | Merge branch 'master' of github.com:ijl/sqlalchemy into merge_2183 | Mike Bayer | 2013-10-25 | 1 | -1/+3 |
|\ |
|
| * | #2183: Metadata.reflect() foreign keys include options when the dialect expos... | ijl | 2013-10-13 | 1 | -1/+3 |
* | | - The :meth:`.Table.tometadata` method now produces copies of | Mike Bayer | 2013-10-18 | 1 | -13/+15 |
* | | The ``.unique`` flag on :class:`.Index` could be produced as ``None`` | Mike Bayer | 2013-10-14 | 1 | -1/+6 |
* | | The ``default`` argument of :class:`.Column` now accepts a class | Mike Bayer | 2013-10-11 | 1 | -1/+1 |
* | | The "name" attribute is set on :class:`.Index` before the "attach" | Mike Bayer | 2013-10-11 | 1 | -3/+4 |
|/ |
|
* | The erroneous kw arg "schema" has been removed from the :class:`.ForeignKey` | Mike Bayer | 2013-10-08 | 1 | -1/+0 |
* | Replace a big loop + dict lookup in Connection.execute() with a simple visitorpr/30 | Alex Gaynor | 2013-09-25 | 1 | -0/+3 |
* | - A rework to the way that "quoted" identifiers are handled, in that | Mike Bayer | 2013-08-27 | 1 | -41/+86 |
* | forgot to add system to the copy() method | Mike Bayer | 2013-08-25 | 1 | -0/+1 |
* | added "system=True" to Column, so that we generally don't have to bother | Mike Bayer | 2013-08-25 | 1 | -0/+13 |
* | merge error here, though also hedge between explaining about the expressions ... | Mike Bayer | 2013-08-16 | 1 | -7/+0 |
* | - apply an import refactoring to the ORM as well | Mike Bayer | 2013-08-14 | 1 | -1/+12 |
* | - header comments | Mike Bayer | 2013-08-12 | 1 | -1/+1 |
* | - A large refactoring of the ``sqlalchemy.sql`` package has reorganized | Mike Bayer | 2013-08-12 | 1 | -0/+3025 |