| Commit message (Expand) | Author | Age | Files | Lines |
| * | yikes, change that name on the Alias class too | Mike Bayer | 2011-01-30 | 1 | -6/+6 |
| * | - Added a `name` argument to `Query.subquery()`, to allow | Mike Bayer | 2011-01-30 | 2 | -38/+91 |
| * | - Column.copy(), as used in table.tometadata(), copies the | Mike Bayer | 2011-01-30 | 1 | -0/+1 |
| * | fix this to work on 2.4 | Mike Bayer | 2011-01-26 | 1 | -7/+4 |
| * | - New DBAPI support for pymysql, a pure Python port | Mike Bayer | 2011-01-26 | 5 | -9/+49 |
| * | - new dialect for Drizzle [ticket:2003] | Mike Bayer | 2011-01-26 | 9 | -169/+880 |
| * | - fix oracle tests | Mike Bayer | 2011-01-25 | 1 | -2/+6 |
| * | - Horizontal shard query places 'shard_id' in | Mike Bayer | 2011-01-23 | 1 | -0/+2 |
| * | and try that again..... | Mike Bayer | 2011-01-20 | 1 | -3/+2 |
| * | - use types.MethodType here for python3 compat | Mike Bayer | 2011-01-20 | 1 | -3/+3 |
| * | rename 'frozendict' to 'immutabledict', since 'frozen' implies hashability | Mike Bayer | 2011-01-20 | 8 | -17/+17 |
| * | typos | Mike Bayer | 2011-01-18 | 1 | -2/+2 |
| * | - Session.connection(), Session.execute() accept 'bind', | Mike Bayer | 2011-01-18 | 2 | -59/+93 |
| * | - Session.merge() will check the version id of the incoming | Mike Bayer | 2011-01-18 | 1 | -0/+28 |
| * | - move maxdb notes from wiki to the maxdb module | Mike Bayer | 2011-01-18 | 2 | -6/+60 |
| * | - tests for hybrid | Mike Bayer | 2011-01-17 | 5 | -121/+375 |
| * | - execution_options() on Connection accepts | Mike Bayer | 2011-01-16 | 6 | -29/+88 |
| * | - default_isolation_level is equal to isolation_level since it's | Mike Bayer | 2011-01-16 | 1 | -4/+4 |
| * | - add dialect.reset_isolation_level(), reverts | Mike Bayer | 2011-01-16 | 2 | -0/+26 |
| * | - factor consistent set_isolation_level(), get_isolation_level() | Mike Bayer | 2011-01-16 | 3 | -30/+75 |
| * | - oracle fixes | Mike Bayer | 2011-01-15 | 1 | -1/+1 |
| * | Regarding reflection for this case, reflection of an int PK col | Mike Bayer | 2011-01-15 | 3 | -1/+4 |
| * | - getting slightly more consistent behavior for the edge case of pk columns | Mike Bayer | 2011-01-15 | 8 | -38/+58 |
| * | - allow aliased() to call .alias() on a selectable, [ticket:2018] | Mike Bayer | 2011-01-15 | 2 | -1/+7 |
| * | - composite now relates to its parent class in terms of MapperProperty, | Mike Bayer | 2011-01-15 | 1 | -18/+41 |
| * | - the _pk_processors/_prefetch_processors approach relied upon calling RPs wi... | Mike Bayer | 2011-01-15 | 5 | -50/+43 |
| * | QueryableAttribute can stringify itself without triggering a mapper compile. ... | Mike Bayer | 2011-01-12 | 2 | -2/+2 |
| * | - fix reflection of unknown types with arguments, NullType() accepts no argum... | Mike Bayer | 2011-01-12 | 1 | -4/+4 |
| * | - dont count server_default absense as part of autoincrement, PG | Mike Bayer | 2011-01-12 | 2 | -4/+6 |
| * | - rename hybrid.property_, hybrid.method to hybrid_property, hybrid_method. ... | Mike Bayer | 2011-01-12 | 1 | -7/+7 |
| * | - add a note about query.order_by(None) with union etc. clarifies [ticket:2022] | Mike Bayer | 2011-01-12 | 1 | -1/+8 |
| * | - A TypeDecorator of Integer can be used with a primary key | Mike Bayer | 2011-01-11 | 10 | -50/+73 |
| * | crappy docs, lets try that again | Mike Bayer | 2011-01-08 | 2 | -13/+13 |
| * | - merge r43460573c27a:4993c7eae8e5d117ff342bdc59f3b0635b898e2c of 0.6 branch | Mike Bayer | 2011-01-08 | 5 | -1/+77 |
| * | - Fixed bug regarding "subqueryload" strategy whereby | Mike Bayer | 2011-01-06 | 1 | -0/+14 |
| * | - The Index() construct can be created inline with a Table | Mike Bayer | 2011-01-04 | 2 | -34/+66 |
| * | - sorry, I really don't want metaclass recipes in the main documentation. D... | Mike Bayer | 2011-01-04 | 1 | -74/+0 |
| * | - Fixed bug whereby "passive_deletes='all'" wasn't passing | Mike Bayer | 2011-01-04 | 2 | -8/+11 |
| * | - Firebird numeric type now checks for Decimal explicitly, | Mike Bayer | 2011-01-03 | 2 | -3/+4 |
| * | doc updates | Mike Bayer | 2011-01-03 | 1 | -2/+37 |
| * | - add support for pickling with mutable scalars, mutable composites | Mike Bayer | 2011-01-02 | 4 | -114/+398 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 96 | -3403/+3400 |
| * | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 116 | -92/+499 |
| * | - add QueryContext to load(), refresh() | Mike Bayer | 2010-12-31 | 5 | -37/+73 |
| * | - removes the "on_" prefix. | Mike Bayer | 2010-12-30 | 22 | -254/+254 |
| * | - factor out the dependency on the "on_" name | Mike Bayer | 2010-12-30 | 5 | -27/+30 |
| * | - they don't want "on_". First step, change the naming convention on Events | Mike Bayer | 2010-12-30 | 4 | -37/+37 |
| * | - A little more verbiage to the "primaryjoin" error, | Mike Bayer | 2010-12-30 | 1 | -8/+22 |
| * | - mutable examples now move into sqlalchemy.ext.mutable | Mike Bayer | 2010-12-29 | 5 | -49/+332 |
| * | - restore mapper.get_property() to use the _props dict. at the moment | Mike Bayer | 2010-12-28 | 3 | -37/+65 |