| Commit message (Expand) | Author | Age | Files | Lines |
| * | - modified patch for [ticket:379] - detecting synonyms, dblinks in reflection... | Mike Bayer | 2007-02-17 | 1 | -45/+103 |
| * | - fixes to tometadata() operation to propigate Constraints at column and tabl... | Mike Bayer | 2007-02-17 | 1 | -3/+7 |
| * | - fixed generation of CHECK constraints on columns [ticket:464] | Mike Bayer | 2007-02-17 | 2 | -1/+10 |
| * | - extension() query option propigates to Mapper._instance() method so that | Mike Bayer | 2007-02-17 | 2 | -7/+8 |
| * | - moved change for [ticket:466] to ansisql, since thats the syntax for all da... | Mike Bayer | 2007-02-17 | 2 | -10/+3 |
| * | added PGInet type [ticket:444] | Mike Bayer | 2007-02-17 | 1 | -0/+5 |
| * | - added a Sequence to the unicode test tables to help Oracle | Mike Bayer | 2007-02-17 | 1 | -0/+9 |
| * | [ticket:463] fix to OrderedSet | Mike Bayer | 2007-02-17 | 1 | -19/+18 |
| * | commented out ImportError for now; will issue new ticket for handling dialect... | Mike Bayer | 2007-02-17 | 1 | -3/+3 |
| * | - fixed oracle list of binary types to check for their presence in the module... | Mike Bayer | 2007-02-17 | 1 | -2/+4 |
| * | - small fix to BoundMetaData to accept unicode or string URLs | Mike Bayer | 2007-02-17 | 2 | -2/+2 |
| * | better MSSSQL support for implicit sequences and auto-insert, ticket 415 | Rick Morrison | 2007-02-16 | 1 | -13/+22 |
| * | Fix Fix for adodbapi bug introduced by ticket 419 | Rick Morrison | 2007-02-16 | 1 | -13/+22 |
| * | Func rewrite for better unittest compatibility | Rick Morrison | 2007-02-16 | 1 | -28/+38 |
| * | dont do RAWTOHEX on None | Mike Bayer | 2007-02-15 | 1 | -2/+5 |
| * | - some cleanup to the unitofwork test suite (needs much more) | Mike Bayer | 2007-02-15 | 1 | -1/+5 |
| * | revert old unittest patch for MSSQL | Rick Morrison | 2007-02-15 | 1 | -0/+2 |
| * | MSSSQL is now passing unit tests (well, some) thanks to Paul Johnston | Rick Morrison | 2007-02-15 | 1 | -8/+19 |
| * | run-time selectable DB-API modules for mssql [ticket:419] | Rick Morrison | 2007-02-14 | 1 | -22/+62 |
| * | Fix for ticket 473 | Rick Morrison | 2007-02-14 | 1 | -0/+7 |
| * | Fix query.get for MSSQL tables with schema specified | Rick Morrison | 2007-02-14 | 1 | -0/+1 |
| * | - fixed relationship deletion error where parent/child with a single column a... | Mike Bayer | 2007-02-14 | 2 | -16/+16 |
| * | - fixed argument passing to straight textual execute() on engine, connection. | Mike Bayer | 2007-02-13 | 1 | -3/+9 |
| * | - fix for very large topological sorts, courtesy ants.aasma at gmail [ticket:... | Mike Bayer | 2007-02-13 | 1 | -39/+42 |
| * | - added support for py2.5 "with" statement with SessionTransaction [ticket:468] | Mike Bayer | 2007-02-10 | 1 | -1/+10 |
| * | - added options() method to SelectResults, equivalent to query.options() [tic... | Mike Bayer | 2007-02-10 | 1 | -0/+8 |
| * | - implemented foreign_keys argument on relation() [ticket:385] | Mike Bayer | 2007-02-10 | 6 | -176/+143 |
| * | removed MissingTypeError (think it was an accidental checkin) | Mike Bayer | 2007-02-07 | 1 | -3/+0 |
| * | - added optional __table_opts__ dictionary to ActiveMapper, will send kw opti... | Mike Bayer | 2007-02-07 | 1 | -2/+6 |
| * | ticket 298 plus transaction fixes for pymssql | Rick Morrison | 2007-02-06 | 2 | -6/+23 |
| * | - added PGInterval type [ticket:460] | Mike Bayer | 2007-02-06 | 1 | -1/+5 |
| * | - added PrefetchingResultProxy support to pre-fetch LOB columns when they are | Mike Bayer | 2007-02-06 | 3 | -6/+69 |
| * | - added distinct() method to SelectResults. generally should only make a dif... | Mike Bayer | 2007-02-05 | 1 | -0/+6 |
| * | nested query will always use order_by even if distinct is present, added test... | Mike Bayer | 2007-02-05 | 1 | -1/+1 |
| * | - added "schema" argument to all has_table() calls, only supported so far by PG | Mike Bayer | 2007-02-04 | 8 | -12/+12 |
| * | alternate OrderedSet implementation courtesy sdobrev | Mike Bayer | 2007-02-04 | 1 | -7/+76 |
| * | added 'ascii' as default encoding in case getdefaultlocale()[1] comes up with... | Mike Bayer | 2007-02-04 | 1 | -1/+1 |
| * | polymorphic union uses the literal_column function for its "textual" column | Mike Bayer | 2007-02-04 | 1 | -1/+1 |
| * | - added literal_column() to specify a column clause that should not undergo a... | Mike Bayer | 2007-02-04 | 4 | -13/+16 |
| * | OK nevermind that last commit, rolling the quoting fix back | Mike Bayer | 2007-02-04 | 2 | -15/+16 |
| * | - more quoting fixes for [ticket:450]...quoting more aggressive (but still sk... | Mike Bayer | 2007-02-04 | 5 | -28/+29 |
| * | - sequences on a non-pk column will properly fire off on INSERT for PG/oracle | Mike Bayer | 2007-02-02 | 2 | -4/+11 |
| * | - added a "supports_execution()" method to ClauseElement, so that individual | Mike Bayer | 2007-02-02 | 2 | -3/+17 |
| * | removed extra _find_cycles call | Mike Bayer | 2007-02-02 | 1 | -1/+0 |
| * | - clear_mappers() just blows away all of ArgSingleton for now | Mike Bayer | 2007-02-01 | 2 | -3/+4 |
| * | - the "polymorphic_primaryjoin" again goes against the parent's non-polymorph... | Mike Bayer | 2007-02-01 | 4 | -20/+30 |
| * | - improved support for complex queries embedded into "where" criterion | Mike Bayer | 2007-02-01 | 6 | -54/+78 |
| * | - fix to deferred so that load operation doesnt mistakenly occur when only | Mike Bayer | 2007-01-30 | 1 | -0/+4 |
| * | further work on insuring clear_mappers() really works. assignmapper identified | Mike Bayer | 2007-01-30 | 4 | -3/+16 |
| * | - fixed bug where cascade operations incorrectly included deleted collection | Mike Bayer | 2007-01-30 | 1 | -4/+1 |