| Commit message (Expand) | Author | Age | Files | Lines |
| * | - The per-dialect cache used by TypeEngine to cache | Mike Bayer | 2009-01-29 | 1 | -1/+11 |
| * | - Fixed bug which was preventing out params of certain types | Mike Bayer | 2009-01-03 | 1 | -4/+4 |
| * | - Fixed shard_id argument on ShardedSession.execute(). | Mike Bayer | 2008-12-28 | 1 | -0/+1 |
| * | - Class-bound accessor can be used as the argument to | Mike Bayer | 2008-12-27 | 1 | -2/+31 |
| * | - NullPool supports reconnect on failure behavior. | Mike Bayer | 2008-12-27 | 2 | -3/+35 |
| * | - postgres | Mike Bayer | 2008-12-23 | 2 | -2/+81 |
| * | Fixed up misspelling of propagate throughout. | Michael Trier | 2008-11-10 | 8 | -8/+8 |
| * | - Fixed bug in composite types which prevented a primary-key | Mike Bayer | 2008-11-05 | 1 | -0/+5 |
| * | - polymorphic_union() function respects the "key" of each | Mike Bayer | 2008-10-21 | 1 | -0/+47 |
| * | - String's (and Unicode's, UnicodeText's, etc.) convert_unicoderel_0_4_8 | Mike Bayer | 2008-10-12 | 1 | -0/+19 |
| * | - Supplied a custom strftime() function which | Mike Bayer | 2008-09-19 | 1 | -15/+25 |
| * | - Added label() method to InstrumentedAttribute | Mike Bayer | 2008-09-17 | 1 | -1/+4 |
| * | - column.in_(someselect) can now be used as | Mike Bayer | 2008-09-16 | 1 | -4/+15 |
| * | added gc.collect() for pypy/jython compat, [ticket:1076] | Mike Bayer | 2008-09-16 | 1 | -0/+4 |
| * | - Changes made to new, dirty and deleted | Mike Bayer | 2008-09-09 | 1 | -0/+30 |
| * | - Added MSMediumInteger type [ticket:1146]. | Mike Bayer | 2008-08-24 | 1 | -0/+15 |
| * | using contextual_connect() so that pool_threadlocal setting has significance | Mike Bayer | 2008-08-10 | 1 | -2/+2 |
| * | added a "live" test of recycle to further ensure #1133 is not valid | Mike Bayer | 2008-08-10 | 2 | -2/+21 |
| * | - Fixed bug regarding inherit_condition passed | Mike Bayer | 2008-08-08 | 1 | -0/+35 |
| * | convert @decorators to old-style function calls for python 2.3's benefit | Jonathan Ellis | 2008-07-31 | 53 | -319/+302 |
| * | - bump to 0.4.8 | Mike Bayer | 2008-07-31 | 4 | -114/+0 |
| * | - added an extremely rudimental set of python 2.3 compatible tests. theserel_0_4_7p1 | Mike Bayer | 2008-07-31 | 4 | -0/+114 |
| * | - Added "add()" and "add_all()" to scoped_session | Mike Bayer | 2008-07-27 | 1 | -1/+16 |
| * | - added add() and add_all() methods to Session,rel_0_4_7 | Mike Bayer | 2008-07-26 | 1 | -1/+17 |
| * | - Class-bound attributes sent as arguments to | Mike Bayer | 2008-07-26 | 1 | -0/+36 |
| * | fixup for test cases with mysql | Mike Bayer | 2008-07-26 | 2 | -12/+24 |
| * | - A critical fix to dynamic relations allows the | Mike Bayer | 2008-07-19 | 1 | -1/+29 |
| * | - Added a new SessionExtension hook called after_attach(). | Mike Bayer | 2008-07-19 | 1 | -2/+5 |
| * | merged select([literal('foo')]) fix from trunk r4933 | Mike Bayer | 2008-07-15 | 1 | -0/+3 |
| * | - add SLFloat type, which matches the SQLite REAL | Mike Bayer | 2008-07-02 | 1 | -1/+4 |
| * | - applied the "reverse" of r4877 from trunk; correct microsecond behavior is ... | Mike Bayer | 2008-06-27 | 1 | -1/+17 |
| * | - The index name generated when you say "index=True" | Mike Bayer | 2008-06-22 | 1 | -0/+18 |
| * | - create_all(), drop_all(), create(), drop() all raise | Mike Bayer | 2008-06-22 | 1 | -0/+9 |
| * | merged r4861, session.is_active, from trunk | Mike Bayer | 2008-06-17 | 1 | -1/+8 |
| * | merged PG test from r4859 | Mike Bayer | 2008-06-17 | 1 | -0/+10 |
| * | added sequence for oracle support | Mike Bayer | 2008-06-13 | 1 | -2/+2 |
| * | - the enable_typechecks=False setting on relation() | Mike Bayer | 2008-06-12 | 1 | -15/+6 |
| * | - Query.count() will take single-table inheritance | Mike Bayer | 2008-06-04 | 1 | -0/+2 |
| * | - fixed bug preventing merge() from functioning in | Mike Bayer | 2008-06-03 | 1 | -0/+26 |
| * | - The contains() operator when used with many-to-many | Mike Bayer | 2008-06-01 | 1 | -1/+5 |
| * | - Cursors now have "arraysize" set to 50 by default on | Mike Bayer | 2008-05-30 | 1 | -0/+35 |
| * | merged r4813 from trunk, oracle schema name fix for [ticket:709] | Mike Bayer | 2008-05-24 | 1 | -1/+39 |
| * | get_default_identifier() normalizes the returned name so that it may | Mike Bayer | 2008-05-24 | 1 | -1/+1 |
| * | - repaired single table inheritance such that yourel_0_4_6 | Mike Bayer | 2008-05-10 | 1 | -32/+76 |
| * | back-merged current 0.4 trunk into rel_0_4 branch, which will become the 0.4 ... | Mike Bayer | 2008-05-09 | 131 | -6718/+25917 |
| * | fixed bad import | Mike Bayer | 2007-07-26 | 1 | -1/+2 |
| * | - very rudimental support for OUT parameters added; use sql.outparam(name, type) | Mike Bayer | 2007-07-26 | 4 | -6/+44 |
| * | Um... "ImportError: No module named profile; please install the python-profi... | Jason Kirtland | 2007-07-26 | 1 | -1/+2 |
| * | - fixed clause_element/expression_element change from preivous checkin | Mike Bayer | 2007-07-26 | 1 | -0/+43 |
| * | mssql and test changes from trunk | Rick Morrison | 2007-07-26 | 1 | -1/+5 |