| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | | Merge remote-tracking branch 'origin/pr/222' | Mike Bayer | 2015-12-22 | 1 | -0/+2 |
| | |\ \ |
|
| | | * | | Add new reserved words for MySQL 5.7.pr/222 | Hanno Schlichting | 2015-12-14 | 1 | -0/+2 |
| | * | | | - just use *arg straight without "key" for pop | Mike Bayer | 2015-12-17 | 1 | -2/+2 |
| | * | | | - Further fixes to :ticket:`3605`, pop method on :class:`.MutableDict`, | Mike Bayer | 2015-12-17 | 1 | -2/+2 |
| | * | | | some spelling fixes | jonathan vanasco | 2015-12-16 | 1 | -3/+3 |
| | * | | | - remove errant pdb, references #3612 | Mike Bayer | 2015-12-15 | 1 | -5/+1 |
| | * | | | - Fixed bug in baked loader system where the systemwide monkeypatch | Mike Bayer | 2015-12-15 | 2 | -2/+7 |
| | * | | | - Fixed regression caused in 1.0.10 by the fix for :ticket:`3593` where | Mike Bayer | 2015-12-15 | 1 | -1/+3 |
| | * | | | - a few tweaks to allow "server_defaults" to be a little more linkable; | Mike Bayer | 2015-12-14 | 1 | -2/+10 |
| | * | | | - since we are mutating the statement in a loop, start with | Mike Bayer | 2015-12-14 | 1 | -3/+8 |
| | * | | | - Fixed bug where :meth:`.Session.bulk_update_mappings` and related | Mike Bayer | 2015-12-14 | 1 | -1/+1 |
| | * | | | - Fixed bug in :meth:`.Update.return_defaults` which would cause all | Mike Bayer | 2015-12-14 | 4 | -17/+51 |
| | |/ / |
|
| | * | | - Fixed bug where use of the :meth:`.Query.select_from` method would | Mike Bayer | 2015-12-12 | 2 | -3/+7 |
| | * | | - Added support for the ``dict.pop()`` and ``dict.popitem()`` methods | Mike Bayer | 2015-12-11 | 1 | -0/+10 |
| | * | | - convert ORM tutorial and basic_relationships to favor | Mike Bayer | 2015-12-10 | 1 | -0/+5 |
| | * | | Merge remote-tracking branch 'origin/pr/220' | Mike Bayer | 2015-12-10 | 2 | -2/+2 |
| | |\ \ |
|
| | | * | | fix some typospr/220 | Nils Philippsen | 2015-12-08 | 2 | -2/+2 |
| | * | | | - refactor of adapt_like_to_iterable(), fixes #3457. | Mike Bayer | 2015-12-09 | 4 | -85/+65 |
| | * | | | - Fixed issue within the :meth:`.Insert.from_select` construct whereby | Mike Bayer | 2015-12-09 | 1 | -2/+3 |
| | |/ / |
|
| | * | | - Fixed bug in MySQL reflection where the "fractional sections portion" | Mike Bayer | 2015-12-07 | 1 | -0/+5 |
| | * | | - write a real inline documentation section for from_self(), | Mike Bayer | 2015-12-07 | 1 | -2/+163 |
| | * | | - fix loading.py merge_result for new _merge() argument | Mike Bayer | 2015-12-04 | 1 | -2/+2 |
| | * | | - The :meth:`.Session.merge` method now tracks pending objects by | Mike Bayer | 2015-12-04 | 4 | -10/+28 |
| | * | | - Fixed issue where post_update on a many-to-one relationship would | Mike Bayer | 2015-12-02 | 1 | -3/+5 |
| | * | | - Fixed bug where CREATE TABLE with a no-column table, but a constraint | Mike Bayer | 2015-12-01 | 1 | -1/+1 |
| | * | | - Added the error "20006: Write to the server failed" to the list | Mike Bayer | 2015-11-30 | 1 | -1/+2 |
| | * | | Merge remote-tracking branch 'origin/pr/216' | Mike Bayer | 2015-11-30 | 2 | -3/+3 |
| | |\ \ |
|
| | | * | | - Postgres: Do not prefix table with schema in: "FOR UPDATE of <table>"pr/216 | Diana Clarke | 2015-11-24 | 2 | -3/+3 |
| | * | | | Merge remote-tracking branch 'origin/pr/215' | Mike Bayer | 2015-11-30 | 1 | -1/+1 |
| | |\ \ \ |
|
| | | * | | | fix postgresql exclude contraint to check when= against None rather than __bo...pr/215 | aisch | 2015-11-23 | 1 | -1/+1 |
| | | |/ / |
|
| | * | | | Merge remote-tracking branch 'origin/pr/212' | Mike Bayer | 2015-11-30 | 1 | -1/+2 |
| | |\ \ \ |
|
| | | * | | | py2k: accept unicode literals on :func:`backref`, toopr/212 | Nils Philippsen | 2015-11-25 | 1 | -1/+2 |
| | * | | | | Merge remote-tracking branch 'origin/pr/211' | Mike Bayer | 2015-11-30 | 2 | -3/+3 |
| | |\ \ \ \ |
|
| | | * | | | | Change generator termination from StopIteration to return.pr/211 | pgjones | 2015-10-30 | 2 | -3/+3 |
| | * | | | | | - A descriptive ValueError is now raised in the event that SQL server | Mike Bayer | 2015-11-30 | 1 | -2/+10 |
| | * | | | | | Merge remote-tracking branch 'origin/pr/218' | Mike Bayer | 2015-11-30 | 2 | -1/+2 |
| | |\ \ \ \ \ |
|
| | | * | | | | | Fix _assert_unorderable_types on py36.pr/218 | Iuri de Silvio | 2015-11-30 | 2 | -1/+2 |
| | * | | | | | | Merge remote-tracking branch 'origin/pr/210' | Mike Bayer | 2015-11-30 | 4 | -7/+10 |
| | |\ \ \ \ \ \
| | |/ / / / /
| |/| | | | | |
|
| | | * | | | | | Update usages of getargspec to compat version.pr/210 | Jacob MacDonald | 2015-10-29 | 4 | -7/+10 |
| | | |/ / / / |
|
| | * | | | | | - Fixed an issue in baked queries where the .get() method, used either | Mike Bayer | 2015-11-29 | 1 | -0/+6 |
| | * | | | | | - Added support for parameter-ordered SET clauses in an UPDATE | Mike Bayer | 2015-11-28 | 5 | -68/+134 |
| | * | | | | | - Fixed bug which is actually a regression that occurred between | Mike Bayer | 2015-11-25 | 2 | -2/+15 |
| | * | | | | | - support declarativemappedtest with per-test setup | Mike Bayer | 2015-11-25 | 1 | -0/+10 |
| | | |/ / /
| |/| | | |
|
| | * | | | | - Change "expr" to "entity" for example illustrating an event | Bas van den Heuvel | 2015-11-24 | 1 | -1/+1 |
| | | |/ /
| |/| | |
|
| | * | | | - Fixed joinedload bug which would occur when a. the query includes | Mike Bayer | 2015-11-21 | 1 | -2/+1 |
| | * | | | - A rare case which occurs when a :meth:`.Session.rollback` fails in the | Mike Bayer | 2015-11-19 | 2 | -3/+15 |
| | * | | | - Fixed the ``.python_type`` attribute of :class:`.postgresql.INTERVAL` | Mike Bayer | 2015-11-19 | 1 | -0/+6 |
| | * | | | - rewrite the docs and add a test for the bake_queries=True | Mike Bayer | 2015-11-19 | 1 | -5/+21 |
| | * | | | - Added support for reflecting the source of materialized views | Mike Bayer | 2015-11-18 | 1 | -5/+21 |
| | * | | | - extend pullreq github:213 to also include DATETIMEOFFSET and TIME, | Mike Bayer | 2015-11-14 | 1 | -2/+2 |