summaryrefslogtreecommitdiff
path: root/test/ext
Commit message (Expand)AuthorAgeFilesLines
...
* - [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
* - hardcore force every connection into a strong-referenced set, rollback on e...Mike Bayer2011-04-251-4/+5
* Exclude serializer test on pypy. Problem in pickle.Michael Trier2011-04-241-0/+2
* - add some function examples, [ticket:2107]Mike Bayer2011-04-021-1/+34
* - do a close() here so that objects are guaranteed loaded newMike Bayer2011-03-271-0/+1
* - move all the comments that got shoved below the fixture grabs back upMike Bayer2011-03-272-0/+5
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-279-109/+110
* - move all the setup_classes(cls) and setup_mappers(cls) to use aMike Bayer2011-03-271-4/+4
* - remove @testing.resolve_artifact_names, replace with direct attributeMike Bayer2011-03-262-25/+56
* this test fails on PyPy because it checks for a lastrowid after the connectio...Alex Gaynor2011-03-161-3/+3
* 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
* - Association proxy now has correct behavior forMike Bayer2011-02-131-48/+117
* - Added an explicit check for the case that the nameMike Bayer2011-02-121-0/+21
* make it more explicit in tests which dialect we want to use for thingsMike Bayer2011-02-112-0/+6
* - The compiler extension now supports overriding the defaultMike Bayer2011-02-091-32/+67
* - Fixed bug where "middle" class in a polymorphic hierarchyMike Bayer2011-02-021-1/+2
* - Horizontal shard query places 'shard_id' inMike Bayer2011-01-231-10/+32
* - tests for hybridMike Bayer2011-01-171-100/+238
* - oracle fixesMike Bayer2011-01-151-5/+5
* - add support for pickling with mutable scalars, mutable compositesMike Bayer2011-01-021-13/+60
* - whitespace removal bonanzaMike Bayer2011-01-027-160/+158
* - add length to varcharsMike Bayer2010-12-311-2/+2
* - removes the "on_" prefix.Mike Bayer2010-12-301-3/+3
* - they don't want "on_". First step, change the naming convention on EventsMike Bayer2010-12-301-4/+4