summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm
Commit message (Expand)AuthorAgeFilesLines
* - Added new argument ``include_backrefs=True`` to theMike Bayer2013-12-023-12/+45
* - changelogMike Bayer2013-11-301-7/+8
* Merge branch 'orm-collections-list-clear' of github.com:schettino72/sqlalchem...Mike Bayer2013-11-301-0/+8
|\
| * orm.collection, list.clear(). remove 'before_delete()', added unit-test.pr/40schettino722013-11-251-1/+0
| * Add support for python3.3 list.clear() on orm.collectionsschettino722013-11-061-0/+9
* | - re-document synonyms and remove warnings about "superseded"; synonymsMike Bayer2013-11-301-33/+50
* | Merge pull request #45 from timka/patch-1mike bayer2013-11-291-1/+1
|\ \
| * | Fix sessionmaker.__repr__pr/45Timur2013-11-161-1/+1
* | | Merge pull request #46 from vrajmohan/mastermike bayer2013-11-293-6/+6
|\ \ \
| * | | Fix cross referencespr/46Vraj Mohan2013-11-171-1/+1
| * | | Generate API and resolve cross referencesVraj Mohan2013-11-172-5/+5
| |/ /
* | | - repair the "lockmode" functionality of load_on_ident(). slightly problematicMike Bayer2013-11-281-4/+9
* | | - add support for specifying tables or entities for "of"Mike Bayer2013-11-281-36/+73
* | | - fix up rendering of "of"Mike Bayer2013-11-281-2/+2
* | | - work in progress, will squashMike Bayer2013-11-281-57/+2
* | | Merge branch 'for_update_of' of github.com:mlassnig/sqlalchemy into for_updat...Mike Bayer2013-11-281-30/+91
|\ \ \
| * | | added LockmodeArgspr/42Mario Lassnig2013-11-281-50/+84
| * | | added ORM supportMario Lassnig2013-11-141-4/+20
| * | | add psql FOR UPDATE OF functionalityMario Lassnig2013-11-121-1/+12
| | |/ | |/|
* | | - the wrapped memoized_property here was not working, as the attribute nameMike Bayer2013-11-262-12/+25
* | | - Some refinements to the :class:`.AliasedClass` construct with regardsMike Bayer2013-11-232-15/+13
* | | - The ``viewonly`` flag on :func:`.relationship` will now preventMike Bayer2013-11-193-0/+9
* | | Added support for new :attr:`.Session.info` attribute toMike Bayer2013-11-191-1/+1
| |/ |/|
* | Merge branch 'master' of github.com:vrajmohan/sqlalchemy into mmMike Bayer2013-11-143-7/+7
|\ \
| * | Fix cross referencespr/44Vraj Mohan2013-11-141-2/+2
| * | Fix references to exceptionsVraj Mohan2013-11-141-2/+2
| * | Fix indentation and escape *args and **kwargsVraj Mohan2013-11-132-3/+3
* | | Fixed bug where usage of new :class:`.Bundle` object would causeMike Bayer2013-11-131-1/+1
|/ /
* | Fix indentation issues in docstringspr/43Vraj Mohan2013-11-122-5/+6
* | Fix cross referencesVraj Mohan2013-11-121-5/+5
|/
* - Fixed a regression introduced by :ticket:`2818` where the EXISTSMike Bayer2013-10-301-1/+1
* - add copyright to source files missing itMike Bayer2013-10-261-0/+1
* - :func:`.attributes.get_history()` when used with a scalar column-mappedMike Bayer2013-10-252-6/+43
* An overhaul of expression handling for special symbols particularlyMike Bayer2013-10-232-3/+4
* these are in alphabetical orderMike Bayer2013-10-131-21/+21
* - Added new option to :func:`.relationship` ``distinct_target_key``.Mike Bayer2013-10-132-5/+44
* use accepts scalar loader here so we deal with _ProxyImpl correctlyMike Bayer2013-10-111-6/+4
* - fix bug due to regression from #2793, make sure we only go to loadMike Bayer2013-10-112-2/+11
* - fix a bunch of test failuresMike Bayer2013-10-081-1/+1
* - add an option to Bundle single_entity=True to allow for singleMike Bayer2013-10-072-3/+25
* - fix a glitch with how the default thing worked outMike Bayer2013-10-071-4/+5
* - add some tests for propagate of wildcard lazyloadMike Bayer2013-10-062-5/+5
* 11th hour realization that Load() needs to do the _chop_path() thing asMike Bayer2013-10-062-25/+55
* - merge ticket_1418 branch, [ticket:1418]Mike Bayer2013-10-0611-878/+1190
* fix entity_zero resolutionMike Bayer2013-10-041-1/+10
* - A new construct :class:`.Bundle` is added, which allows for specificationMike Bayer2013-10-035-11/+204
* - modify what we did in [ticket:2793] so that we can also set theMike Bayer2013-09-063-7/+10
* Fixed Query.exists() method for the case, when query doesn't have any filters...Vladimir Magamedov2013-09-041-1/+1
* - The ``version_id_generator`` parameter of ``Mapper`` can now be specifiedMike Bayer2013-08-252-73/+157
* fix typospr/23Hyunjun Kim2013-08-252-3/+3