summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm
Commit message (Expand)AuthorAgeFilesLines
* Use the "committed" values when extracting many-to-one lazyload valueMike Bayer2016-06-081-2/+6
* Add 'FOR NO KEY UPDATE' / 'FOR KEY SHARE' support for PostgresqlSergey Skopin2016-06-081-2/+3
* Add "render_nulls" flag to bulk_insert as optional performance optimizationtsauerwein2016-06-062-10/+39
* Merge "Add SKIP LOCKED support for Postgresql, Oracle"mike bayer2016-06-031-2/+4
|\
| * Add SKIP LOCKED support for Postgresql, OracleJack Zhou2016-06-021-2/+4
* | Add an init_scalar event for attributesMike Bayer2016-06-022-5/+114
|/
* Merge remote-tracking branch 'origin/pr/270'Mike Bayer2016-05-241-1/+1
|\
| * Spelling fixes: "the a"Ville Skyttä2016-05-051-1/+1
* | Accommodate "callable" bound param in evaluatorMike Bayer2016-05-161-1/+4
* | Check for duplicate calls to register_attribute_implMike Bayer2016-05-101-3/+15
* | Repair _orm_columns() to accommodate text()Mike Bayer2016-05-051-1/+1
|/
* Corrects some references in ORM documentation.pr/267Jeffrey Finkelstein2016-05-031-8/+10
* Merge "Deprecate Mapper.order_by"mike bayer2016-04-191-0/+9
|\
| * Deprecate Mapper.order_byMike Bayer2016-04-191-0/+9
* | Rename Query._mapper_zero() to Query._entity_zero()Mike Bayer2016-04-191-17/+15
|/
* Add raise/raiseload relationship loading strategyAdrian Moennich2016-04-194-0/+65
* Fix typo from "addreses" to "addresses"Rachid Belaid2016-04-061-1/+1
* - don't load deferred columns on unexpire for merge with load=False,Diana Clarke2016-04-063-2/+20
* - Added support for rendering "FULL OUTER JOIN" to both Core and ORM.Mike Bayer2016-03-282-23/+37
* - Further continuing on the common MySQL exception case ofMike Bayer2016-03-231-12/+31
* - Fixed bug where a newly inserted instance that is rolled backMike Bayer2016-03-142-16/+31
* Adds documentation to Query.slice().pr/247jfinkels2016-03-131-3/+28
* - An improvement to the workings of :meth:`.Query.correlate` suchMike Bayer2016-02-251-5/+8
* - reworked the way the "select_wraps_for" expression isMike Bayer2016-02-202-2/+2
* - Fixed bug which would cause an eagerly loaded many-to-one attributeMike Bayer2016-02-171-7/+13
* - Fixed bug in :meth:`.Session.merge` where an object with a compositeMike Bayer2016-02-111-2/+3
* - CTE functionality has been expanded to support all DML, allowingMike Bayer2016-02-111-3/+1
* - A refinement to the logic which adds columns to the resulting SQL whenMike Bayer2016-02-091-15/+11
* - fully hyperlink the docstring for make_transientMike Bayer2016-02-082-12/+48
* - happy new yearMike Bayer2016-01-2929-29/+29
* - revert the change first made in a6fe4dc, as we are now generalizingMike Bayer2016-01-281-14/+2
* - Added new parameter :paramref:`.orm.mapper.passive_deletes` toMike Bayer2016-01-202-1/+44
* - the order in which _generate_backref() for different mappers is calledMike Bayer2016-01-191-1/+1
* - Fixed issue where two same-named relationships that refer toMike Bayer2016-01-192-10/+16
* - The ``str()`` call for :class:`.Query` will now take into accountMike Bayer2016-01-191-7/+20
* - refactor a bit the loader options system to make it a bit moreMike Bayer2016-01-101-31/+38
* - Fixed regression since 0.9 where the 0.9 style loader optionsMike Bayer2016-01-092-4/+23
* Merged in jvanasco/sqlalchemy-alt/issue_docs_scoped_session (pull request #50)Mike Bayer2016-01-071-4/+11
|\
| * updated sphinx tagetingjonathan vanasco2015-04-021-8/+10
| * updates to scoping docs to make `.session_factory` appear publicjonathan vanasco2015-04-021-2/+7
* | - remove errant pdb, references #3612Mike Bayer2015-12-151-5/+1
* | - Fixed bug in baked loader system where the systemwide monkeypatchMike Bayer2015-12-151-1/+5
* | - Fixed regression caused in 1.0.10 by the fix for :ticket:`3593` whereMike Bayer2015-12-151-1/+3
* | - since we are mutating the statement in a loop, start withMike Bayer2015-12-141-3/+8
* | - Fixed bug where :meth:`.Session.bulk_update_mappings` and relatedMike Bayer2015-12-141-1/+1
* | - Fixed bug in :meth:`.Update.return_defaults` which would cause allMike Bayer2015-12-142-14/+36
* | - Fixed bug where use of the :meth:`.Query.select_from` method wouldMike Bayer2015-12-121-1/+5
* | - convert ORM tutorial and basic_relationships to favorMike Bayer2015-12-101-0/+5
* | Merge remote-tracking branch 'origin/pr/220'Mike Bayer2015-12-102-2/+2
|\ \
| * | fix some typospr/220Nils Philippsen2015-12-082-2/+2