| Commit message (Expand) | Author | Age | Files | Lines |
| * | - fix to anonymous label generation of long table/column names [ticket:806] | Mike Bayer | 2007-10-07 | 1 | -1/+1 |
| * | Firebird dialect now uses SingletonThreadPool as its poolclass. | Roger Demetrescu | 2007-10-07 | 1 | -1/+2 |
| * | - oracle does not implicitly convert to unicode for non-typed result | Mike Bayer | 2007-10-06 | 1 | -15/+14 |
| * | - null foreign key on a m2o doesn't trigger a lazyload [ticket:803] | Mike Bayer | 2007-10-06 | 3 | -10/+19 |
| * | - fixed sqlite reflection of BOOL/BOOLEAN [ticket:808] | Mike Bayer | 2007-10-05 | 1 | -0/+2 |
| * | - Sequences gain a basic dialect-specific kwargs bucket, like Tables. | Jason Kirtland | 2007-10-04 | 1 | -3/+10 |
| * | - Fixed convert_result_value/bind_param compatibility for types without proce... | Jason Kirtland | 2007-10-04 | 1 | -23/+35 |
| * | Firebird now passes all tests from /test/engine/reflection.py (except Unicode... | Roger Demetrescu | 2007-10-04 | 1 | -35/+48 |
| * | - move PG RETURNING tests to postgres dialect test | Mike Bayer | 2007-10-04 | 1 | -0/+7 |
| * | Made the regexp detecting the returning token more readable and fixed a coupl... | Ants Aasma | 2007-10-03 | 1 | -2/+13 |
| * | add support for returning results from inserts and updates for postgresql 8.2... | Ants Aasma | 2007-10-02 | 2 | -13/+61 |
| * | removed unused _fold_identifier_case method | Mike Bayer | 2007-10-02 | 5 | -32/+0 |
| * | - The no-arg ResultProxy._row_processor() is now the class attribute | Jason Kirtland | 2007-10-02 | 1 | -92/+90 |
| * | - Removed duplicate RowProxy.__len__ definition and some range(0, 1) lint | Jason Kirtland | 2007-10-02 | 1 | -5/+7 |
| * | - ident passed to id_chooser in shard.py always a list | Mike Bayer | 2007-10-01 | 1 | -1/+2 |
| * | Make the postgres_where attribute to Index private to postgres module by usin... | Ants Aasma | 2007-10-01 | 2 | -3/+14 |
| * | - fixed three- and multi-level select and deferred inheritance | Mike Bayer | 2007-09-29 | 2 | -10/+28 |
| * | - added partial index support for postgres | Ants Aasma | 2007-09-29 | 3 | -4/+23 |
| * | - more docstrings | Mike Bayer | 2007-09-28 | 1 | -15/+16 |
| * | - doc updates. generated sql docs are against sql.expression now. | Mike Bayer | 2007-09-28 | 2 | -69/+194 |
| * | firebird doesn't support sane rowcount. | Roger Demetrescu | 2007-09-28 | 1 | -2/+2 |
| * | Dropped the leading '__' from generated savepoint names, '_' isn't universall... | Jason Kirtland | 2007-09-27 | 1 | -1/+1 |
| * | - The IdentifierPreprarer's _requires_quotes test is now regex based. | Jason Kirtland | 2007-09-27 | 1 | -9/+7 |
| * | test coverage has been added... | Mike Bayer | 2007-09-27 | 1 | -1/+0 |
| * | - adjust server side logic to work with standalone default execution | Mike Bayer | 2007-09-27 | 1 | -5/+9 |
| * | - some docstrings for select() | Mike Bayer | 2007-09-26 | 1 | -0/+45 |
| * | Changed MySQL dialect to use the older LIMIT <offset>, <limit> syntax instead | Jason Kirtland | 2007-09-26 | 1 | -10/+22 |
| * | - added "FETCH" to the keywords detected by Postgres to indicate a result-row... | Mike Bayer | 2007-09-26 | 1 | -0/+7 |
| * | fix comment | Mike Bayer | 2007-09-26 | 1 | -5/+5 |
| * | - created a link between QueryContext and SelectionContext; the attribute | Mike Bayer | 2007-09-26 | 6 | -49/+50 |
| * | - the behavior of String/Unicode types regarding that they auto-convert | Mike Bayer | 2007-09-26 | 2 | -4/+8 |
| * | - columns from Alias objects, when used to target result-row columns, must ma... | Mike Bayer | 2007-09-24 | 3 | -4/+25 |
| * | - added session.is_modified(obj) method; performs the same "history" comparis... | Mike Bayer | 2007-09-24 | 3 | -2/+40 |
| * | found an errant 2-tuple... | Mike Bayer | 2007-09-24 | 1 | -1/+1 |
| * | fixed session extension bug [ticket:757] | Mike Bayer | 2007-09-22 | 1 | -2/+2 |
| * | fixed firebird visit_alias [ticket:779] | Mike Bayer | 2007-09-22 | 1 | -2/+2 |
| * | - added "schema" argument to Sequence; use this with Postgres /Oracle when th... | Mike Bayer | 2007-09-22 | 2 | -3/+7 |
| * | - merged sa_entity branch. the big change here is the attributes system | Mike Bayer | 2007-09-22 | 9 | -309/+495 |
| * | - added 'comparator' keyword argument to PickleType. By default, "mutable" | Mike Bayer | 2007-09-22 | 1 | -2/+5 |
| * | Don't use unicode with pyodbc on UCS-4 platforms [ticket:787] | Paul Johnston | 2007-09-19 | 1 | -3/+6 |
| * | add sqlite reserved words list | Ants Aasma | 2007-09-17 | 1 | -0/+9 |
| * | - added 'passive_deletes="all"' flag to relation(), disables all | Mike Bayer | 2007-09-09 | 4 | -11/+24 |
| * | [ticket:728] foreign key checks for existing reflected FK and replaces itself | Mike Bayer | 2007-09-08 | 1 | -1/+9 |
| * | - adjusted operator precedence of NOT to match '==' and others, so that | Mike Bayer | 2007-09-08 | 1 | -1/+1 |
| * | [ticket:768] dont assume join criterion consists only of column objects | Mike Bayer | 2007-09-08 | 1 | -1/+2 |
| * | - fixes to ShardedSession to work with deferred columns [ticket:771]. | Mike Bayer | 2007-09-08 | 3 | -19/+34 |
| * | Removed DefaultDialect.ischema and information_schema's ISchema (which incide... | Jason Kirtland | 2007-09-07 | 2 | -27/+0 |
| * | Fixed repr() of mysql floats [ticket:775] | Jason Kirtland | 2007-09-07 | 1 | -4/+3 |
| * | Added 'collection_iter', like 'iter', for anything that implements the @colle... | Jason Kirtland | 2007-09-07 | 1 | -0/+15 |
| * | Doc updates. | Jason Kirtland | 2007-09-07 | 1 | -31/+97 |