summaryrefslogtreecommitdiff
path: root/test/orm
Commit message (Expand)AuthorAgeFilesLines
* Merge bitbucket.org:rschoon/sqlalchemy into tMike Bayer2014-01-021-0/+4
|\
| * Don't barf on Session(info=...) from sessionmaker(info=None)Robin Schoonover2013-12-311-0/+4
* | - Fixed regression where we don't check the given name against theMike Bayer2014-01-021-0/+16
* | - Fixed regression where we apparently still create an implicitMike Bayer2014-01-022-4/+32
|/
* autoincrement hereMike Bayer2013-12-171-2/+2
* - An adjustment to the :func:`.subqueryload` strategy which ensures thatMike Bayer2013-12-161-1/+55
* - Fixed bug when using joined table inheritance from a table to aMike Bayer2013-12-161-14/+65
* make the error message for [ticket:2889] more accurate, as we supportMike Bayer2013-12-121-1/+1
* - :func:`.composite` will raise an informative error message when theMike Bayer2013-12-121-1/+19
* - Added new argument ``include_backrefs=True`` to theMike Bayer2013-12-022-133/+281
* - the pronoun removal commit. there was only one instance of aMike Bayer2013-11-301-2/+2
* Merge branch 'orm-collections-list-clear' of github.com:schettino72/sqlalchem...Mike Bayer2013-11-301-0/+10
|\
| * orm.collection, list.clear(). remove 'before_delete()', added unit-test.pr/40schettino722013-11-251-0/+10
* | - add support for specifying tables or entities for "of"Mike Bayer2013-11-282-98/+119
* | - fix up rendering of "of"Mike Bayer2013-11-281-4/+4
* | Merge branch 'for_update_of' of github.com:mlassnig/sqlalchemy into for_updat...Mike Bayer2013-11-281-0/+65
|\ \
| * | added ORM supportMario Lassnig2013-11-141-2/+51
| * | add psql FOR UPDATE OF functionalityMario Lassnig2013-11-121-0/+16
| |/
* | clean up importsMike Bayer2013-11-231-9/+5
* | - Some refinements to the :class:`.AliasedClass` construct with regardsMike Bayer2013-11-234-93/+136
* | - The ``viewonly`` flag on :func:`.relationship` will now preventMike Bayer2013-11-191-0/+114
* | - remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalche...Mike Bayer2013-11-1712-30/+2
* | Fixed bug where usage of new :class:`.Bundle` object would causeMike Bayer2013-11-131-1/+12
|/
* - Fixed a regression introduced by :ticket:`2818` where the EXISTSMike Bayer2013-10-301-4/+16
* python2 pickle here failsMike Bayer2013-10-251-0/+3
* - :func:`.attributes.get_history()` when used with a scalar column-mappedMike Bayer2013-10-252-5/+72
* An overhaul of expression handling for special symbols particularlyMike Bayer2013-10-231-1/+0
* use a set here alsoMike Bayer2013-10-181-2/+2
* - fix non-deterministic ordering pointMike Bayer2013-10-141-2/+3
* - fix test warning here (oursql)Mike Bayer2013-10-141-2/+2
* - Added new option to :func:`.relationship` ``distinct_target_key``.Mike Bayer2013-10-131-0/+194
* use accepts scalar loader here so we deal with _ProxyImpl correctlyMike Bayer2013-10-111-1/+3
* - fix bug due to regression from #2793, make sure we only go to loadMike Bayer2013-10-111-1/+13
* - fix a bunch of test failuresMike Bayer2013-10-082-6/+7
* - add an option to Bundle single_entity=True to allow for singleMike Bayer2013-10-071-0/+31
* - add some tests for propagate of wildcard lazyloadMike Bayer2013-10-061-1/+48
* 11th hour realization that Load() needs to do the _chop_path() thing asMike Bayer2013-10-061-0/+79
* - merge ticket_1418 branch, [ticket:1418]Mike Bayer2013-10-069-943/+1337
* fix entity_zero resolutionMike Bayer2013-10-041-0/+13
* - A new construct :class:`.Bundle` is added, which allows for specificationMike Bayer2013-10-032-3/+291
* - Removed some now unneeded version checks [ticket:2829] courtesy alex gaynorMike Bayer2013-09-222-6/+4
* - modify what we did in [ticket:2793] so that we can also set theMike Bayer2013-09-061-0/+86
* Fixed Query.exists() method for the case, when query doesn't have any filters...Vladimir Magamedov2013-09-041-1/+10
* - cx_oracle seems to have a bug here though it is hard to track downMike Bayer2013-08-271-0/+1
* - ensure rowcount is returned for an UPDATE with no implicit returningMike Bayer2013-08-251-1/+1
* - The ``version_id_generator`` parameter of ``Mapper`` can now be specifiedMike Bayer2013-08-252-5/+196
* Fixed bug where list instrumentation would fail to represent aMike Bayer2013-08-201-3/+8
* more tests regarding expiry, deferralMike Bayer2013-08-171-1/+57
* some tests regarding how newly inserted rows are treated as far as fetch on a...Mike Bayer2013-08-171-1/+91
* - spot checking of imports, obsolete functionsMike Bayer2013-08-171-4/+4