summaryrefslogtreecommitdiff
path: root/test/orm/test_selectable.py
Commit message (Expand)AuthorAgeFilesLines
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-4/+4
* Use roles for ORM alias() conversionMike Bayer2019-05-271-3/+1
* Implement relationship to AliasedClass; deprecate non primary mappersMike Bayer2019-01-251-2/+2
* Post black reformattingMike Bayer2019-01-061-5/+12
* Run black -l 79 against all source filesMike Bayer2019-01-061-11/+21
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-10/+7
* - The :func:`~.expression.column` and :func:`~.expression.table`Mike Bayer2014-09-011-4/+5
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-5/+5
* -whitespace bonanza, contdMike Bayer2012-07-281-1/+1
* - Fixed bug regarding calculation of "from" listMike Bayer2011-09-051-1/+0
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-2/+2
* - move all the setup_classes(cls) and setup_mappers(cls) to use aMike Bayer2011-03-271-1/+1
* - remove @testing.resolve_artifact_names, replace with direct attributeMike Bayer2011-03-261-4/+8
* - whitespace removal bonanzaMike Bayer2011-01-021-2/+2
* - mappers can be created against select() constructs, or others,Mike Bayer2010-11-281-7/+22
* - move sqlalchemy.test to test.libMike Bayer2010-11-151-4/+4
* - mapping to a select() construct now requires that youMike Bayer2009-10-151-3/+7
* merge 0.6 series to trunk.Mike Bayer2009-08-061-3/+2
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-0/+55