| Commit message (Expand) | Author | Age | Files | Lines |
| * | - added "bind" keyword argument to insert(), update(), delete(); | Mike Bayer | 2008-03-04 | 1 | -7/+19 |
| * | check for None | Mike Bayer | 2008-03-04 | 1 | -1/+3 |
| * | - postgres PGArray is a "mutable" type by default; | Mike Bayer | 2008-03-04 | 1 | -2/+15 |
| * | fixed negated self-referential m2m contains(), [ticket:987] | Mike Bayer | 2008-03-04 | 1 | -7/+7 |
| * | - fixed bug which was preventing UNIONS from being cloneable, | Mike Bayer | 2008-03-04 | 2 | -8/+17 |
| * | - repaired behavior of == and != operators at the relation() | Mike Bayer | 2008-03-03 | 1 | -1/+9 |
| * | (very) minor speed optimization to ResultProxy fetchall & fetchmany methods | Gaƫtan de Menten | 2008-03-03 | 1 | -2/+4 |
| * | added dispose() for StaticPool | Mike Bayer | 2008-03-02 | 1 | -0/+4 |
| * | fix maddening ReST bug | Mike Bayer | 2008-03-02 | 1 | -8/+10 |
| * | - Raise a friendly error when assigning an unmapped something (like a string)... | Jason Kirtland | 2008-03-02 | 1 | -0/+5 |
| * | - state.commit() and state.commit_all() now reconcile the current dict agains... | Mike Bayer | 2008-03-01 | 2 | -14/+37 |
| * | - fixed bug whereby session.expire() attributes were not | Mike Bayer | 2008-03-01 | 2 | -52/+137 |
| * | - setting the relation()-level order by to a column in the | Mike Bayer | 2008-02-29 | 1 | -5/+11 |
| * | some cleanup of TypeDecorator, moved PickleType / Interval to the newer style... | Mike Bayer | 2008-02-28 | 1 | -77/+49 |
| * | - postgres TIMESTAMP renders correctly [ticket:981] | Mike Bayer | 2008-02-27 | 2 | -2/+9 |
| * | - implemented two-phase API for "threadlocal" engine, | Mike Bayer | 2008-02-26 | 1 | -9/+7 |
| * | - added exception wrapping/reconnect support to result set | Mike Bayer | 2008-02-25 | 2 | -15/+32 |
| * | silliness reduction | Mike Bayer | 2008-02-24 | 1 | -10/+8 |
| * | - Invalid SQLite connection URLs now raise an error. | Jason Kirtland | 2008-02-23 | 1 | -0/+7 |
| * | - the value of a bindparam() can be a callable, in which | Mike Bayer | 2008-02-22 | 4 | -6/+20 |
| * | - Converted MAGICCOOKIE=object() to a little symbol implementation to ease ob... | Jason Kirtland | 2008-02-22 | 7 | -16/+51 |
| * | er, ok, dont do that (reversed last change). PG relies upon _register_clean for | Mike Bayer | 2008-02-21 | 1 | -2/+2 |
| * | dont treat "listonly" objects as newly clean | Mike Bayer | 2008-02-21 | 1 | -1/+1 |
| * | - preventive code against a potential lost-reference | Mike Bayer | 2008-02-21 | 1 | -3/+7 |
| * | - added a new "higher level" operator called "of_type()" - | Mike Bayer | 2008-02-21 | 4 | -67/+118 |
| * | - fixed potential generative bug when the same Query was | Mike Bayer | 2008-02-20 | 1 | -1/+8 |
| * | - can again create aliases of selects against textual | Mike Bayer | 2008-02-19 | 1 | -0/+1 |
| * | - modernized cascade.py tests | Mike Bayer | 2008-02-17 | 1 | -8/+15 |
| * | get basic compilation working for [ticket:972] | Mike Bayer | 2008-02-17 | 1 | -3/+4 |
| * | - any(), has(), contains(), attribute level == and != now | Mike Bayer | 2008-02-17 | 1 | -20/+31 |
| * | - remove some old cruft | Mike Bayer | 2008-02-16 | 2 | -31/+10 |
| * | fixing recent schema.py changes to work with oracle 'owner' attributerel_0_4_3 | Mike Bayer | 2008-02-14 | 1 | -3/+9 |
| * | - comment typo | Jason Kirtland | 2008-02-14 | 1 | -2/+2 |
| * | - Made testlib's --unhashable and r3935's set changes play nice | Jason Kirtland | 2008-02-14 | 1 | -6/+13 |
| * | - Corrected __eq__ pragma drift. | Jason Kirtland | 2008-02-14 | 1 | -1/+1 |
| * | fixed (still uncovered) incorrect variable name... | Mike Bayer | 2008-02-14 | 1 | -1/+1 |
| * | - Fixed a couple pyflakes, cleaned up imports & whitespace | Jason Kirtland | 2008-02-14 | 13 | -203/+194 |
| * | MSSQL now compiles func.now() to CURRENT_TIMESTAMP | Rick Morrison | 2008-02-14 | 1 | -1/+9 |
| * | - fixed bug in result proxy where anonymously generated | Mike Bayer | 2008-02-14 | 1 | -1/+1 |
| * | Added EXEC to MSSQL _is_select regexp; should now detect row-returning stored... | Rick Morrison | 2008-02-14 | 1 | -8/+40 |
| * | a TODO comment | Mike Bayer | 2008-02-13 | 1 | -0/+2 |
| * | - fixed bug introduced in r4070 where union() and other compound selects woul... | Mike Bayer | 2008-02-12 | 2 | -3/+2 |
| * | - added expire_all() method to Session. Calls expire() | Mike Bayer | 2008-02-11 | 4 | -23/+50 |
| * | - Table columns and constraints can be overridden on a | Mike Bayer | 2008-02-10 | 1 | -21/+49 |
| * | - Better error messaging on failed collection bulk-assignments | Jason Kirtland | 2008-02-09 | 1 | -3/+8 |
| * | - Note about future CollectionAttributeImp.collection_intrface removal + whit... | Jason Kirtland | 2008-02-09 | 1 | -85/+86 |
| * | - Determine the basic collection interface dynamically when adapting a collec... | Jason Kirtland | 2008-02-09 | 1 | -2/+4 |
| * | - lazy loader can now handle a join condition where the "bound" | Mike Bayer | 2008-02-09 | 2 | -13/+23 |
| * | - added generative where(<criterion>) method to delete() | Mike Bayer | 2008-02-08 | 1 | -2/+33 |
| * | - Added deferrability support to constraints | Jason Kirtland | 2008-02-08 | 2 | -9/+43 |