summaryrefslogtreecommitdiff
path: root/test/orm
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Fixed bug where use of the :meth:`.Query.select_from` method wouldMike Bayer2015-12-121-0/+33
* - The :meth:`.Session.merge` method now tracks pending objects byMike Bayer2015-12-041-0/+95
* - Fixed issue where post_update on a many-to-one relationship wouldMike Bayer2015-12-021-1/+34
* Merge remote-tracking branch 'origin/pr/210'Mike Bayer2015-11-301-1/+2
|\
| * Update usages of getargspec to compat version.pr/210Jacob MacDonald2015-10-291-1/+2
* | - Added support for parameter-ordered SET clauses in an UPDATEMike Bayer2015-11-282-7/+46
* | - Fixed bug which is actually a regression that occurred betweenMike Bayer2015-11-251-1/+130
* | - Fixed joinedload bug which would occur when a. the query includesMike Bayer2015-11-211-1/+110
* | - don't create tables on compile-only testsMike Bayer2015-11-211-0/+2
* | - try to get this to skip for oracleMike Bayer2015-11-201-1/+4