summaryrefslogtreecommitdiff
path: root/test/orm/test_pickled.py
Commit message (Expand)AuthorAgeFilesLines
* - flake8 refactor - test_ormflake8_12Mike Bayer2019-01-051-2/+2
* zimports for all of test/Mike Bayer2019-01-051-52/+41
* step 1, straight black -l 79 runMike Bayer2019-01-051-256/+402
* Don't include AliasedClass when pickling optionsMike Bayer2018-03-051-1/+32
* Add an identity_token to the identity keyMike Bayer2017-12-221-0/+34
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-119/+114
* Add missing items to collection.__getstate__Mike Bayer2016-11-141-0/+31
* - Mapped state internals have been reworked to allow for a 50% reductionMike Bayer2015-02-181-0/+31
* python2 pickle here failsMike Bayer2013-10-251-0/+3
* - merge ticket_1418 branch, [ticket:1418]Mike Bayer2013-10-061-1/+1
* - the raw 2to3 runMike Bayer2013-04-271-6/+6
* - add support for integer indexes and slices to PathRegistryMike Bayer2012-10-111-36/+4
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-8/+8
* -whitespace bonanza, contdMike Bayer2012-07-281-13/+13
* - [feature] The of_type() construct on attributesMike Bayer2012-06-201-6/+8
* - [bug] Fixed bug whereby objects usingMike Bayer2012-03-051-0/+68
* - [bug] Raise an exception if xyzload_all() isMike Bayer2012-01-281-6/+17
* - [bug] ensure pickleability of all ORM exceptionsMike Bayer2012-01-111-0/+15
* - 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-4/+5
* - move _fixtures to work via the normal methods of _base.MappedTest, convertMike Bayer2011-03-261-107/+136
* - remove @testing.resolve_artifact_names, replace with direct attributeMike Bayer2011-03-261-13/+56
* indent the string hereMike Bayer2011-03-261-1/+1
* - add support for pickling with mutable scalars, mutable compositesMike Bayer2011-01-021-2/+4
* - whitespace removal bonanzaMike Bayer2011-01-021-26/+26
* - inlinings and callcount reductionsMike Bayer2010-12-121-1/+29
* - sqlalchemy.test and nose plugin moves back to being entirelyMike Bayer2010-11-281-4/+4
|\
| * - move sqlalchemy.test to test.libMike Bayer2010-11-151-4/+4
* | [ticket:1966] implementationMike Bayer2010-11-151-1/+1
|/
* - fixed __setstate__ method of CollectionAdapter to notMike Bayer2010-05-131-1/+44
* - To accomodate the fact that there are now two kinds of eagerMike Bayer2010-03-241-3/+3
* - The official name for the relation() function is nowMike Bayer2010-03-171-10/+10
* clean up some skips, added skip for sqlite + python2Mike Bayer2010-02-211-0/+2
* lessons learned unpickling from an 0.5 cacheMike Bayer2010-01-191-1/+54
* - raise error when unpickling non-mapped state, [ticket:1610]Mike Bayer2010-01-171-2/+19
* NamedTuple is pickleable ! no really with all the protocols too !Mike Bayer2010-01-131-1/+20
* - merge() will not issue a needless merge of attributes if theMike Bayer2010-01-101-3/+32
* deprecations per [ticket:1498]:Mike Bayer2009-10-151-2/+0
* merge 0.6 series to trunk.Mike Bayer2009-08-061-5/+4
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-0/+194