| Commit message (Expand) | Author | Age | Files | Lines |
| * | - use an odict here to ensure ordering of properties | Mike Bayer | 2014-07-15 | 1 | -8/+8 |
| * | - Fixed a regression caused by :ticket:`2976` released in 0.9.4 where | Mike Bayer | 2014-07-15 | 1 | -0/+72 |
| * | - Fixed a regression from 0.9.0 due to :ticket:`2736` where the | Mike Bayer | 2014-07-14 | 2 | -0/+47 |
| * | - add some order bys | Mike Bayer | 2014-07-14 | 1 | -3/+15 |
| * | -do an autoflake8 here | Mike Bayer | 2014-07-08 | 1 | -141/+161 |
| * | - The "evaulator" for query.update()/delete() won't work with multi-table | Mike Bayer | 2014-07-08 | 1 | -3/+16 |
| * | - ensure ACID set up on this table for MySQL | Mike Bayer | 2014-07-01 | 1 | -2/+3 |
| * | - Fixed bug where items that were persisted, deleted, or had a | Mike Bayer | 2014-07-01 | 2 | -0/+67 |
| * | - repair the _enable_single_crit method, it was named the same | Mike Bayer | 2014-06-30 | 1 | -0/+154 |
| * | - Fixed bug involving dynamic attributes, that was again a regression | Mike Bayer | 2014-06-26 | 1 | -0/+17 |
| * | - reverse course in #3061 so that we instead no longer set None in the attribute | Mike Bayer | 2014-06-23 | 4 | -38/+135 |
| * | - Reverted the change for :ticket:`3060` - this is a unit of work | Mike Bayer | 2014-06-23 | 1 | -0/+21 |
| * | - use new Or() directive to test for both SQL variants here, which can vary | Mike Bayer | 2014-06-21 | 1 | -7/+16 |
| * | - Additional checks have been added for the case where an inheriting | Mike Bayer | 2014-06-20 | 8 | -68/+110 |
| * | - Modified the behavior of :func:`.orm.load_only` such that primary key | Mike Bayer | 2014-06-12 | 1 | -5/+36 |
| * | - Related to :ticket:`3060`, an adjustment has been made to the unit | Mike Bayer | 2014-05-30 | 1 | -13/+6 |
| * | - add a new assertsql construct "Or", so that we can test for a UOW flush | Mike Bayer | 2014-05-30 | 1 | -9/+18 |
| * | - Adjustment to attribute mechanics concerning when a value is | Mike Bayer | 2014-05-29 | 1 | -6/+72 |
| * | - Fixed a few edge cases which arise in the so-called "row switch" | Mike Bayer | 2014-05-28 | 2 | -1/+127 |
| * | - Fixed bug in subquery eager loading where a long chain of | Mike Bayer | 2014-05-25 | 2 | -1/+112 |
| * | - fix typos in test | Mike Bayer | 2014-05-24 | 1 | -2/+2 |
| * | - more tests, including backend tests | Mike Bayer | 2014-05-16 | 1 | -7/+19 |
| * | Merge branch 'issue_3034' of https://bitbucket.org/dobesv/sqlalchemy/branch/i... | Mike Bayer | 2014-05-16 | 1 | -0/+13 |
| |\ |
|
| | * | Expand test to also test whether offset accepts a bindparam. | Dobes Vandermeer | 2014-04-24 | 1 | -2/+6 |
| | * | Proof-of-concept implementation of supporting bindparam for offset and limit ... | Dobes Vandermeer | 2014-04-24 | 1 | -0/+9 |
| * | | - Fixed ORM bug where the :func:`.class_mapper` function would mask | Mike Bayer | 2014-05-10 | 1 | -0/+35 |
| * | | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 15 | -26/+26 |
| |/ |
|
| * | - The "primaryjoin" model has been stretched a bit further to allow | Mike Bayer | 2014-04-19 | 2 | -2/+199 |
| * | - Added new utility function :func:`.make_transient_to_detached` which can | Mike Bayer | 2014-04-09 | 1 | -1/+46 |
| * | - Fixes to the newly enhanced boolean coercion in :ticket:`2804` where | Mike Bayer | 2014-04-01 | 1 | -1/+55 |
| * | dont need rowcount here... | Mike Bayer | 2014-03-28 | 1 | -1/+0 |
| * | - Added new parameter :paramref:`.mapper.confirm_deleted_rows`. Defaults | Mike Bayer | 2014-03-28 | 2 | -12/+25 |
| * | - revert part of c01558ae7f4a for now as we also test that a DELETE of two rows | Mike Bayer | 2014-03-28 | 2 | -7/+11 |
| * | - Fixed ORM bug where changing the primary key of an object, then marking | Mike Bayer | 2014-03-28 | 2 | -22/+102 |
| * | - Fixed a very old behavior where the lazy load emitted for a one-to-many | Mike Bayer | 2014-03-27 | 2 | -3/+161 |
| * | - Improved the check for "how to join from A to B" such that when | Mike Bayer | 2014-03-27 | 1 | -0/+37 |
| * | - add some more rules to make sure all tests run if DBs are available | Mike Bayer | 2014-03-24 | 3 | -6/+7 |
| * | - fix the uuid routine here to not run out of uuids | Mike Bayer | 2014-03-24 | 2 | -24/+2 |
| * | - rename __multiple__ to __backend__, and apply __backend__ to a large number... | Mike Bayer | 2014-03-24 | 5 | -0/+42 |
| * | - Fixed regression from 0.8.3 as a result of :ticket:`2818` | Mike Bayer | 2014-03-22 | 1 | -0/+11 |
| * | - Fixed a few errant ``u''`` strings that would prevent tests from passing | Mike Bayer | 2014-03-22 | 2 | -8/+8 |
| * | fix assertion | Mike Bayer | 2014-03-19 | 1 | -1/+1 |
| * | - Fixed bug in mutable extension as well as | Mike Bayer | 2014-03-19 | 1 | -0/+15 |
| * | - Improved an error message which would occur if a query() were made | Mike Bayer | 2014-03-17 | 1 | -0/+13 |
| * | - Added support for the not-quite-yet-documented ``insert=True`` | Mike Bayer | 2014-03-16 | 1 | -1/+53 |
| * | - A warning is emitted if the :meth:`.MapperEvents.before_configured` | Mike Bayer | 2014-03-11 | 1 | -0/+36 |
| * | - Support has been added for pytest to run tests. This runner | Mike Bayer | 2014-03-03 | 3 | -18/+12 |
| * | - Fixed some test/feature failures occurring in Python 3.4, | Mike Bayer | 2014-03-02 | 1 | -20/+0 |
| * | - Added a new option to :paramref:`.relationship.innerjoin` which is | Mike Bayer | 2014-02-28 | 1 | -5/+174 |
| * | - Fixed regression from 0.8 where using an option like | Mike Bayer | 2014-02-24 | 1 | -0/+14 |