summaryrefslogtreecommitdiff
path: root/test/orm/test_composites.py
Commit message (Expand)AuthorAgeFilesLines
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-4/+5
* Establish future behavior for Session cascade backrefs, bindMike Bayer2020-08-011-1/+1
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-9/+8
* Convert bulk update/delete to new execution modelMike Bayer2020-06-061-9/+19
* Simplify _ColumnEntity, relatedMike Bayer2019-09-301-0/+16
* Enable F841Mike Bayer2019-06-201-5/+1
* Post black reformattingMike Bayer2019-01-061-13/+17
* Run black -l 79 against all source filesMike Bayer2019-01-061-336/+453
* Document and support nested compositesMike Bayer2018-12-121-0/+75
* Add SQL Server CI coverageMike Bayer2017-08-311-1/+0
* Support hybrids/composites with bulk updatesMike Bayer2017-03-221-2/+54
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-154/+164
* Support python3.6Mike Bayer2017-01-131-2/+2
* - The system by which a :class:`.Column` considers itself to be anMike Bayer2015-10-071-2/+1
* - Improved the initialization logic of composite attributes such thatMike Bayer2014-02-031-0/+13
* 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
* clean up importsMike Bayer2013-11-231-9/+5
* - A new construct :class:`.Bundle` is added, which allows for specificationMike Bayer2013-10-031-3/+46
* Fixed bug where sending a composite attribute into :meth:`.Query.order_by`Mike Bayer2013-06-101-1/+27
* Fixed the interaction between composite attributes andMike Bayer2013-06-101-4/+35
* - the raw 2to3 runMike Bayer2013-04-271-2/+2
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-5/+5
* trailing whitespace bonanzaMike Bayer2012-07-281-29/+29
* - [bug] Fixed bug in get_history() when referringMike Bayer2011-12-071-0/+17
* - [bug] the value of a composite attribute is nowMike Bayer2011-10-261-10/+39
* - Reinstated "comparator_factory" argument toMike Bayer2011-10-151-1/+127
* - Fixed regression in new composite rewrite whereMike Bayer2011-08-141-1/+13
* - move all the comments that got shoved below the fixture grabs back upMike Bayer2011-03-271-2/+3
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-19/+20
* - move all the setup_classes(cls) and setup_mappers(cls) to use aMike Bayer2011-03-271-15/+15
* - remove @testing.resolve_artifact_names, replace with direct attributeMike Bayer2011-03-261-30/+78
* - oracle fixesMike Bayer2011-01-151-12/+24
* - composite now relates to its parent class in terms of MapperProperty,Mike Bayer2011-01-151-0/+134
* - whitespace removal bonanzaMike Bayer2011-01-021-32/+32
* - restore mapper.get_property() to use the _props dict. at the momentMike Bayer2010-12-281-3/+17
* - merged the test for [ticket:1997], r1b1f195483aa , intoMike Bayer2010-12-211-1/+78
* - migrate composites to its own test suite, break up tests into individual fe...Mike Bayer2010-12-201-0/+337