| Commit message (Expand) | Author | Age | Files | Lines |
| * | - oursql dialect accepts the same "ssl" arguments in | Mike Bayer | 2011-02-10 | 1 | -0/+10 |
| * | - typo fix [ticket:2017] | Mike Bayer | 2011-02-10 | 1 | -1/+1 |
| * | - mssql VARBINARY emits 'max' for length when no length specified, as is | Mike Bayer | 2011-02-10 | 1 | -0/+6 |
| * | - The path given as the location of a sqlite database is now | Mike Bayer | 2011-02-10 | 1 | -0/+3 |
| * | - Query.distinct() now accepts column expressions | Mike Bayer | 2011-02-10 | 4 | -46/+122 |
| * | formatting fix | Mike Bayer | 2011-02-10 | 1 | -3/+7 |
| * | - An exception is raised in the unusual case that an | Mike Bayer | 2011-02-10 | 2 | -2/+10 |
| * | - py3k fix regarding new exception system | Mike Bayer | 2011-02-09 | 1 | -1/+1 |
| * | - Non-DBAPI errors which occur in the scope of an `execute()` | Mike Bayer | 2011-02-09 | 5 | -40/+85 |
| * | - figured out the ::autodata directive, can move the docstring for | Mike Bayer | 2011-02-09 | 1 | -0/+35 |
| * | - The compiler extension now supports overriding the default | Mike Bayer | 2011-02-09 | 2 | -26/+22 |
| * | - Fixed bug where a column with a SQL or server side default | Mike Bayer | 2011-02-09 | 1 | -1/+2 |
| * | - add connection and cursor to is_disconnect(). We aren't using it yet, | Mike Bayer | 2011-02-09 | 19 | -26/+28 |
| * | - Added an additional libpq message to the list of "disconnect" | Mike Bayer | 2011-02-09 | 1 | -3/+11 |
| * | - Adjusted flush accounting step to occur before | Mike Bayer | 2011-02-07 | 1 | -20/+16 |
| * | - Session constructor emits a warning when autoflush=True | Mike Bayer | 2011-02-07 | 1 | -0/+8 |
| * | typo | Mike Bayer | 2011-02-05 | 1 | -1/+1 |
| * | - Session weak_instance_dict=False is deprecated. | Mike Bayer | 2011-02-05 | 1 | -98/+98 |
| * | - A single contains_eager() call across | Mike Bayer | 2011-02-05 | 4 | -24/+22 |
| * | - apply optimizations to alternate row proxies, [ticket:1787] | Mike Bayer | 2011-02-04 | 2 | -13/+26 |
| * | - When explicit sequence execution derives the name | Mike Bayer | 2011-02-04 | 1 | -5/+14 |
| * | - Also emits the correct WHERE criterion | Mike Bayer | 2011-02-02 | 1 | -2/+1 |
| * | - Fixed bug where "middle" class in a polymorphic hierarchy | Mike Bayer | 2011-02-02 | 1 | -10/+11 |
| * | - Some adjustments so that Interbase is supported as well. | Mike Bayer | 2011-02-01 | 2 | -9/+22 |
| * | docuemnt args for before_parent_attach, after_parent_attach | Mike Bayer | 2011-02-01 | 1 | -0/+20 |
| * | - schema.copy() functions will copy dispatch, but only for those events | Mike Bayer | 2011-02-01 | 1 | -5/+16 |
| * | - SchemaItem, SchemaType now descend from common type | Mike Bayer | 2011-01-30 | 5 | -57/+99 |
| * | - Added some defs to the resultproxy.c extension so that | Mike Bayer | 2011-01-30 | 1 | -0/+2 |
| * | - A warning is emitted when a joined-table inheriting mapper | Mike Bayer | 2011-01-30 | 1 | -1/+7 |
| * | 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 |