| 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 | 1 | -0/+41 |
| * | PostgreSQL foreign key inspection includes options | ijl | 2013-10-11 | 1 | -0/+81 |
| * | A :func:`.select` that is made to refer to itself in its FROM clause, | Mike Bayer | 2013-10-08 | 1 | -0/+12 |
| * | Fixed bug where using an annotation such as :func:`.remote` or | Mike Bayer | 2013-10-08 | 1 | -0/+7 |
| * | - fix a bunch of test failures | Mike Bayer | 2013-10-08 | 3 | -7/+8 |
| * | - add an option to Bundle single_entity=True to allow for single | Mike Bayer | 2013-10-07 | 1 | -0/+31 |
| * | - add some tests for propagate of wildcard lazyload | Mike Bayer | 2013-10-06 | 1 | -1/+48 |
| * | 11th hour realization that Load() needs to do the _chop_path() thing as | Mike Bayer | 2013-10-06 | 1 | -0/+79 |
| * | - merge ticket_1418 branch, [ticket:1418] | Mike Bayer | 2013-10-06 | 9 | -943/+1337 |
| * | - fix propagation of quote flag within _gen_label() so that if the | Mike Bayer | 2013-10-05 | 1 | -0/+13 |
| * | fix entity_zero resolution | Mike Bayer | 2013-10-04 | 1 | -0/+13 |
| * | - A new construct :class:`.Bundle` is added, which allows for specification | Mike Bayer | 2013-10-03 | 2 | -3/+291 |
| * | - add support for removal of instance methods as event listeners, taking | Mike Bayer | 2013-10-01 | 1 | -0/+26 |
| * | - put exact version string in the test | Mike Bayer | 2013-09-29 | 1 | -3/+2 |
| * | add test for upcoming pullreq | Mike Bayer | 2013-09-29 | 1 | -1/+6 |
| * | Merge pull request #25 from gthb/ticket_2821 | mike bayer | 2013-09-29 | 1 | -0/+4 |
| |\ |
|
| | * | Hide password in URL and Engine __repr__pr/25 | Gunnlaugur Þór Briem | 2013-09-06 | 1 | -0/+4 |
| * | | - Removed some now unneeded version checks [ticket:2829] courtesy alex gaynor | Mike Bayer | 2013-09-22 | 12 | -39/+4 |
| * | | - modify what we did in [ticket:2793] so that we can also set the | Mike Bayer | 2013-09-06 | 1 | -0/+86 |
| |/ |
|
| * | Fixed Query.exists() method for the case, when query doesn't have any filters... | Vladimir Magamedov | 2013-09-04 | 1 | -1/+10 |
| * | 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 | 1 | -1/+3 |
| * | Fixed bug where using the ``column_reflect`` event to change the ``.key`` | Mike Bayer | 2013-08-28 | 1 | -4/+34 |
| * | - fix bug here in profiling.py | Mike Bayer | 2013-08-28 | 1 | -1/+1 |
| * | repair missing oracle skip | Mike Bayer | 2013-08-28 | 1 | -1/+1 |
| * | - 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 | 1 | -2/+2 |
| * | 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 | 2 | -12/+15 |
| * | - A rework to the way that "quoted" identifiers are handled, in that | Mike Bayer | 2013-08-27 | 4 | -63/+246 |
| * | correct for missing fail() methods which were lost when we removed unittest.T... | Mike Bayer | 2013-08-26 | 1 | -25/+20 |
| * | clean up formatting and other linting issues | Mike Bayer | 2013-08-26 | 1 | -52/+51 |
| * | - ensure rowcount is returned for an UPDATE with no implicit returning | Mike Bayer | 2013-08-25 | 3 | -29/+29 |
| * | - The ``version_id_generator`` parameter of ``Mapper`` can now be specified | Mike Bayer | 2013-08-25 | 3 | -5/+318 |
| * | forgot to add system to the copy() method | Mike Bayer | 2013-08-25 | 1 | -0/+7 |
| * | added "system=True" to Column, so that we generally don't have to bother | Mike Bayer | 2013-08-25 | 1 | -0/+9 |
| * | - The :class:`.CreateColumn` construct can be appled to a custom | Mike Bayer | 2013-08-24 | 1 | -1/+17 |
| * | Fixed bug where list instrumentation would fail to represent a | Mike Bayer | 2013-08-20 | 1 | -3/+8 |
| * | - add WeakSequence.append() | Mike Bayer | 2013-08-18 | 1 | -3/+33 |
| * | Fixed regression dating back to 0.7.9 whereby the name of a CTE might | Mike Bayer | 2013-08-18 | 1 | -0/+16 |
| * | more tests regarding expiry, deferral | Mike Bayer | 2013-08-17 | 1 | -1/+57 |
| * | some tests regarding how newly inserted rows are treated as far as fetch on a... | Mike Bayer | 2013-08-17 | 1 | -1/+91 |
| * | - spot checking of imports, obsolete functions | Mike Bayer | 2013-08-17 | 1 | -4/+4 |
| * | Improved support for the cymysql driver, supporting version 0.6.5, | Mike Bayer | 2013-08-17 | 3 | -3/+3 |
| * | - apply an import refactoring to the ORM as well | Mike Bayer | 2013-08-14 | 3 | -10/+11 |
| * | - A large refactoring of the ``sqlalchemy.sql`` package has reorganized | Mike Bayer | 2013-08-12 | 3 | -32/+20 |
| * | - The :meth:`.Operators.notin_` operator added in 0.8 now properly | Mike Bayer | 2013-08-07 | 1 | -0/+11 |
| * | - add predictable_gc to a few more tests showing up on pypy | Mike Bayer | 2013-08-04 | 2 | -6/+8 |
| * | tweaks | Mike Bayer | 2013-08-02 | 1 | -6/+3 |