summaryrefslogtreecommitdiff
path: root/test/ext
Commit message (Expand)AuthorAgeFilesLines
...
* - [bug] Declarative can now propagate a columnMike Bayer2012-08-151-0/+24
* - adjustments for py3.3 unit tests, [ticket:2542]Mike Bayer2012-08-112-3/+3
* - reorganization of declarative such that file sizes are managable again.Mike Bayer2012-08-056-14/+236
* -whitespace bonanza, contdMike Bayer2012-07-285-58/+58
* - with InstanceState more public, underscore all its methodsMike Bayer2012-07-181-8/+8
* - a big renaming of all the _Underscore classes to haveMike Bayer2012-07-171-4/+4
* - express most of the orm.util functions in terms of the inspection systemMike Bayer2012-07-161-3/+3
* - [bug] Fixed bug mostly local to newMike Bayer2012-07-141-26/+92
* - [moved] The InstrumentationManager interfaceMike Bayer2012-06-241-0/+485
* 2.5 compatMike Bayer2012-06-231-0/+3
* dbs like oracle can't handle these tests since we aren't applying a sequenceMike Bayer2012-06-161-0/+3
* get __clause_element__ for remote()/foreign() annotation, [ticket:2493]Mike Bayer2012-05-241-0/+23
* - [bug] Fixed bug in declarativeMike Bayer2012-05-242-2/+57
* ignore columns that don't resolve here either.Mike Bayer2012-05-191-0/+26
* - reorganize the usage of __mapper_args__ so that it's onlyMike Bayer2012-05-181-0/+31
* fix mysqlMike Bayer2012-05-171-1/+3
* - [feature] The "deferred declarativeMike Bayer2012-05-171-0/+169
* - add DeferredReflection to declarative itselfMike Bayer2012-05-174-2160/+2288
* another pypy skipMike Bayer2012-04-241-1/+2
* adjust some test exclusionsMike Bayer2012-04-241-1/+2
* fix import hereMike Bayer2012-04-241-5/+5
* - remove sqlsoup [ticket:2262]Mike Bayer2012-04-241-447/+0
* - merged #1401 branch from bitbucketMike Bayer2012-04-222-7/+34
|\
| * - move create_lazy_clause() to relationshipsMike Bayer2012-04-011-0/+22
| * many fixes but still can't get heuristics to work as well as what's existing,Mike Bayer2012-02-111-7/+12
* | - [bug] Fixed bug which would preventMike Bayer2012-04-011-4/+28
|/
* another py3k fixMike Bayer2012-01-281-0/+4
* - [bug] Fixed bug where unpickled object didn'tMike Bayer2012-01-281-5/+27
* - [bug] Fixed regression from 0.7.4 wherebyMike Bayer2012-01-281-1/+18
* - [bug] implemented standard "can't set attribute" /Mike Bayer2012-01-271-6/+26
* - [feature] Added "class_registry" argument toMike Bayer2011-12-281-0/+17
* - [bug] Fixed bug whereby hybrid_property didn'tMike Bayer2011-12-111-1/+46
* - [bug] the @compiles decorator raises anMike Bayer2011-12-061-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
* - [bug] the value of a composite attribute is nowMike Bayer2011-10-261-7/+36
* 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
* - Changed the update() method on association proxyMike Bayer2011-09-141-2/+62
* - New event hook, MapperEvents.after_configured().Mike Bayer2011-09-101-34/+82
* - Fixed bug whereby if __eq__() wasMike Bayer2011-09-091-0/+6
* - rewrite the docs for association proxy using declarative, add new examples,...Mike Bayer2011-08-051-2/+29
* - Added an informative error message whenMike Bayer2011-07-211-0/+35
* - Fixed bug in the mutable extension wherebyMike Bayer2011-07-011-0/+18
* - Fixed bug in the mutable extension wherebyMike Bayer2011-06-301-1/+4
* - Fixed declarative bug where a class inheritingMike Bayer2011-06-141-3/+16
* - Repaired new "mutable" extension to propagateMike Bayer2011-06-041-3/+107
* py3k test fixMike Bayer2011-05-141-2/+1
* - Fixed bugs in sqlalchemy.ext.mutable extension whereMike Bayer2011-05-141-1/+26