| Commit message (Expand) | Author | Age | Files | Lines |
* | - reorganization of declarative such that file sizes are managable again. | Mike Bayer | 2012-08-05 | 1 | -1438/+0 |
* | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -15/+15 |
* | get __clause_element__ for remote()/foreign() annotation, [ticket:2493] | Mike Bayer | 2012-05-24 | 1 | -0/+23 |
* | - add DeferredReflection to declarative itself | Mike Bayer | 2012-05-17 | 1 | -2160/+0 |
* | - move create_lazy_clause() to relationships | Mike Bayer | 2012-04-01 | 1 | -0/+22 |
* | - [bug] Fixed regression from 0.7.4 whereby | Mike Bayer | 2012-01-28 | 1 | -1/+18 |
* | - [feature] Added "class_registry" argument to | Mike Bayer | 2011-12-28 | 1 | -0/+17 |
* | - [bug] __table_args__ can now be passed as | Mike Bayer | 2011-12-04 | 1 | -0/+14 |
* | - [bug] Fixed bug whereby column_property() created | Mike Bayer | 2011-12-03 | 1 | -2/+4 |
* | - [bug] Fixed bug whereby a subclass of a subclass | Mike Bayer | 2011-10-28 | 1 | -13/+58 |
* | fix this for oracle | Mike Bayer | 2011-10-15 | 1 | -5/+10 |
* | warn when a subclass' base uses @declared_attr for a regular column - | Mike Bayer | 2011-09-26 | 1 | -0/+21 |
* | - New event hook, MapperEvents.after_configured(). | Mike Bayer | 2011-09-10 | 1 | -34/+82 |
* | - Added an informative error message when | Mike Bayer | 2011-07-21 | 1 | -0/+35 |
* | - Fixed declarative bug where a class inheriting | Mike Bayer | 2011-06-14 | 1 | -3/+16 |
* | - move all the comments that got shoved below the fixture grabs back up | Mike Bayer | 2011-03-27 | 1 | -0/+4 |
* | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -80/+80 |
* | Fix 3 errors in py32, from patch from lsblakk. There are still 8 failures. Se... | Taavi Burns | 2011-03-16 | 1 | -3/+5 |
* | Pulling 32d2b5d1962961b4134463becdd988888f797e90 onto default from rel_0_6 | Taavi Burns | 2011-03-15 | 1 | -1/+1 |
* | - Arguments in __mapper_args__ that aren't "hashable" | Mike Bayer | 2011-03-14 | 1 | -0/+21 |
* | - the dictionary at the end of the __table_args__ | Mike Bayer | 2011-02-17 | 1 | -9/+7 |
* | add a close to this as PG appears to be hanging | Mike Bayer | 2011-02-14 | 1 | -0/+1 |
* | - Fixed regression whereby composite() with | Mike Bayer | 2011-02-14 | 1 | -1/+62 |
* | - Added an explicit check for the case that the name | Mike Bayer | 2011-02-12 | 1 | -0/+21 |
* | - Fixed bug where "middle" class in a polymorphic hierarchy | Mike Bayer | 2011-02-02 | 1 | -1/+2 |
* | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -96/+96 |
* | - remove OrderedSet usage from a critical area | Mike Bayer | 2010-12-22 | 1 | -1/+1 |
* | - sqlalchemy.test and nose plugin moves back to being entirely | Mike Bayer | 2010-11-28 | 1 | -4/+4 |
|\ |
|
| * | merge tip | Mike Bayer | 2010-11-18 | 1 | -1/+31 |
| |\ |
|
| * | | - move sqlalchemy.test to test.lib | Mike Bayer | 2010-11-15 | 1 | -4/+4 |
* | | | - merge mapper simpler compile branch, [ticket:1966] | Mike Bayer | 2010-11-26 | 1 | -19/+19 |
|\ \ \ |
|
| * \ \ | merge tip | Mike Bayer | 2010-11-18 | 1 | -1/+31 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | [ticket:1966] implementation | Mike Bayer | 2010-11-15 | 1 | -18/+18 |
| | |/
| |/| |
|
* | | | - merge metadata/schema/declarative branch, [ticket:1893] | Mike Bayer | 2010-11-20 | 1 | -0/+32 |
|\ \ \ |
|
| * \ \ | merge tip | Mike Bayer | 2010-11-18 | 1 | -1/+31 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | [ticket:1893] implementation | Mike Bayer | 2010-11-15 | 1 | -0/+32 |
| | |/
| |/| |
|
* | | | - merge reverse inheriting col order, [ticket:1892] | Mike Bayer | 2010-11-20 | 1 | -11/+67 |
|\ \ \ |
|
| * | | | - the ordering of columns in a multi-column property now is in | Mike Bayer | 2010-11-20 | 1 | -11/+67 |
| | |/
| |/| |
|
* | | | - repair remaining tests | Mike Bayer | 2010-11-20 | 1 | -35/+21 |
|/ / |
|
* | | - An error is raised if __table_args__ is not in tuple | Mike Bayer | 2010-11-17 | 1 | -1/+31 |
|/ |
|
* | - A mixin can now specify a column that overrides | Mike Bayer | 2010-10-21 | 1 | -0/+21 |
* | warn when two classes with the same name end up in the declarative registry | Chris Withers | 2010-10-06 | 1 | -5/+20 |
* | - add additional logic that duplicates mapper's prop.copy(); prop.columns.app... | Mike Bayer | 2010-10-01 | 1 | -2/+87 |
* | - Fixed bug whereby columns on a mixin wouldn't propagate | Mike Bayer | 2010-09-28 | 1 | -0/+31 |
* | @mapperproperty -> @declared_attr | Mike Bayer | 2010-09-27 | 1 | -37/+37 |
* | - @classproperty 's official name/location for usage | Mike Bayer | 2010-09-25 | 1 | -32/+75 |
* | - @classproperty (soon/now @mapperproperty) takes effect for | Mike Bayer | 2010-09-20 | 1 | -5/+49 |
* | - fix test_single test to use default dialect | Mike Bayer | 2010-09-15 | 1 | -5/+8 |
* | - The include_properties and exclude_properties arguments | Mike Bayer | 2010-08-30 | 1 | -0/+35 |
* | - Fixed bug where "Can't add additional column" message | Mike Bayer | 2010-08-02 | 1 | -6/+7 |