summaryrefslogtreecommitdiff
path: root/test/orm/test_defaults.py
Commit message (Expand)AuthorAgeFilesLines
* Use explicit names for mapper _get_clause parametersMike Bayer2021-03-171-12/+12
* remove more bound metadataMike Bayer2021-01-051-9/+8
* upgrade to black 20.8b1Mike Bayer2020-09-281-3/+8
* Include PostgreSQL in trigger test and correct documentation exampleRamonWill2020-08-311-5/+46
* Add support for identity columnsFederico Caselli2020-08-191-0/+85
* ORM executemany returningMike Bayer2020-06-271-31/+51
* Rework combination exclusionsMike Bayer2020-02-101-1/+7
* Support exclusion rules in combinationsMike Bayer2019-11-091-8/+4
* Support for generated columnsCaselIT2019-11-081-0/+175
* Enable F841Mike Bayer2019-06-201-1/+1
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-231-24/+20
* Post black reformattingMike Bayer2019-01-061-5/+8
* Run black -l 79 against all source filesMike Bayer2019-01-061-68/+96
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-27/+26
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-5/+4
* -whitespace bonanza, contdMike Bayer2012-07-281-2/+2
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-5/+5
* - 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-4/+4
* - removes the "on_" prefix.Mike Bayer2010-12-301-4/+4
* new calling style: event.listen(target, identifier, fn)Mike Bayer2010-12-011-4/+4
* - sqlalchemy.test and nose plugin moves back to being entirelyMike Bayer2010-11-281-3/+3
|\
| * - move sqlalchemy.test to test.libMike Bayer2010-11-151-3/+3
* | - move deprecated interfaces down to bottom of TOC, update verbiageMike Bayer2010-11-101-6/+6
|/
* - The official name for the relation() function is nowMike Bayer2010-03-171-1/+1
* - added "ddl" argument to the "on" callable of DDLElement [ticket:1538]Mike Bayer2009-10-121-2/+2
* merge 0.6 series to trunk.Mike Bayer2009-08-061-19/+29
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-0/+133