| Commit message (Expand) | Author | Age | Files | Lines |
* | docs | Mike Bayer | 2013-06-23 | 1 | -1/+1 |
* | doc fixes | Mike Bayer | 2013-06-23 | 1 | -5/+6 |
* | sort here so that exception messages are testable | Mike Bayer | 2013-06-23 | 1 | -1/+1 |
* | tweak this for now, would need a test | Mike Bayer | 2013-06-23 | 1 | -3/+3 |
* | The resolution of :class:`.ForeignKey` objects to their | Mike Bayer | 2013-06-23 | 1 | -110/+234 |
* | 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 | -3/+12 |
* | a pass where we try to squash down as many list()/keys() combinations | Mike Bayer | 2013-05-26 | 1 | -1/+1 |
* | Merge branch 'master' into rel_0_9 | Mike Bayer | 2013-05-26 | 1 | -1/+1 |
|\ |
|
| * | fix incorrect method name | Chris Withers | 2013-05-26 | 1 | -1/+1 |
* | | - endless isinstance(x, str)s.... | Mike Bayer | 2013-04-28 | 1 | -36/+30 |
* | | plugging away | Mike Bayer | 2013-04-27 | 1 | -18/+9 |
* | | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -47/+50 |
|/ |
|
* | 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 |