summaryrefslogtreecommitdiff
path: root/test/orm
Commit message (Expand)AuthorAgeFilesLines
* Spelling fixesVille Skyttä2016-10-083-3/+3
* Check for __clause_element__() in ORM insert/updateMike Bayer2016-10-051-0/+23
* Merge "Enhance "raise" strategy to include "raise_on_sql" option"mike bayer2016-10-041-0/+57
|\
| * Enhance "raise" strategy to include "raise_on_sql" optionMike Bayer2016-10-041-0/+57
* | Honor additional row coming in with value of NoneMike Bayer2016-10-041-1/+50
|/
* Ensure strong ref to obj before calling persistent_to_deleted, othersMike Bayer2016-10-031-1/+64
* Ensure mapper.polymorphic_on is polymorphic_prop.columns[0]Mike Bayer2016-09-211-1/+76
* Merge "Add the "triggering mapper" to the configure_mappers error message."mike bayer2016-09-201-4/+6
|\
| * Add the "triggering mapper" to the configure_mappers error message.John Perkins2016-09-201-4/+6
* | Merge "Allow SQL expressions to be set on PK columns"mike bayer2016-09-202-0/+69
|\ \
| * | Allow SQL expressions to be set on PK columnsMike Bayer2016-09-202-0/+69
| |/
* | Merge "Support bindparam() with callable for primaryjoin"mike bayer2016-09-201-1/+30
|\ \
| * | Support bindparam() with callable for primaryjoinMike Bayer2016-09-191-1/+30
| |/
* | Fix ArgumentError access in Session._add_bindMike Bayer2016-09-191-0/+18
|/
* Repair clauselist comparison to account for clause orderingMike Bayer2016-09-021-1/+68
* Provide more informative error when joining with no entitiespr/304Michael Williamson2016-08-281-0/+13
* 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