| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | mysql SETs and ENUMs now unescape embedded quotes before storage in .enums an... | Jason Kirtland | 2007-09-06 | 1 | -6/+13 |
| * | associationproxy relies upon a "sweep" through the attributes at the class le... | Mike Bayer | 2007-09-06 | 1 | -0/+5 |
| * | - column defaults and onupdates, executing inline, will add parenthesis | Mike Bayer | 2007-09-06 | 1 | -2/+2 |
| * | do the cheaper check first.... | Mike Bayer | 2007-09-05 | 1 | -4/+9 |
| * | Fixed reflection of the empty string for mysql enums. | Jason Kirtland | 2007-09-05 | 1 | -3/+3 |
| * | merged current entity_management brach r3457-r3462. cleans up | Mike Bayer | 2007-09-05 | 4 | -154/+160 |
| * | Small change in ActiveMapper to make it work with Python 2.3 | Paul Johnston | 2007-09-04 | 1 | -1/+2 |
| * | remove unused method | Mike Bayer | 2007-09-04 | 1 | -6/+0 |
| * | - took out method calls for oid_column | Mike Bayer | 2007-09-04 | 4 | -123/+82 |
| * | Set supports_sane_multi_rowcount for MSSQL | Paul Johnston | 2007-09-04 | 1 | -0/+3 |
| * | - removed "parameters" argument from clauseelement.compile(), replaced with | Mike Bayer | 2007-09-04 | 4 | -60/+64 |
| * | - various cruft removal and optimizations to load process. | Mike Bayer | 2007-09-03 | 6 | -97/+102 |
| * | Minor fixes to MSSQL reflection | Paul Johnston | 2007-09-03 | 1 | -3/+3 |
| * | - mapper compilation has been reorganized such that most compilation | Mike Bayer | 2007-09-02 | 6 | -121/+91 |
| * | adjusting firebird, obviously needs someone to test | Mike Bayer | 2007-09-01 | 1 | -5/+4 |
| * | fix to oracle sequence exec | Mike Bayer | 2007-09-01 | 1 | -1/+1 |
| * | sequence pre-executes dont create an ExecutionContext, use straight cursor | Mike Bayer | 2007-09-01 | 3 | -31/+39 |
| * | factored out uses_sequences_for_inserts() into | Mike Bayer | 2007-09-01 | 6 | -13/+8 |
| * | - got all examples working | Mike Bayer | 2007-09-01 | 4 | -24/+26 |
| * | whats a big commit without some errant print statements ? :) | Mike Bayer | 2007-09-01 | 2 | -2/+0 |