| Commit message (Expand) | Author | Age | Files | Lines |
| * | - ensure all tests are named test_* | Mike Bayer | 2014-07-30 | 6 | -37/+37 |
| * | - rework the exclusions system to have much better support for compound | Mike Bayer | 2014-07-26 | 1 | -1/+1 |
| * | - fix whitespace | Mike Bayer | 2014-07-25 | 1 | -2/+2 |
| * | - restore non_updating_cascade to test_manytomany_nonpassive, but also | Mike Bayer | 2014-07-25 | 1 | -0/+2 |
| * | Merge remote-tracking branch 'origin/pr/117' into pg8000 | Mike Bayer | 2014-07-25 | 6 | -2003/+2294 |
| |\ |
|
| | * | PEP8 tidy of test/orm/test_dynamic.pypr/117 | Tony Locke | 2014-07-20 | 1 | -110/+83 |
| | * | Fixes for pg8000 for test/orm/test_dynamic.py | Tony Locke | 2014-07-20 | 1 | -5/+7 |
| | * | PEP8 tidy of test/orm/test_froms.py | Tony Locke | 2014-07-20 | 1 | -949/+1047 |
| | * | Opened test_self_referential for pg8000 | Tony Locke | 2014-07-20 | 1 | -2/+1 |
| | * | PEP8 tidy for test/orm/test_naturalpks.py | Tony Locke | 2014-07-20 | 1 | -212/+235 |
| | * | Remove requirement for manytomany_nonpassive | Tony Locke | 2014-07-20 | 1 | -1/+0 |
| | * | PEP8 tidy of test/orm/test_query.py | Tony Locke | 2014-07-20 | 1 | -472/+600 |
| | * | pg8000 passing test/orm/test_query.py | Tony Locke | 2014-07-20 | 1 | -3/+3 |
| | * | PEP8 tidy for test/orm/test_transaction.py | Tony Locke | 2014-07-19 | 1 | -106/+144 |
| | * | PEP8 tidy for test/orm/test_versioning.py | Tony Locke | 2014-07-19 | 1 | -148/+179 |
| * | | - use a variant with expected collation here for mysql | Mike Bayer | 2014-07-25 | 1 | -5/+2 |
| |/ |
|
| * | - 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 |