| Commit message (Expand) | Author | Age | Files | Lines |
| * | merge the same fix from master | Mike Bayer | 2013-10-28 | 1 | -1/+1 |
| * | The ``.unique`` flag on :class:`.Index` could be produced as ``None`` | Mike Bayer | 2013-10-14 | 1 | -1/+6 |
| * | Non-working "schema" argument on :class:`.ForeignKey` is deprecated; | Mike Bayer | 2013-10-08 | 1 | -0/+8 |
| * | - fix a crapload of seealsos | Mike Bayer | 2013-08-27 | 1 | -15/+25 |
| * | 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 | -5/+23 |
| * | - The :class:`.CreateColumn` construct can be appled to a custom | Mike Bayer | 2013-08-24 | 1 | -0/+29 |
| * | add more docs to index, even though this seems to be a little redundant | Mike Bayer | 2013-08-11 | 1 | -10/+29 |
| * | Fixed bug whereby joining a select() of a table "A" with multiple | Mike Bayer | 2013-06-03 | 1 | -1/+2 |
| * | Fixed bug whereby using :meth:`.MetaData.reflect` across a remote | Mike Bayer | 2013-06-03 | 1 | -4/+13 |
| * | fix incorrect method name | Chris Withers | 2013-05-26 | 1 | -1/+1 |
| * | Loosened the check on dialect-specific argument names | Mike Bayer | 2013-03-24 | 1 | -8/+7 |
| * | - auto-append for CheckConstraint should skip table if the expression is against | Mike Bayer | 2013-03-09 | 1 | -2/+2 |
| * | Added a new argument to :class:`.Enum` and its base | Mike Bayer | 2013-02-01 | 1 | -3/+17 |
| * | Fixed bug where :meth:`.Table.tometadata` would fail if a | Mike Bayer | 2013-01-27 | 1 | -1/+1 |
| * | - replace mssql_ordering with generalized #695 solution | Mike Bayer | 2013-01-20 | 1 | -6/+9 |
| * | :class:`.Index` now supports arbitrary SQL expressions and/or | Mike Bayer | 2013-01-16 | 1 | -6/+36 |
| * | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
| * | Fixed a regression caused by :ticket:`2410` whereby a | Mike Bayer | 2012-12-11 | 1 | -9/+22 |
| * | Fixed bug where using server_onupdate=<FetchedValue|DefaultClause> | Mike Bayer | 2012-12-08 | 1 | -2/+15 |
| * | Fixed bug whereby using a label_length on dialect that was smaller | Mike Bayer | 2012-12-08 | 1 | -2/+4 |
| * | fixing broken links (see #2625) | Diana Clarke | 2012-12-05 | 1 | -12/+11 |
| * | just a pep8 pass of lib/sqlalchemy/ | Diana Clarke | 2012-11-19 | 1 | -71/+120 |
| * | The :meth:`.Connection.connect` and :meth:`.Connection.contextual_connect` | Mike Bayer | 2012-11-14 | 1 | -18/+10 |
| * | Fixed :meth:`.MetaData.reflect` to correctly use | Mike Bayer | 2012-11-14 | 1 | -8/+17 |
| * | add docs regarding fetchedvalue with primary keys, [ticket:2598] | Mike Bayer | 2012-11-12 | 1 | -0/+4 |
| * | Fixed bug whereby the ".key" of a Column wasn't being | Mike Bayer | 2012-10-31 | 1 | -1/+1 |
| * | - [feature] Added TIME type to mysql dialect, | Mike Bayer | 2012-10-10 | 1 | -8/+10 |
| * | - fix the fixture here that wasn't creating consistently | Mike Bayer | 2012-10-01 | 1 | -2/+22 |
| * | - [bug] When the primary key column of a Table | Mike Bayer | 2012-09-23 | 1 | -11/+13 |
| * | - [feature] An explicit error is raised when | Mike Bayer | 2012-09-23 | 1 | -3/+21 |
| * | - [feature] Added a hook to the system of rendering | Mike Bayer | 2012-09-09 | 1 | -0/+88 |
| * | fix | Mike Bayer | 2012-09-09 | 1 | -2/+0 |
| * | almost obliterate the concept of "implicit execution" from the docs, move it ... | Mike Bayer | 2012-09-09 | 1 | -4/+13 |
| * | call this "_proxies" since it's not really a public consumption attribute | Mike Bayer | 2012-08-27 | 1 | -1/+1 |
| * | - [feature] Added support for .info dictionary argument to | Mike Bayer | 2012-08-24 | 1 | -14/+12 |
| * | - [bug] Fixes to the interpretation of the | Mike Bayer | 2012-08-20 | 1 | -8/+44 |
| * | - modernize most of the postgis example. would like to do [ticket:1534] also. | Mike Bayer | 2012-08-16 | 1 | -0/+10 |
| * | move the whole thing to TypeEngine. the feature is pretty much for free like... | Mike Bayer | 2012-08-13 | 1 | -11/+1 |
| * | - develop new system of applying custom operators to ColumnElement classes. ... | Mike Bayer | 2012-08-13 | 1 | -1/+11 |
| * | - rework some more __clause_element__ methods to use inspection, but theres a... | Mike Bayer | 2012-07-23 | 1 | -163/+167 |
| * | - a big renaming of all the _Underscore classes to have | Mike Bayer | 2012-07-17 | 1 | -1/+1 |
| * | absolute imports in core, sql | Mike Bayer | 2012-06-23 | 1 | -4/+2 |
| * | - [feature] Added "MATCH" clause to ForeignKey, | Mike Bayer | 2012-06-21 | 1 | -5/+19 |
| * | Add some `Sphinx` paragraph level versions informations markups, | Mike Bayer | 2012-06-08 | 1 | -26/+40 |
| * | - [bug] All of UniqueConstraint, ForeignKeyConstraint, | Mike Bayer | 2012-04-24 | 1 | -0/+13 |
| * | - [bug] The names of the columns on the | Mike Bayer | 2012-04-24 | 1 | -2/+2 |
| * | - sql | Mike Bayer | 2012-04-01 | 1 | -2/+0 |
| * | - [feature] Added support for MySQL index and | Mike Bayer | 2012-03-14 | 1 | -9/+20 |
| * | - expand the check to determine if a selectable column is embedded | Mike Bayer | 2012-02-29 | 1 | -0/+2 |