| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - [bug] Fixed regression from 0.7.4 whereby | Mike Bayer | 2012-01-28 | 1 | -1/+18 |
| * | - [bug] implemented standard "can't set attribute" / | Mike Bayer | 2012-01-27 | 1 | -6/+26 |
| * | - [feature] Added "class_registry" argument to | Mike Bayer | 2011-12-28 | 1 | -0/+17 |
| * | - [bug] Fixed bug whereby hybrid_property didn't | Mike Bayer | 2011-12-11 | 1 | -1/+46 |
| * | - [bug] the @compiles decorator raises an | Mike Bayer | 2011-12-06 | 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 |
| * | - [bug] the value of a composite attribute is now | Mike Bayer | 2011-10-26 | 1 | -7/+36 |
| * | 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 |
| * | - Changed the update() method on association proxy | Mike Bayer | 2011-09-14 | 1 | -2/+62 |
| * | - New event hook, MapperEvents.after_configured(). | Mike Bayer | 2011-09-10 | 1 | -34/+82 |
| * | - Fixed bug whereby if __eq__() was | Mike Bayer | 2011-09-09 | 1 | -0/+6 |
| * | - rewrite the docs for association proxy using declarative, add new examples,... | Mike Bayer | 2011-08-05 | 1 | -2/+29 |
| * | - Added an informative error message when | Mike Bayer | 2011-07-21 | 1 | -0/+35 |
| * | - Fixed bug in the mutable extension whereby | Mike Bayer | 2011-07-01 | 1 | -0/+18 |
| * | - Fixed bug in the mutable extension whereby | Mike Bayer | 2011-06-30 | 1 | -1/+4 |
| * | - Fixed declarative bug where a class inheriting | Mike Bayer | 2011-06-14 | 1 | -3/+16 |
| * | - Repaired new "mutable" extension to propagate | Mike Bayer | 2011-06-04 | 1 | -3/+107 |
| * | py3k test fix | Mike Bayer | 2011-05-14 | 1 | -2/+1 |
| * | - Fixed bugs in sqlalchemy.ext.mutable extension where | Mike Bayer | 2011-05-14 | 1 | -1/+26 |
| * | - hardcore force every connection into a strong-referenced set, rollback on e... | Mike Bayer | 2011-04-25 | 1 | -4/+5 |
| * | Exclude serializer test on pypy. Problem in pickle. | Michael Trier | 2011-04-24 | 1 | -0/+2 |
| * | - add some function examples, [ticket:2107] | Mike Bayer | 2011-04-02 | 1 | -1/+34 |
| * | - do a close() here so that objects are guaranteed loaded new | Mike Bayer | 2011-03-27 | 1 | -0/+1 |
| * | - move all the comments that got shoved below the fixture grabs back up | Mike Bayer | 2011-03-27 | 2 | -0/+5 |
| * | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 9 | -109/+110 |
| * | - move all the setup_classes(cls) and setup_mappers(cls) to use a | Mike Bayer | 2011-03-27 | 1 | -4/+4 |
| * | - remove @testing.resolve_artifact_names, replace with direct attribute | Mike Bayer | 2011-03-26 | 2 | -25/+56 |
| * | this test fails on PyPy because it checks for a lastrowid after the connectio... | Alex Gaynor | 2011-03-16 | 1 | -3/+3 |
| * | 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 |
| * | - Association proxy now has correct behavior for | Mike Bayer | 2011-02-13 | 1 | -48/+117 |
| * | - Added an explicit check for the case that the name | Mike Bayer | 2011-02-12 | 1 | -0/+21 |
| * | make it more explicit in tests which dialect we want to use for things | Mike Bayer | 2011-02-11 | 2 | -0/+6 |
| * | - The compiler extension now supports overriding the default | Mike Bayer | 2011-02-09 | 1 | -32/+67 |
| * | - Fixed bug where "middle" class in a polymorphic hierarchy | Mike Bayer | 2011-02-02 | 1 | -1/+2 |
| * | - Horizontal shard query places 'shard_id' in | Mike Bayer | 2011-01-23 | 1 | -10/+32 |
| * | - tests for hybrid | Mike Bayer | 2011-01-17 | 1 | -100/+238 |
| * | - oracle fixes | Mike Bayer | 2011-01-15 | 1 | -5/+5 |
| * | - add support for pickling with mutable scalars, mutable composites | Mike Bayer | 2011-01-02 | 1 | -13/+60 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 7 | -160/+158 |
| * | - add length to varchars | Mike Bayer | 2010-12-31 | 1 | -2/+2 |
| * | - removes the "on_" prefix. | Mike Bayer | 2010-12-30 | 1 | -3/+3 |
| * | - they don't want "on_". First step, change the naming convention on Events | Mike Bayer | 2010-12-30 | 1 | -4/+4 |