| Commit message (Expand) | Author | Age | Files | Lines |
| * | - datetime fixes: got subsecond TIMESTAMP to work [ticket:604], | Mike Bayer | 2007-06-17 | 1 | -2/+14 |
| * | - sqlite better handles datetime/date/time objects mixed and matched | Mike Bayer | 2007-06-17 | 1 | -6/+15 |
| * | test case for oracle timestamp adaption | Mike Bayer | 2007-06-16 | 1 | -5/+5 |
| * | - Fixed typo blocking some assoc proxy dict assignments, added test | Jason Kirtland | 2007-06-16 | 1 | -1/+1 |
| * | - Iteration over dict association proxies is now dict-like, not | Jason Kirtland | 2007-06-14 | 2 | -23/+48 |
| * | Multiple MSSQL fixes; see ticket #581 | Paul Johnston | 2007-06-13 | 2 | -22/+66 |
| * | - MySQL TEXT-derived types weren't respecting convert_unicode, fixes #601 | Jason Kirtland | 2007-06-13 | 1 | -1/+2 |
| * | added StaticPool, stores just one connection. | Mike Bayer | 2007-06-09 | 1 | -0/+25 |
| * | - eager loader calls select_mapper so that poly rulesets get picked up | Mike Bayer | 2007-06-08 | 1 | -1/+1 |
| * | extra test for corresponding column fix | Mike Bayer | 2007-06-07 | 1 | -0/+2 |
| * | - fixed bug where selectable.corresponding_column(selectable.c.col) | Mike Bayer | 2007-06-06 | 1 | -1/+3 |
| * | (no commit message) | Rick Morrison | 2007-06-06 | 1 | -0/+3 |
| * | - Rearrange placement of 'fields' (mysql 4.1 reserved word) so that it | Jason Kirtland | 2007-06-05 | 1 | -3/+5 |
| * | - added 'fields' to reserved words [ticket:590] | Mike Bayer | 2007-06-05 | 1 | -1/+1 |
| * | - long-identifier detection fixed to use > rather than >= for | Mike Bayer | 2007-06-05 | 1 | -2/+2 |
| * | - added filter(), filter_by() to assignmapper | Mike Bayer | 2007-06-02 | 1 | -1/+1 |
| * | added reset_joinpoint() feature for query, interim until 0.4 | Mike Bayer | 2007-06-02 | 1 | -0/+12 |
| * | include current versions in warning messages. simplify sqlite_ver test; if a... | Jonathan Ellis | 2007-06-01 | 1 | -3/+3 |
| * | add a couple expository notes to docs; fix a couple rst buglets. use modern ... | Jonathan Ellis | 2007-06-01 | 1 | -12/+28 |
| * | - Emit BOOL rather than BOOLEAN for MySQL booleans in DDL, for old versions | Jason Kirtland | 2007-05-31 | 1 | -20/+28 |
| * | - significant speed improvement to ResultProxy, pre-caches | Mike Bayer | 2007-05-31 | 1 | -5/+8 |
| * | - some execution fixes | Mike Bayer | 2007-05-30 | 1 | -13/+5 |
| * | another object.__init__() call with args....might need to build py2.6 to test... | Mike Bayer | 2007-05-26 | 1 | -1/+1 |
| * | removed ClauseVisitor.__init__(), doesnt work with python trunk | Mike Bayer | 2007-05-26 | 1 | -2/+1 |
| * | - Micro-documentation for why we set FOUND_ROWS flag (supports_sane_rowcount) | Jason Kirtland | 2007-05-25 | 1 | -0/+2 |
| * | - Coerce 'local_infile' mysql connect argument into an int | Jason Kirtland | 2007-05-25 | 1 | -2/+3 |
| * | - Nearly all MySQL column types are now supported for declaration and | Jason Kirtland | 2007-05-25 | 1 | -49/+593 |
| * | - DB connection urls for tests can now be loaded from a configuration file | Jason Kirtland | 2007-05-25 | 1 | -0/+1 |
| * | turned off supports_sane_rowcount until someone wants to fix #370 | Mike Bayer | 2007-05-25 | 1 | -1/+1 |
| * | CompoundSelect (i.e. UNION etc.) needed self_group() to provide parenthesis | Mike Bayer | 2007-05-23 | 1 | -0/+3 |
| * | - improved support for eagerloading of properties off of mappers that are mapped | Mike Bayer | 2007-05-22 | 2 | -15/+21 |
| * | fix to previous logging fix... | Mike Bayer | 2007-05-20 | 1 | -2/+3 |
| * | - restored logging of "lazy loading clause" under sa.orm.strategies logger, | Mike Bayer | 2007-05-20 | 1 | -2/+3 |
| * | restored comparison of 1-element clause list -> ClauseElement, which was brok... | Mike Bayer | 2007-05-20 | 1 | -1/+3 |
| * | - fixed bug in query.instances() that wouldnt handle more than | Mike Bayer | 2007-05-20 | 1 | -9/+13 |
| * | - removed "no group by's in a select thats part of a UNION" | Mike Bayer | 2007-05-18 | 1 | -1/+0 |
| * | - the "primary_key" argument to mapper() is propigated to the "polymorphic" | Mike Bayer | 2007-05-17 | 1 | -6/+8 |
| * | - fix to select_by(<propname>=<object instance>) -style joins in conjunction | Mike Bayer | 2007-05-17 | 2 | -2/+8 |
| * | fixed LoggingClauseVisitor | Mike Bayer | 2007-05-15 | 1 | -13/+19 |
| * | - fix to polymorphic query which allows the original polymorphic_union | Mike Bayer | 2007-05-15 | 1 | -3/+3 |
| * | - parenthesis are applied to clauses via a new _Grouping construct. | Mike Bayer | 2007-05-14 | 6 | -240/+280 |
| * | - _Label propigates "_hide_froms()" so that scalar selects | Mike Bayer | 2007-05-11 | 1 | -1/+4 |
| * | propigated detach() and invalidate() methods to Connection. | Mike Bayer | 2007-05-10 | 2 | -0/+37 |
| * | - Connections can be detached from their pool, closing on dereference instead... | Jason Kirtland | 2007-05-09 | 1 | -1/+11 |
| * | - set max identifier length to 31 | Mike Bayer | 2007-05-08 | 1 | -0/+3 |
| * | - fix to long name generation when using oid_column as an order by | Mike Bayer | 2007-05-07 | 1 | -2/+4 |
| * | - session.get() and session.load() propigate **kwargs through to query | Mike Bayer | 2007-05-07 | 1 | -4/+4 |
| * | - many-to-many relationships properly set the type of bind params | Mike Bayer | 2007-05-04 | 1 | -2/+6 |
| * | clarifying some cascade-based unit tests, adding a little more coverage, | Mike Bayer | 2007-05-04 | 2 | -36/+9 |
| * | - "delete-orphan" no longer implies "delete". ongoing effort to | Mike Bayer | 2007-05-03 | 2 | -1/+5 |