| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Added some convenience descriptors to Query: | Mike Bayer | 2008-04-03 | 1 | -0/+10 |
| * | Added a new 'max_identifier_length' keyword to the mssql_pyodbc dialect | Rick Morrison | 2008-04-02 | 1 | -1/+4 |
| * | Cascade traversal algorithm converted from recursive to iterative to support ... | Ants Aasma | 2008-04-02 | 3 | -22/+26 |
| * | - Got PG server side cursors back into shape, added fixed | Mike Bayer | 2008-04-02 | 3 | -34/+47 |
| * | fixed OracleRaw type adaptation [ticket:902] | Mike Bayer | 2008-04-02 | 1 | -3/+4 |
| * | some fixes to the MS-SQL aliasing so that result_map is properly populated | Mike Bayer | 2008-04-02 | 1 | -3/+9 |
| * | slight function call reduction | Mike Bayer | 2008-04-02 | 1 | -37/+32 |
| * | - Assorted flakes. | Jason Kirtland | 2008-04-02 | 5 | -9/+8 |
| * | - Revamped the Connection memoize decorator a bit, moved to engine | Jason Kirtland | 2008-04-02 | 6 | -77/+102 |
| * | - More 2.4 generator squashing. | Jason Kirtland | 2008-04-02 | 1 | -1/+1 |
| * | - added verbose activity to profiling.function_call_count | Mike Bayer | 2008-04-01 | 3 | -77/+73 |
| * | - Squashed 2.4 generators. | Jason Kirtland | 2008-04-01 | 1 | -1/+1 |
| * | - merge() may actually work now, though we've heard that before... | Mike Bayer | 2008-04-01 | 4 | -18/+26 |
| * | - Tighten up r4399 _set_iterable docs | Jason Kirtland | 2008-04-01 | 1 | -8/+7 |
| * | - Light collections refactor, added public collections.bulk_replace. | Jason Kirtland | 2008-04-01 | 2 | -18/+58 |
| * | weird, old cruft | Mike Bayer | 2008-04-01 | 1 | -9/+0 |
| * | - removed redundant get_history() method | Mike Bayer | 2008-04-01 | 2 | -17/+7 |
| * | MSSQL adjustments to pyodbc connection string building | Rick Morrison | 2008-03-31 | 1 | -38/+5 |
| * | Add a new 'driver' keyword to the MSSQL pyodbc Dialect. | Rick Morrison | 2008-03-31 | 1 | -24/+14 |
| * | - reverted previous "strings instead of tuples" change due to more specific t... | Mike Bayer | 2008-03-30 | 5 | -19/+31 |
| * | *whistle* | Jason Kirtland | 2008-03-30 | 1 | -1/+0 |
| * | - Removed cache decorator. | Jason Kirtland | 2008-03-30 | 1 | -2/+7 |
| * | some cache decorator calls... | Mike Bayer | 2008-03-30 | 3 | -18/+9 |
| * | using concatenated strings as keys in generated_ids collection; they hash sli... | Mike Bayer | 2008-03-30 | 1 | -6/+8 |
| * | - schema-qualified tables now will place the schemaname | Mike Bayer | 2008-03-30 | 3 | -12/+8 |
| * | MSSQL fixes for tickets 979, 916, 884 | Rick Morrison | 2008-03-30 | 1 | -5/+34 |
| * | - added _from_self() | Mike Bayer | 2008-03-30 | 1 | -1/+12 |
| * | - rearranged LoaderStrategies a bit | Mike Bayer | 2008-03-30 | 6 | -42/+39 |
| * | turned starargs conversion to a decorator, per jek's advice. select().order_b... | Mike Bayer | 2008-03-29 | 2 | -13/+17 |
| * | - Added PendingDeprecationWarning support | Jason Kirtland | 2008-03-29 | 10 | -36/+76 |
| * | - declarative_base() takes optional kwarg "mapper", which | Mike Bayer | 2008-03-29 | 2 | -5/+20 |
| * | - merged with_polymorphic branch, which was merged with query_columns branch | Mike Bayer | 2008-03-29 | 13 | -888/+923 |
| * | - can now allow selects which correlate all FROM clauses | Mike Bayer | 2008-03-28 | 1 | -3/+1 |
| * | - fixed SQL function truncation of trailing underscores | Mike Bayer | 2008-03-25 | 1 | -1/+1 |
| * | - Added generic func.random (non-standard SQL) | Jason Kirtland | 2008-03-25 | 3 | -11/+30 |
| * | a few more tweaks | Mike Bayer | 2008-03-25 | 1 | -5/+3 |
| * | removed AbstractClauseProcessor, merged its copy-and-visit behavior into Clau... | Mike Bayer | 2008-03-24 | 2 | -132/+127 |
| * | - already-compiled mappers will still trigger compiles of | Mike Bayer | 2008-03-23 | 1 | -5/+10 |
| * | added nicer error message to dependent class not found | Mike Bayer | 2008-03-22 | 1 | -2/+5 |
| * | - the "owner" keyword on Table is now deprecated, and is | Mike Bayer | 2008-03-22 | 2 | -82/+81 |
| * | - inheritance in declarative can be disabled when sending | Mike Bayer | 2008-03-22 | 1 | -4/+6 |
| * | reverted r4315 - a basic test works the way it was and fails with this change | Mike Bayer | 2008-03-22 | 1 | -1/+1 |
| * | - made some fixes to the "from_joinpoint" argument to | Mike Bayer | 2008-03-21 | 1 | -0/+2 |
| * | - adjusted the definition of "self-referential" to be | Mike Bayer | 2008-03-21 | 1 | -1/+1 |
| * | Undoing patch #994, for now; more testing needed. Sorry. Also modifying tes... | Catherine Devlin | 2008-03-20 | 3 | -111/+15 |
| * | adding zzzeek's patch from ticket #994, which fixed virtually all remaining b... | Catherine Devlin | 2008-03-20 | 3 | -15/+111 |
| * | bugfix: preserving remote_owner during reflecttable setup of referential inte... | Catherine Devlin | 2008-03-20 | 1 | -1/+1 |
| * | added escape kw arg to contains(), startswith(), endswith(), [ticket:791] | Mike Bayer | 2008-03-19 | 2 | -18/+18 |
| * | - like() and ilike() take an optional keyword argument | Mike Bayer | 2008-03-19 | 5 | -30/+34 |
| * | - symbols now depickle properly | Jason Kirtland | 2008-03-19 | 1 | -14/+16 |