| Commit message (Expand) | Author | Age | Files | Lines |
| * | - 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 |
| * | typo | Gaƫtan de Menten | 2008-03-19 | 1 | -1/+1 |
| * | some fixup to one-to-many delete cascade | Mike Bayer | 2008-03-18 | 1 | -5/+6 |
| * | - fixed/added coverage for various cascade scenarios | Mike Bayer | 2008-03-18 | 2 | -29/+21 |
| * | - added support for declarative deferred(Column(...)) | Mike Bayer | 2008-03-18 | 4 | -20/+25 |
| * | - Column._set_parent will complete the key==name contract for instances const... | Jason Kirtland | 2008-03-18 | 1 | -3/+9 |
| * | - reST fixes | Jason Kirtland | 2008-03-18 | 2 | -4/+3 |
| * | mapper double checks that columns in _compile_property are in the _cols_by_ta... | Mike Bayer | 2008-03-18 | 1 | -0/+7 |
| * | - Start coverage for Class.prop = Column(), promote nameless Columns | Jason Kirtland | 2008-03-18 | 1 | -74/+92 |
| * | - Declarative will complete setup for Columns lacking names, allows | Jason Kirtland | 2008-03-18 | 1 | -4/+12 |
| * | - fixed order_by calculation in Query to properly alias | Mike Bayer | 2008-03-18 | 1 | -8/+7 |
| * | - 'name' is no longer a require constructor argument for Column(). It (and .... | Jason Kirtland | 2008-03-18 | 1 | -1/+23 |
| * | - Declarative gains @synonym_for and @comparable_using decorators | Jason Kirtland | 2008-03-17 | 1 | -3/+47 |
| * | - Added comparable_property(), adds query Comparator behavior to regular, unm... | Jason Kirtland | 2008-03-17 | 3 | -5/+77 |
| * | - fixed "cascade delete" operation of dynamic relations, | Mike Bayer | 2008-03-16 | 2 | -12/+16 |
| * | Issue a warning when a declarative detects a likely trailing comma: foo = Col... | Jason Kirtland | 2008-03-15 | 1 | -0/+6 |
| * | - the "synonym" function is now directly usable with | Mike Bayer | 2008-03-15 | 4 | -36/+20 |
| * | Session.execute can now find binds from metadata | Ants Aasma | 2008-03-12 | 1 | -0/+2 |
| * | - fixed bug which was preventing synonym() attributes | Mike Bayer | 2008-03-12 | 1 | -1/+1 |
| * | - fixed missing import [ticket:989] | Jason Kirtland | 2008-03-12 | 1 | -3/+6 |
| * | add relate(), entity() methods | Jonathan Ellis | 2008-03-12 | 1 | -3/+41 |
| * | - fixed/covered case when using a False value as a | Mike Bayer | 2008-03-12 | 1 | -1/+1 |