summaryrefslogtreecommitdiff
path: root/test/ext/test_declarative.py
Commit message (Expand)AuthorAgeFilesLines
* - reorganization of declarative such that file sizes are managable again.Mike Bayer2012-08-051-1438/+0
* -whitespace bonanza, contdMike Bayer2012-07-281-15/+15
* get __clause_element__ for remote()/foreign() annotation, [ticket:2493]Mike Bayer2012-05-241-0/+23
* - add DeferredReflection to declarative itselfMike Bayer2012-05-171-2160/+0
* - move create_lazy_clause() to relationshipsMike Bayer2012-04-011-0/+22
* - [bug] Fixed regression from 0.7.4 wherebyMike Bayer2012-01-281-1/+18
* - [feature] Added "class_registry" argument toMike Bayer2011-12-281-0/+17
* - [bug] __table_args__ can now be passed asMike Bayer2011-12-041-0/+14
* - [bug] Fixed bug whereby column_property() createdMike Bayer2011-12-031-2/+4
* - [bug] Fixed bug whereby a subclass of a subclassMike Bayer2011-10-281-13/+58
* fix this for oracleMike Bayer2011-10-151-5/+10
* warn when a subclass' base uses @declared_attr for a regular column -Mike Bayer2011-09-261-0/+21
* - New event hook, MapperEvents.after_configured().Mike Bayer2011-09-101-34/+82
* - Added an informative error message whenMike Bayer2011-07-211-0/+35
* - Fixed declarative bug where a class inheritingMike Bayer2011-06-141-3/+16
* - move all the comments that got shoved below the fixture grabs back upMike Bayer2011-03-271-0/+4
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-80/+80
* Fix 3 errors in py32, from patch from lsblakk. There are still 8 failures. Se...Taavi Burns2011-03-161-3/+5
* Pulling 32d2b5d1962961b4134463becdd988888f797e90 onto default from rel_0_6Taavi Burns2011-03-151-1/+1
* - Arguments in __mapper_args__ that aren't "hashable"Mike Bayer2011-03-141-0/+21
* - the dictionary at the end of the __table_args__Mike Bayer2011-02-171-9/+7
* add a close to this as PG appears to be hangingMike Bayer2011-02-141-0/+1
* - Fixed regression whereby composite() withMike Bayer2011-02-141-1/+62
* - Added an explicit check for the case that the nameMike Bayer2011-02-121-0/+21
* - Fixed bug where "middle" class in a polymorphic hierarchyMike Bayer2011-02-021-1/+2
* - whitespace removal bonanzaMike Bayer2011-01-021-96/+96
* - remove OrderedSet usage from a critical areaMike Bayer2010-12-221-1/+1
* - sqlalchemy.test and nose plugin moves back to being entirelyMike Bayer2010-11-281-4/+4
|\
| * merge tipMike Bayer2010-11-181-1/+31
| |\
| * | - move sqlalchemy.test to test.libMike Bayer2010-11-151-4/+4
* | | - merge mapper simpler compile branch, [ticket:1966]Mike Bayer2010-11-261-19/+19
|\ \ \
| * \ \ merge tipMike Bayer2010-11-181-1/+31
| |\ \ \ | | | |/ | | |/|
| * | | [ticket:1966] implementationMike Bayer2010-11-151-18/+18
| | |/ | |/|
* | | - merge metadata/schema/declarative branch, [ticket:1893]Mike Bayer2010-11-201-0/+32
|\ \ \
| * \ \ merge tipMike Bayer2010-11-181-1/+31
| |\ \ \ | | | |/ | | |/|
| * | | [ticket:1893] implementationMike Bayer2010-11-151-0/+32
| | |/ | |/|
* | | - merge reverse inheriting col order, [ticket:1892]Mike Bayer2010-11-201-11/+67
|\ \ \
| * | | - the ordering of columns in a multi-column property now is inMike Bayer2010-11-201-11/+67
| | |/ | |/|
* | | - repair remaining testsMike Bayer2010-11-201-35/+21
|/ /
* | - An error is raised if __table_args__ is not in tupleMike Bayer2010-11-171-1/+31
|/
* - A mixin can now specify a column that overridesMike Bayer2010-10-211-0/+21
* warn when two classes with the same name end up in the declarative registryChris Withers2010-10-061-5/+20
* - add additional logic that duplicates mapper's prop.copy(); prop.columns.app...Mike Bayer2010-10-011-2/+87
* - Fixed bug whereby columns on a mixin wouldn't propagateMike Bayer2010-09-281-0/+31
* @mapperproperty -> @declared_attrMike Bayer2010-09-271-37/+37
* - @classproperty 's official name/location for usageMike Bayer2010-09-251-32/+75
* - @classproperty (soon/now @mapperproperty) takes effect forMike Bayer2010-09-201-5/+49
* - fix test_single test to use default dialectMike Bayer2010-09-151-5/+8
* - The include_properties and exclude_properties argumentsMike Bayer2010-08-301-0/+35
* - Fixed bug where "Can't add additional column" messageMike Bayer2010-08-021-6/+7