summaryrefslogtreecommitdiff
path: root/test/orm
Commit message (Expand)AuthorAgeFilesLines
* - use an odict here to ensure ordering of propertiesMike Bayer2014-07-151-8/+8
* - Fixed a regression caused by :ticket:`2976` released in 0.9.4 whereMike Bayer2014-07-151-0/+72
* - Fixed a regression from 0.9.0 due to :ticket:`2736` where theMike Bayer2014-07-142-0/+47
* - add some order bysMike Bayer2014-07-141-3/+15
* -do an autoflake8 hereMike Bayer2014-07-081-141/+161
* - The "evaulator" for query.update()/delete() won't work with multi-tableMike Bayer2014-07-081-3/+16
* - ensure ACID set up on this table for MySQLMike Bayer2014-07-011-2/+3
* - Fixed bug where items that were persisted, deleted, or had aMike Bayer2014-07-012-0/+67
* - repair the _enable_single_crit method, it was named the sameMike Bayer2014-06-301-0/+154
* - Fixed bug involving dynamic attributes, that was again a regressionMike Bayer2014-06-261-0/+17
* - reverse course in #3061 so that we instead no longer set None in the attributeMike Bayer2014-06-234-38/+135
* - Reverted the change for :ticket:`3060` - this is a unit of workMike Bayer2014-06-231-0/+21
* - use new Or() directive to test for both SQL variants here, which can varyMike Bayer2014-06-211-7/+16
* - Additional checks have been added for the case where an inheritingMike Bayer2014-06-208-68/+110
* - Modified the behavior of :func:`.orm.load_only` such that primary keyMike Bayer2014-06-121-5/+36
* - Related to :ticket:`3060`, an adjustment has been made to the unitMike Bayer2014-05-301-13/+6
* - add a new assertsql construct "Or", so that we can test for a UOW flushMike Bayer2014-05-301-9/+18
* - Adjustment to attribute mechanics concerning when a value isMike Bayer2014-05-291-6/+72
* - Fixed a few edge cases which arise in the so-called "row switch"Mike Bayer2014-05-282-1/+127
* - Fixed bug in subquery eager loading where a long chain ofMike Bayer2014-05-252-1/+112
* - fix typos in testMike Bayer2014-05-241-2/+2
* - more tests, including backend testsMike Bayer2014-05-161-7/+19
* Merge branch 'issue_3034' of https://bitbucket.org/dobesv/sqlalchemy/branch/i...Mike Bayer2014-05-161-0/+13
|\
| * Expand test to also test whether offset accepts a bindparam.Dobes Vandermeer2014-04-241-2/+6
| * Proof-of-concept implementation of supporting bindparam for offset and limit ...Dobes Vandermeer2014-04-241-0/+9
* | - Fixed ORM bug where the :func:`.class_mapper` function would maskMike Bayer2014-05-101-0/+35
* | Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-2615-26/+26
|/
* - The "primaryjoin" model has been stretched a bit further to allowMike Bayer2014-04-192-2/+199
* - Added new utility function :func:`.make_transient_to_detached` which canMike Bayer2014-04-091-1/+46
* - Fixes to the newly enhanced boolean coercion in :ticket:`2804` whereMike Bayer2014-04-011-1/+55
* dont need rowcount here...Mike Bayer2014-03-281-1/+0
* - Added new parameter :paramref:`.mapper.confirm_deleted_rows`. DefaultsMike Bayer2014-03-282-12/+25
* - revert part of c01558ae7f4a for now as we also test that a DELETE of two rowsMike Bayer2014-03-282-7/+11
* - Fixed ORM bug where changing the primary key of an object, then markingMike Bayer2014-03-282-22/+102
* - Fixed a very old behavior where the lazy load emitted for a one-to-manyMike Bayer2014-03-272-3/+161
* - Improved the check for "how to join from A to B" such that whenMike Bayer2014-03-271-0/+37
* - add some more rules to make sure all tests run if DBs are availableMike Bayer2014-03-243-6/+7
* - fix the uuid routine here to not run out of uuidsMike Bayer2014-03-242-24/+2
* - rename __multiple__ to __backend__, and apply __backend__ to a large number...Mike Bayer2014-03-245-0/+42
* - Fixed regression from 0.8.3 as a result of :ticket:`2818`Mike Bayer2014-03-221-0/+11
* - Fixed a few errant ``u''`` strings that would prevent tests from passingMike Bayer2014-03-222-8/+8
* fix assertionMike Bayer2014-03-191-1/+1
* - Fixed bug in mutable extension as well asMike Bayer2014-03-191-0/+15
* - Improved an error message which would occur if a query() were madeMike Bayer2014-03-171-0/+13
* - Added support for the not-quite-yet-documented ``insert=True``Mike Bayer2014-03-161-1/+53
* - A warning is emitted if the :meth:`.MapperEvents.before_configured`Mike Bayer2014-03-111-0/+36
* - Support has been added for pytest to run tests. This runnerMike Bayer2014-03-033-18/+12
* - Fixed some test/feature failures occurring in Python 3.4,Mike Bayer2014-03-021-20/+0
* - Added a new option to :paramref:`.relationship.innerjoin` which isMike Bayer2014-02-281-5/+174
* - Fixed regression from 0.8 where using an option likeMike Bayer2014-02-241-0/+14