| Commit message (Expand) | Author | Age | Files | Lines |
* | ForeignKeyConstraint reflection test respects MySQL limitationspr/34 | ijl | 2013-10-15 | 1 | -12/+20 |
* | #2183: Metadata.reflect() foreign keys include options when the dialect expos... | ijl | 2013-10-13 | 4 | -3/+51 |
* | PostgreSQL foreign key inspection includes options | ijl | 2013-10-11 | 2 | -5/+105 |
* | - The method signature of :meth:`.Dialect.reflecttable`, which in | Mike Bayer | 2013-10-11 | 3 | -11/+22 |
* | A :func:`.select` that is made to refer to itself in its FROM clause, | Mike Bayer | 2013-10-08 | 3 | -0/+24 |
* | Fixed bug where using an annotation such as :func:`.remote` or | Mike Bayer | 2013-10-08 | 3 | -1/+24 |
* | 0.8 changelog | Mike Bayer | 2013-10-08 | 1 | -0/+7 |
* | The erroneous kw arg "schema" has been removed from the :class:`.ForeignKey` | Mike Bayer | 2013-10-08 | 2 | -1/+8 |
* | - fix a bunch of test failures | Mike Bayer | 2013-10-08 | 4 | -8/+9 |
* | - add an option to Bundle single_entity=True to allow for single | Mike Bayer | 2013-10-07 | 3 | -3/+56 |
* | - fix a glitch with how the default thing worked out | Mike Bayer | 2013-10-07 | 1 | -4/+5 |
* | - add some tests for propagate of wildcard lazyload | Mike Bayer | 2013-10-06 | 3 | -6/+53 |
* | 11th hour realization that Load() needs to do the _chop_path() thing as | Mike Bayer | 2013-10-06 | 4 | -32/+148 |
* | - merge ticket_1418 branch, [ticket:1418] | Mike Bayer | 2013-10-06 | 26 | -1903/+2847 |
* | - fix propagation of quote flag within _gen_label() so that if the | Mike Bayer | 2013-10-05 | 2 | -1/+21 |
* | fix entity_zero resolution | Mike Bayer | 2013-10-04 | 2 | -1/+23 |
* | - A new construct :class:`.Bundle` is added, which allows for specification | Mike Bayer | 2013-10-03 | 11 | -14/+634 |
* | - add monetdb | Mike Bayer | 2013-10-01 | 1 | -2/+10 |
* | - add support for removal of instance methods as event listeners, taking | Mike Bayer | 2013-10-01 | 2 | -2/+32 |
* | - put exact version string in the test | Mike Bayer | 2013-09-29 | 2 | -5/+4 |
* | changelog | Mike Bayer | 2013-09-29 | 1 | -0/+9 |
* | Merge branch 'master' of github.com:zzzeek/sqlalchemy | Mike Bayer | 2013-09-29 | 1 | -1/+1 |
|\ |
|
| * | Merge pull request #26 from hackop/ticket_2819 | mike bayer | 2013-09-29 | 1 | -1/+1 |
| |\ |
|
| | * | re.match to re.searchpr/26 | Scott Schaefer | 2013-09-06 | 1 | -1/+1 |
* | | | add test for upcoming pullreq | Mike Bayer | 2013-09-29 | 1 | -1/+6 |
|/ / |
|
* | | its a feature | Mike Bayer | 2013-09-29 | 1 | -1/+1 |
* | | changelog | Mike Bayer | 2013-09-29 | 1 | -0/+9 |
* | | Merge pull request #25 from gthb/ticket_2821 | mike bayer | 2013-09-29 | 3 | -3/+14 |
|\ \ |
|
| * | | Hide password in URL and Engine __repr__pr/25 | Gunnlaugur Þór Briem | 2013-09-06 | 3 | -3/+14 |
| |/ |
|
* | | Merge pull request #30 from alex/visitor-pattern | mike bayer | 2013-09-25 | 6 | -18/+22 |
|\ \ |
|
| * | | Replace a big loop + dict lookup in Connection.execute() with a simple visitorpr/30 | Alex Gaynor | 2013-09-25 | 6 | -18/+22 |
|/ / |
|
* | | - Removed some now unneeded version checks [ticket:2829] courtesy alex gaynor | Mike Bayer | 2013-09-22 | 14 | -51/+5 |
* | | fix typo [ticket:2827] | Mike Bayer | 2013-09-17 | 1 | -1/+1 |
* | | render "backports"/ "forward ports" automatically, only write out | Mike Bayer | 2013-09-17 | 4 | -594/+137 |
* | | - modify what we did in [ticket:2793] so that we can also set the | Mike Bayer | 2013-09-06 | 7 | -14/+156 |
|/ |
|
* | Fixed Query.exists() method for the case, when query doesn't have any filters... | Vladimir Magamedov | 2013-09-04 | 4 | -2/+26 |
* | add caveats regarding RETURNING | Mike Bayer | 2013-09-02 | 2 | -3/+59 |
* | use a different col here to keep oracle happy | Mike Bayer | 2013-09-02 | 1 | -2/+12 |
* | plus some more adjustments for mysql, or in general if an Index refers to | Mike Bayer | 2013-08-28 | 2 | -2/+12 |
* | Fixed bug where using the ``column_reflect`` event to change the ``.key`` | Mike Bayer | 2013-08-28 | 4 | -10/+68 |
* | - fix bug here in profiling.py | Mike Bayer | 2013-08-28 | 2 | -12/+12 |
* | repair missing oracle skip | Mike Bayer | 2013-08-28 | 1 | -1/+1 |
* | comment this alternative approach... | Mike Bayer | 2013-08-28 | 1 | -0/+7 |
* | - these tests now fail on a normalize name DB, as they should! because we're ... | Mike Bayer | 2013-08-28 | 1 | -0/+6 |
* | - rework the profile thing to just rewrite all failing numbers when --write-p... | Mike Bayer | 2013-08-28 | 2 | -8/+20 |
* | callcounts | Mike Bayer | 2013-08-27 | 2 | -3/+3 |
* | - cx_oracle seems to have a bug here though it is hard to track down | Mike Bayer | 2013-08-27 | 4 | -14/+15 |
* | more seealsos... | Mike Bayer | 2013-08-27 | 1 | -3/+4 |
* | - A rework to the way that "quoted" identifiers are handled, in that | Mike Bayer | 2013-08-27 | 23 | -192/+622 |
* | correct for missing fail() methods which were lost when we removed unittest.T... | Mike Bayer | 2013-08-26 | 1 | -25/+20 |