summaryrefslogtreecommitdiff
path: root/test/ext/test_serializer.py
Commit message (Expand)AuthorAgeFilesLines
* Try running pyupgrade on the codeFederico Caselli2022-11-161-2/+0
* reconcile Mapper properties ordering against mapped TableMike Bayer2022-10-251-5/+4
* establish mypy / typing approach for v2.0Mike Bayer2022-02-131-1/+1
* Clean up most py3k compatFederico Caselli2021-11-241-13/+4
* Modernize tests - session_query_getGord Thompson2021-10-281-1/+1
* Modernize tests - calling_mapper_directlyGord Thompson2021-09-301-3/+2
* remove more bound metadataMike Bayer2021-01-051-3/+2
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-3/+3
* Unify Query and select() , move all processing to compile phaseMike Bayer2020-05-241-4/+6
* Pass connection to TablesTest.insert_data()Mike Bayer2020-04-151-4/+5
* Alter unique bound parameter key on deserializeMike Bayer2020-01-101-3/+55
* Don't apply aliasing + adaption for simple relationship joinsMike Bayer2019-12-191-1/+0
* Post black reformattingMike Bayer2019-01-061-27/+23
* Run black -l 79 against all source filesMike Bayer2019-01-061-93/+181
* Improve serializer behaviorMike Bayer2017-03-141-16/+32
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-33/+36
* - more pg8000 tests passingMike Bayer2014-07-251-2/+2
* - Fixed bug which prevented the ``serializer`` extension from workingMike Bayer2013-11-211-3/+21
* - just comment out this test, we may have to figure out if the wholeMike Bayer2013-10-211-12/+13
* - Removed some now unneeded version checks [ticket:2829] courtesy alex gaynorMike Bayer2013-09-221-2/+0
* turn this requirement back down as the simpler serialize works better nowMike Bayer2013-06-171-1/+1
* - skip this test for py3k. serializer kind of a bustMike Bayer2013-06-141-1/+1
* fix serializer tests. something is wrong with non-C pickle but for some reas...Mike Bayer2013-05-261-5/+4
* merge defaultMike Bayer2013-05-011-0/+3
|\
| * - disable tests failing with pypy2, [ticket:2719]Mike Bayer2013-05-011-0/+3
* | - the raw 2to3 runMike Bayer2013-04-271-7/+7
|/
* Fixes to the ``sqlalchemy.ext.serializer`` extension, includingMike Bayer2013-04-261-28/+44
* skip this test for PG, jenkins having failures only when the full suite is runMike Bayer2013-03-021-0/+2
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-5/+5
* 2.5 compatMike Bayer2012-06-231-0/+3
* another pypy skipMike Bayer2012-04-241-1/+2
* adjust some test exclusionsMike Bayer2012-04-241-1/+2
* many fixes but still can't get heuristics to work as well as what's existing,Mike Bayer2012-02-111-7/+12
* Exclude serializer test on pypy. Problem in pickle.Michael Trier2011-04-241-0/+2
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-4/+4
* - 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
* | - merge 2-arg form of query.join(), [ticket:1923]Mike Bayer2010-11-261-2/+2
* | [ticket:1966] implementationMike Bayer2010-11-151-2/+2
|/
* tidy test/base, test/ex, test/extMike Bayer2010-07-111-83/+86
* - To accomodate the fact that there are now two kinds of eagerMike Bayer2010-03-241-2/+2
* - The official name for the relation() function is nowMike Bayer2010-03-171-2/+2
* - make frozendict serializableMike Bayer2010-01-281-10/+10
* merge 0.6 series to trunk.Mike Bayer2009-08-061-2/+0
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-0/+144