summaryrefslogtreecommitdiff
path: root/test/orm
Commit message (Expand)AuthorAgeFilesLines
* Raise when two validators conflictMike Bayer2016-08-261-1/+38
* Merge remote-tracking branch 'origin/pr/299'Mike Bayer2016-08-162-3/+3
|\
| * Spelling fixespr/299Ville Skyttä2016-08-082-3/+3
* | Rework _apply_joins(), _prep_for_joins() totallyMike Bayer2016-08-151-0/+159
* | Ensure final link in subqueryload join is correctMike Bayer2016-08-121-12/+45
* | - fix this test which did not allow for the A/ ASub to be loadedMike Bayer2016-08-121-7/+15
|/
* Clarify order_by(False)Mike Bayer2016-07-291-0/+78
* Allow None to cancel Query.group_by()Iuri Diniz2016-07-291-0/+51
* - a variety of test adjustments to accomodate for MySQL 5.7Mike Bayer2016-07-242-2/+5
* Remove same-named relationship warningMike Bayer2016-07-191-1/+70
* Deprecate FromClause.count()Mike Bayer2016-06-1412-91/+127
* Use the "committed" values when extracting many-to-one lazyload valueMike Bayer2016-06-081-15/+23
* Add 'FOR NO KEY UPDATE' / 'FOR KEY SHARE' support for PostgresqlSergey Skopin2016-06-081-2/+25
* Add "render_nulls" flag to bulk_insert as optional performance optimizationtsauerwein2016-06-061-2/+25
* Add SKIP LOCKED support for Postgresql, OracleJack Zhou2016-06-021-0/+18
* Accommodate "callable" bound param in evaluatorMike Bayer2016-05-161-1/+13
* Fix formatting on test_evaluatorMike Bayer2016-05-161-10/+16
* Check for duplicate calls to register_attribute_implMike Bayer2016-05-101-0/+41
* Repair _orm_columns() to accommodate text()Mike Bayer2016-05-051-0/+19
* Merge "Deprecate Mapper.order_by"mike bayer2016-04-1913-54/+106
|\
| * Deprecate Mapper.order_byMike Bayer2016-04-1913-54/+106
* | Rename Query._mapper_zero() to Query._entity_zero()Mike Bayer2016-04-192-6/+7
|/
* Merge "Add raise/raiseload relationship loading strategy"mike bayer2016-04-191-0/+109
|\
| * Add raise/raiseload relationship loading strategyAdrian Moennich2016-04-191-0/+109
* | Honor hybrid property / method docstringsMike Bayer2016-04-181-5/+19
|/
* - don't load deferred columns on unexpire for merge with load=False,Diana Clarke2016-04-061-4/+100
* - Added support for rendering "FULL OUTER JOIN" to both Core and ORM.Mike Bayer2016-03-281-0/+9
* - oracle doesn't release savepointsMike Bayer2016-03-241-1/+1
* - Further continuing on the common MySQL exception case ofMike Bayer2016-03-231-2/+31
* - Fixed bug where a newly inserted instance that is rolled backMike Bayer2016-03-141-1/+25
* - skip GC tests here when coverage is enabled, seems to interfereMike Bayer2016-03-081-1/+1
* - Anonymous labeling is applied to a :attr:`.func` construct that isMike Bayer2016-02-261-1/+58
* - An improvement to the workings of :meth:`.Query.correlate` suchMike Bayer2016-02-251-3/+72
* - reworked the way the "select_wraps_for" expression isMike Bayer2016-02-201-1/+17
* - Fixed bug which would cause an eagerly loaded many-to-one attributeMike Bayer2016-02-171-2/+147
* - Fixed bug in :meth:`.Session.merge` where an object with a compositeMike Bayer2016-02-111-1/+50
* - A refinement to the logic which adds columns to the resulting SQL whenMike Bayer2016-02-091-7/+137
* - revert the change first made in a6fe4dc, as we are now generalizingMike Bayer2016-01-281-3/+3
* - use regex here, columns dont matter, keep coming up with different orderingsMike Bayer2016-01-231-3/+3
* - make this test deterministicMike Bayer2016-01-211-3/+3
* - Added new parameter :paramref:`.orm.mapper.passive_deletes` toMike Bayer2016-01-201-0/+236
* - Fixed issue where two same-named relationships that refer toMike Bayer2016-01-191-0/+39
* - The ``str()`` call for :class:`.Query` will now take into accountMike Bayer2016-01-191-2/+66
* - refactor a bit the loader options system to make it a bit moreMike Bayer2016-01-101-3/+125
* - Fixed regression since 0.9 where the 0.9 style loader optionsMike Bayer2016-01-091-0/+58
* - varchar requires a lengthMike Bayer2015-12-221-1/+1
* - add the test from ref #3614 as well for testing ref #3611Mike Bayer2015-12-211-0/+60
* - Fixed regression caused in 1.0.10 by the fix for :ticket:`3593` whereMike Bayer2015-12-151-18/+99
* - Fixed bug where :meth:`.Session.bulk_update_mappings` and relatedMike Bayer2015-12-141-0/+37
* - Fixed bug in :meth:`.Update.return_defaults` which would cause allMike Bayer2015-12-142-4/+462