summaryrefslogtreecommitdiff
path: root/test/orm
Commit message (Expand)AuthorAgeFilesLines
* added ORM supportMario Lassnig2013-11-141-2/+51
* add psql FOR UPDATE OF functionalityMario Lassnig2013-11-121-0/+16
* - 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
* Improved support for the cymysql driver, supporting version 0.6.5,Mike Bayer2013-08-171-1/+1
* - apply an import refactoring to the ORM as wellMike Bayer2013-08-142-8/+9
* - A large refactoring of the ``sqlalchemy.sql`` package has reorganizedMike Bayer2013-08-121-4/+4
* - add predictable_gc to a few more tests showing up on pypyMike Bayer2013-08-042-6/+8
* - add a clear() to SetIsh here so that the control/direct gets clearedMike Bayer2013-08-021-10/+16
* Added a new attribute :attr:`.Session.info` to :class:`.Session`;Mike Bayer2013-08-021-0/+17
* - assorted fixes raised by pypy 2.1beta2, but all of which are goodMike Bayer2013-08-012-7/+11
* - Removal of event listeners is now implemented. The feature isMike Bayer2013-07-261-11/+69
* - The mechanism by which attribute events pass along anMike Bayer2013-07-262-13/+6
* Fixed bug in ORM-level event registration where the "raw" orMike Bayer2013-07-181-13/+55
* A performance fix related to the usage of the :func:`.defer` optionMike Bayer2013-07-131-7/+16
* - create a new system where we can decorate an event methodMike Bayer2013-07-081-21/+72
* - Added new method to the :func:`.insert` constructMike Bayer2013-07-051-1/+70
* Fixed bug whereby attribute history functions would failMike Bayer2013-07-041-43/+128
* - additional fix for [ticket:2750] where on an update, we make sure theMike Bayer2013-06-301-2/+33
* add better tests for [ticket:2750]Mike Bayer2013-06-301-3/+45
* A warning is emitted when trying to flush an object of an inheritedMike Bayer2013-06-301-3/+23
* - fix a regression caused by #2587, where query.join() would apply anMike Bayer2013-06-272-0/+89
* - rework of correlation, continuing on #2668, #2746Mike Bayer2013-06-261-26/+68
* The resolution of :class:`.ForeignKey` objects to theirMike Bayer2013-06-231-1/+2
* - rework PropComparator.adapted() to be PropComparator.adapt_to_entity(),Mike Bayer2013-06-171-1/+1