| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Fixed SQLite reflection methods so that non-presentrel_0_4 | Mike Bayer | 2009-03-17 | 1 | -5/+10 |
| * | getstate fix | Mike Bayer | 2009-01-29 | 1 | -1/+1 |
| * | - The per-dialect cache used by TypeEngine to cache | Mike Bayer | 2009-01-29 | 1 | -4/+4 |
| * | - Fixed bug which was preventing out params of certain types | Mike Bayer | 2009-01-03 | 1 | -1/+6 |
| * | - 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 |
| * | - NullPool supports reconnect on failure behavior. | Mike Bayer | 2008-12-27 | 1 | -0/+12 |
| * | - postgres | Mike Bayer | 2008-12-23 | 1 | -0/+38 |
| * | - mysql | Mike Bayer | 2008-12-21 | 1 | -1/+1 |
| * | Don't snarf Query docstrings [ticket:1026] | Jason Kirtland | 2008-12-12 | 1 | -1/+2 |
| * | - Connection.invalidate() checks for closed status | Mike Bayer | 2008-12-11 | 1 | -0/+2 |
| * | Handle the mssql port properly. If we're using the SQL Server driver then use... | Michael Trier | 2008-11-10 | 1 | -10/+16 |
| * | Fixed up misspelling of propagate throughout. | Michael Trier | 2008-11-10 | 4 | -4/+4 |
| * | - 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 |
| * | - String's (and Unicode's, UnicodeText's, etc.) convert_unicoderel_0_4_8 | Mike Bayer | 2008-10-12 | 1 | -3/+31 |
| * | Corrected incorrect module name. Fixes #1137. | Michael Trier | 2008-09-26 | 1 | -1/+1 |
| * | remove unused and conflicting "c" format specifier | Mike Bayer | 2008-09-19 | 1 | -3/+0 |
| * | - Supplied a custom strftime() function which | Mike Bayer | 2008-09-19 | 2 | -40/+29 |
| * | - Added label() method to InstrumentedAttribute | Mike Bayer | 2008-09-17 | 1 | -0/+3 |
| * | - column.in_(someselect) can now be used as | Mike Bayer | 2008-09-16 | 1 | -5/+9 |
| * | - Changes made to new, dirty and deleted | Mike Bayer | 2008-09-09 | 1 | -5/+9 |
| * | - added BFILE to the list of reflected types | Mike Bayer | 2008-09-03 | 1 | -0/+1 |
| * | has_sequence() now takes the current "schema" argument into | Mike Bayer | 2008-09-03 | 2 | -4/+8 |
| * | - Added MSMediumInteger type [ticket:1146]. | Mike Bayer | 2008-08-24 | 1 | -2/+29 |
| * | - 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 |
| * | merged select([literal('foo')]) fix from trunk r4933 | Mike Bayer | 2008-07-15 | 1 | -1/+1 |
| * | - Removed erroneous 'self' reference when raising | Mike Bayer | 2008-07-14 | 1 | -2/+2 |
| * | Fixed messed up __init__ in MSSmallDate. Fixes #1040. | Michael Trier | 2008-07-14 | 1 | -1/+1 |
| * | - Merged 0.5's declarative behavior such that all | Mike Bayer | 2008-07-09 | 4 | -1/+27 |
| * | Added PGCidr type to postgres. Closes #1092 | Michael Trier | 2008-07-03 | 1 | -0/+5 |
| * | - add SLFloat type, which matches the SQLite REAL | Mike Bayer | 2008-07-02 | 1 | -1/+14 |
| * | - applied the "reverse" of r4877 from trunk; correct microsecond behavior is ... | Mike Bayer | 2008-06-27 | 1 | -3/+10 |
| * | - The index name generated when you say "index=True" | Mike Bayer | 2008-06-22 | 6 | -10/+21 |
| * | - create_all(), drop_all(), create(), drop() all raise | Mike Bayer | 2008-06-22 | 3 | -5/+22 |
| * | merged r4861, session.is_active, from trunk | Mike Bayer | 2008-06-17 | 1 | -1/+7 |
| * | - Repaired server_side_cursors to properly detect | Mike Bayer | 2008-06-17 | 1 | -1/+4 |
| * | - 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 |