| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Fixed shard_id argument on ShardedSession.execute(). | Mike Bayer | 2008-12-28 | 1 | -2/+7 |
| * | - Class-bound accessor can be used as the argument to | Mike Bayer | 2008-12-27 | 1 | -0/+3 |
| * | unit tests in 0.5 revealed the proper way to do this | Mike Bayer | 2008-12-27 | 1 | -2/+2 |
| * | - Added ScopedSession.is_active accessor. [ticket:976] | Mike Bayer | 2008-12-27 | 1 | -1/+1 |
| * | Fixed up misspelling of propagate throughout. | Michael Trier | 2008-11-10 | 2 | -2/+2 |
| * | - Fixed bug in composite types which prevented a primary-key | Mike Bayer | 2008-11-05 | 1 | -2/+2 |
| * | - Fixed RLock-related bug in mapper which could deadlock upon | Mike Bayer | 2008-11-05 | 1 | -15/+17 |
| * | - Fixed 0.4-only bug preventing composite columns | Mike Bayer | 2008-10-21 | 1 | -1/+1 |
| * | - polymorphic_union() function respects the "key" of each | Mike Bayer | 2008-10-21 | 1 | -3/+3 |
| * | - Added label() method to InstrumentedAttribute | Mike Bayer | 2008-09-17 | 1 | -0/+3 |
| * | - Changes made to new, dirty and deleted | Mike Bayer | 2008-09-09 | 1 | -5/+9 |
| * | - Fixed bug regarding inherit_condition passed | Mike Bayer | 2008-08-08 | 1 | -2/+3 |
| * | - added an extremely rudimental set of python 2.3 compatible tests. theserel_0_4_7p1 | Mike Bayer | 2008-07-31 | 1 | -2/+2 |
| * | - Added "add()" and "add_all()" to scoped_session | Mike Bayer | 2008-07-27 | 1 | -1/+1 |
| * | - added add() and add_all() methods to Session,rel_0_4_7 | Mike Bayer | 2008-07-26 | 1 | -0/+17 |
| * | - Class-bound attributes sent as arguments to | Mike Bayer | 2008-07-26 | 1 | -4/+6 |
| * | - A critical fix to dynamic relations allows the | Mike Bayer | 2008-07-19 | 1 | -25/+29 |
| * | - Added a new SessionExtension hook called after_attach(). | Mike Bayer | 2008-07-19 | 1 | -0/+6 |
| * | - Removed erroneous 'self' reference when raising | Mike Bayer | 2008-07-14 | 1 | -2/+2 |
| * | - Merged 0.5's declarative behavior such that all | Mike Bayer | 2008-07-09 | 1 | -1/+6 |
| * | merged r4861, session.is_active, from trunk | Mike Bayer | 2008-06-17 | 1 | -1/+7 |
| * | - the enable_typechecks=False setting on relation() | Mike Bayer | 2008-06-12 | 2 | -8/+9 |
| * | added some docstrings and some deprecations | Mike Bayer | 2008-06-09 | 2 | -17/+22 |
| * | - Query.count() will take single-table inheritance | Mike Bayer | 2008-06-04 | 1 | -5/+22 |
| * | - fixed bug preventing merge() from functioning in | Mike Bayer | 2008-06-03 | 2 | -2/+5 |
| * | - The contains() operator when used with many-to-many | Mike Bayer | 2008-06-01 | 2 | -2/+6 |
| * | - repaired single table inheritance such that yourel_0_4_6 | Mike Bayer | 2008-05-10 | 1 | -2/+4 |
| * | back-merged current 0.4 trunk into rel_0_4 branch, which will become the 0.4 ... | Mike Bayer | 2008-05-09 | 17 | -4992/+7566 |
| * | - fixed clause_element/expression_element change from preivous checkin | Mike Bayer | 2007-07-26 | 3 | -2/+12 |
| * | - removed the ridiculous AbstractDialect do-nothing class | Mike Bayer | 2007-07-25 | 1 | -19/+18 |
| * | Really finish proxied list methods. Either these last couple (count, remove, ... | Jason Kirtland | 2007-07-25 | 1 | -1/+4 |
| * | add checks for well-formed ColumnProperty. fixes #683 | Jonathan Ellis | 2007-07-25 | 1 | -0/+7 |
| * | - added unittest for sharding module | Mike Bayer | 2007-07-25 | 3 | -143/+310 |
| * | - added has(), like any() but for scalars | Mike Bayer | 2007-07-24 | 4 | -21/+74 |
| * | - deprecated scalar=True argument on select(). its replaced | Mike Bayer | 2007-07-24 | 1 | -2/+2 |
| * | - ColumnCollection (i.e. the 'c' attribute on tables) follows dictionary | Mike Bayer | 2007-07-24 | 1 | -1/+1 |
| * | - a rudimental sharding (horizontal scaling) system is introduced. This system | Mike Bayer | 2007-07-24 | 5 | -39/+166 |
| * | deprecated extra arguments on instances() | Mike Bayer | 2007-07-23 | 1 | -17/+3 |
| * | removed methods instance_key(), identity_key(), identity() | Mike Bayer | 2007-07-23 | 3 | -22/+6 |
| * | - joined-table inheritance will now generate the primary key | Mike Bayer | 2007-07-23 | 1 | -51/+65 |
| * | removed small cruftlet | Mike Bayer | 2007-07-22 | 1 | -4/+0 |
| * | - fix to _CalculatedClause._copy_internals() behavior so that ClauseAdapter w... | Mike Bayer | 2007-07-22 | 3 | -189/+249 |
| * | - got self-referential query.join()/query.outerjoin() to work. | Mike Bayer | 2007-07-22 | 3 | -69/+70 |
| * | filter_by([joinpath], ...) is gone. join([path], aliased=True) replaces it, ... | Mike Bayer | 2007-07-22 | 1 | -21/+29 |
| * | Queries now __str__ as their statement | Jason Kirtland | 2007-07-21 | 1 | -0/+3 |
| * | - added query.populate_existing().. - marks the query to reload | Mike Bayer | 2007-07-20 | 4 | -26/+76 |
| * | implemented Class.any(criterion) | Mike Bayer | 2007-07-20 | 2 | -0/+16 |
| * | - Eager loading now functions at any arbitrary depth along self-referential | Mike Bayer | 2007-07-20 | 5 | -79/+129 |
| * | Remove unused imports, typo and light formatting tweaks. | Jason Kirtland | 2007-07-19 | 9 | -33/+42 |
| * | - all "type" keyword arguments, such as those to bindparam(), column(), | Mike Bayer | 2007-07-19 | 6 | -16/+17 |