summaryrefslogtreecommitdiff
path: root/test/orm
Commit message (Expand)AuthorAgeFilesLines
* Small improvement on FlushError can't update error messagepr/149Paulo Bu2014-11-061-2/+4
* Small improvement on FlushError can't delete error messagepr/148Paulo Bu2014-11-051-1/+2
* - Fixed bug in single table inheritance where a chain of joinsMike Bayer2014-10-231-0/+59
* - Fixed bug where the ON clause for :meth:`.Query.join`,Mike Bayer2014-10-231-0/+25
* Merge remote-tracking branch 'origin/pr/137' into pr137Mike Bayer2014-10-211-0/+8
|\
| * add failing testjona2014-09-121-0/+8
* | - Fixed bug where :meth:`.Session.expunge` would not fully detachMike Bayer2014-10-191-1/+49
* | - A warning is emitted in the case of multiple relationships thatticket_3230Mike Bayer2014-10-193-21/+102
* | - flake8Mike Bayer2014-10-181-919/+1097
* | - The :meth:`.Query.update` method will now convert string keyMike Bayer2014-10-161-11/+129
* | - fix importsMike Bayer2014-10-161-21/+24
* | - Improvements to the mechanism used by :class:`.Session` to locateMike Bayer2014-10-142-7/+228
* | - move BindTest into orm/test_bindsMike Bayer2014-10-142-193/+194
* | - The ON clause rendered when using :meth:`.Query.join`,Mike Bayer2014-10-091-2/+120
* | - Fixed bug that affected generally the same classes of eventMike Bayer2014-09-182-10/+58
* | fix testMike Bayer2014-09-181-0/+2
* | - Added new method :meth:`.Select.with_statement_hint` and ORMMike Bayer2014-09-181-0/+22
* | - not sure what this is testing but remove the self.l that mightMike Bayer2014-09-171-2/+3
|/
* - Fixed warning that would emit when a complex self-referentialMike Bayer2014-09-111-0/+20
* - Fixed bug in ordering list where the order of items would beMike Bayer2014-09-101-0/+17
* - rework the previous "order by" system in terms of the new one,Mike Bayer2014-09-081-2/+18
* - Added new event handlers :meth:`.AttributeEvents.init_collection`Mike Bayer2014-09-071-0/+40
* - rework ColumnAdapter and ORMAdapter to only provide the featuresticket_3148Mike Bayer2014-09-071-13/+175
* wip for #3148Mike Bayer2014-09-062-2/+115
* - default dialect, plus test against the default dialect...Mike Bayer2014-09-021-1/+1
* default dialectMike Bayer2014-09-021-0/+2
* - add logic to compiler such that if stack is empty, we justMike Bayer2014-09-021-1/+39
* - The :func:`~.expression.column` and :func:`~.expression.table`Mike Bayer2014-09-017-66/+118
* - A new style of warning can be emitted which will "filter" up toMike Bayer2014-08-311-0/+1
* - alter the yield_per eager restriction such that joined many-to-one loadsMike Bayer2014-08-301-6/+62
* - continue moving things out that don't need to be thereMike Bayer2014-08-301-0/+14
* - use default dialect for compile test hereMike Bayer2014-08-291-1/+2
* - defaultdict benchmarks faster than a namedtuple; OKMike Bayer2014-08-291-1/+5
* - re-establish and test some behavior from previous versions, thatMike Bayer2014-08-291-0/+44
* - The :class:`.Query` will raise an exception when :meth:`.Query.yield_per`Mike Bayer2014-08-291-1/+35
* - Changed the approach by which the "single inheritance criterion"Mike Bayer2014-08-291-3/+16
* - major refactoring/inlining to loader.instances(), though not reallyMike Bayer2014-08-282-84/+19
* - Made a small adjustment to the mechanics of lazy loading,Mike Bayer2014-08-281-1/+79
* - flake8Mike Bayer2014-08-281-212/+298
* - The behavior of :paramref:`.joinedload.innerjoin` as well asMike Bayer2014-08-261-31/+26
* - hard-won pep8 formatting of one of the giants...Mike Bayer2014-08-261-1013/+1476
* Fix doc typo 'conjunection'pr/130Gunnlaugur Þór Briem2014-08-211-1/+1
* - major simplification of _collect_update_commands. in particular,Mike Bayer2014-08-182-5/+7
* - Fixed bug where attribute "set" events or columns withMike Bayer2014-08-171-1/+45
* - other test fixesMike Bayer2014-08-151-7/+9
* - UPDATE statements can now be batched within an ORM flushMike Bayer2014-08-142-22/+18
* pep8Mike Bayer2014-08-141-486/+530
* - The ``info`` parameter has been added to the constructor forMike Bayer2014-08-131-1/+3
* - ensure all tests are named test_*Mike Bayer2014-07-306-37/+37
* - rework the exclusions system to have much better support for compoundMike Bayer2014-07-261-1/+1