| Commit message (Expand) | Author | Age | Files | Lines |
| * | Perform fewer dict lookups - tiny microoptimizationpr/35 | Alex Gaynor | 2013-10-14 | 1 | -5/+4 |
| * | - Added new option to :func:`.relationship` ``distinct_target_key``. | Mike Bayer | 2013-10-13 | 2 | -5/+44 |
| * | MySQL-connector dialect now allows options in the create_engine | Mike Bayer | 2013-10-13 | 1 | -2/+3 |
| * | Parenthesis will be applied to a compound SQL expression as | Mike Bayer | 2013-10-12 | 1 | -1/+4 |
| * | - Fixed bug in default compiler plus those of postgresql, mysql, and | Mike Bayer | 2013-10-12 | 5 | -34/+15 |
| * | use accepts scalar loader here so we deal with _ProxyImpl correctly | Mike Bayer | 2013-10-11 | 1 | -6/+4 |
| * | - fix bug due to regression from #2793, make sure we only go to load | Mike Bayer | 2013-10-11 | 2 | -2/+11 |
| * | 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 method signature of :meth:`.Dialect.reflecttable`, which in | Mike Bayer | 2013-10-11 | 2 | -11/+12 |
| * | A :func:`.select` that is made to refer to itself in its FROM clause, | Mike Bayer | 2013-10-08 | 1 | -0/+3 |
| * | Fixed bug where using an annotation such as :func:`.remote` or | Mike Bayer | 2013-10-08 | 1 | -1/+6 |
| * | The erroneous kw arg "schema" has been removed from the :class:`.ForeignKey` | Mike Bayer | 2013-10-08 | 1 | -1/+0 |
| * | - fix a bunch of test failures | Mike Bayer | 2013-10-08 | 1 | -1/+1 |
| * | - add an option to Bundle single_entity=True to allow for single | Mike Bayer | 2013-10-07 | 2 | -3/+25 |
| * | - 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 | 2 | -5/+5 |
| * | 11th hour realization that Load() needs to do the _chop_path() thing as | Mike Bayer | 2013-10-06 | 2 | -25/+55 |
| * | - merge ticket_1418 branch, [ticket:1418] | Mike Bayer | 2013-10-06 | 11 | -878/+1190 |
| * | - fix propagation of quote flag within _gen_label() so that if the | Mike Bayer | 2013-10-05 | 1 | -1/+8 |
| * | fix entity_zero resolution | Mike Bayer | 2013-10-04 | 1 | -1/+10 |
| * | - A new construct :class:`.Bundle` is added, which allows for specification | Mike Bayer | 2013-10-03 | 5 | -11/+204 |
| * | - add support for removal of instance methods as event listeners, taking | Mike Bayer | 2013-10-01 | 1 | -2/+6 |
| * | - put exact version string in the test | Mike Bayer | 2013-09-29 | 1 | -2/+2 |
| * | 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 |
| * | | Merge pull request #25 from gthb/ticket_2821 | mike bayer | 2013-09-29 | 2 | -3/+10 |
| |\ \ |
|
| | * | | Hide password in URL and Engine __repr__pr/25 | Gunnlaugur Þór Briem | 2013-09-06 | 2 | -3/+10 |
| | |/ |
|
| * | | 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 | 2 | -12/+1 |
| * | | - modify what we did in [ticket:2793] so that we can also set the | Mike Bayer | 2013-09-06 | 3 | -7/+10 |
| |/ |
|
| * | Fixed Query.exists() method for the case, when query doesn't have any filters... | Vladimir Magamedov | 2013-09-04 | 1 | -1/+1 |
| * | add caveats regarding RETURNING | Mike Bayer | 2013-09-02 | 2 | -3/+59 |
| * | plus some more adjustments for mysql, or in general if an Index refers to | Mike Bayer | 2013-08-28 | 1 | -1/+9 |
| * | Fixed bug where using the ``column_reflect`` event to change the ``.key`` | Mike Bayer | 2013-08-28 | 1 | -6/+17 |
| * | - fix bug here in profiling.py | Mike Bayer | 2013-08-28 | 1 | -11/+11 |
| * | comment this alternative approach... | Mike Bayer | 2013-08-28 | 1 | -0/+7 |
| * | - rework the profile thing to just rewrite all failing numbers when --write-p... | Mike Bayer | 2013-08-28 | 1 | -6/+18 |
| * | - cx_oracle seems to have a bug here though it is hard to track down | Mike Bayer | 2013-08-27 | 2 | -2/+0 |
| * | 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 | 14 | -127/+317 |
| * | - ensure rowcount is returned for an UPDATE with no implicit returning | Mike Bayer | 2013-08-25 | 2 | -7/+6 |
| * | - restore constructor docs blown away in the merge | Mike Bayer | 2013-08-25 | 1 | -0/+141 |
| * | - The ``version_id_generator`` parameter of ``Mapper`` can now be specified | Mike Bayer | 2013-08-25 | 8 | -224/+293 |
| * | 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 | 3 | -5/+26 |
| * | Merge pull request #23 from yoloseem/master | mike bayer | 2013-08-25 | 2 | -3/+3 |
| |\ |
|
| | * | fix typospr/23 | Hyunjun Kim | 2013-08-25 | 2 | -3/+3 |
| * | | - The :class:`.CreateColumn` construct can be appled to a custom | Mike Bayer | 2013-08-24 | 2 | -3/+34 |
| |/ |
|
| * | - "primary mapper entity" is now an attribute on Query, | Mike Bayer | 2013-08-24 | 1 | -16/+11 |