summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* - added "bind" keyword argument to insert(), update(), delete();Mike Bayer2008-03-041-7/+19
* check for NoneMike Bayer2008-03-041-1/+3
* - postgres PGArray is a "mutable" type by default;Mike Bayer2008-03-041-2/+15
* fixed negated self-referential m2m contains(), [ticket:987]Mike Bayer2008-03-041-7/+7
* - fixed bug which was preventing UNIONS from being cloneable,Mike Bayer2008-03-042-8/+17
* - repaired behavior of == and != operators at the relation()Mike Bayer2008-03-031-1/+9
* (very) minor speed optimization to ResultProxy fetchall & fetchmany methodsGaƫtan de Menten2008-03-031-2/+4
* added dispose() for StaticPoolMike Bayer2008-03-021-0/+4
* fix maddening ReST bugMike Bayer2008-03-021-8/+10
* - Raise a friendly error when assigning an unmapped something (like a string)...Jason Kirtland2008-03-021-0/+5
* - state.commit() and state.commit_all() now reconcile the current dict agains...Mike Bayer2008-03-012-14/+37
* - fixed bug whereby session.expire() attributes were notMike Bayer2008-03-012-52/+137
* - setting the relation()-level order by to a column in theMike Bayer2008-02-291-5/+11
* some cleanup of TypeDecorator, moved PickleType / Interval to the newer style...Mike Bayer2008-02-281-77/+49
* - postgres TIMESTAMP renders correctly [ticket:981]Mike Bayer2008-02-272-2/+9
* - implemented two-phase API for "threadlocal" engine,Mike Bayer2008-02-261-9/+7
* - added exception wrapping/reconnect support to result setMike Bayer2008-02-252-15/+32
* silliness reductionMike Bayer2008-02-241-10/+8
* - Invalid SQLite connection URLs now raise an error.Jason Kirtland2008-02-231-0/+7
* - the value of a bindparam() can be a callable, in whichMike Bayer2008-02-224-6/+20
* - Converted MAGICCOOKIE=object() to a little symbol implementation to ease ob...Jason Kirtland2008-02-227-16/+51
* er, ok, dont do that (reversed last change). PG relies upon _register_clean forMike Bayer2008-02-211-2/+2
* dont treat "listonly" objects as newly cleanMike Bayer2008-02-211-1/+1
* - preventive code against a potential lost-referenceMike Bayer2008-02-211-3/+7
* - added a new "higher level" operator called "of_type()" -Mike Bayer2008-02-214-67/+118
* - fixed potential generative bug when the same Query wasMike Bayer2008-02-201-1/+8
* - can again create aliases of selects against textualMike Bayer2008-02-191-0/+1
* - modernized cascade.py testsMike Bayer2008-02-171-8/+15
* get basic compilation working for [ticket:972]Mike Bayer2008-02-171-3/+4
* - any(), has(), contains(), attribute level == and != nowMike Bayer2008-02-171-20/+31
* - remove some old cruftMike Bayer2008-02-162-31/+10
* fixing recent schema.py changes to work with oracle 'owner' attributerel_0_4_3Mike Bayer2008-02-141-3/+9
* - comment typoJason Kirtland2008-02-141-2/+2
* - Made testlib's --unhashable and r3935's set changes play niceJason Kirtland2008-02-141-6/+13
* - Corrected __eq__ pragma drift.Jason Kirtland2008-02-141-1/+1
* fixed (still uncovered) incorrect variable name...Mike Bayer2008-02-141-1/+1
* - Fixed a couple pyflakes, cleaned up imports & whitespaceJason Kirtland2008-02-1413-203/+194
* MSSQL now compiles func.now() to CURRENT_TIMESTAMPRick Morrison2008-02-141-1/+9
* - fixed bug in result proxy where anonymously generatedMike Bayer2008-02-141-1/+1
* Added EXEC to MSSQL _is_select regexp; should now detect row-returning stored...Rick Morrison2008-02-141-8/+40
* a TODO commentMike Bayer2008-02-131-0/+2
* - fixed bug introduced in r4070 where union() and other compound selects woul...Mike Bayer2008-02-122-3/+2
* - added expire_all() method to Session. Calls expire()Mike Bayer2008-02-114-23/+50
* - Table columns and constraints can be overridden on aMike Bayer2008-02-101-21/+49
* - Better error messaging on failed collection bulk-assignmentsJason Kirtland2008-02-091-3/+8
* - Note about future CollectionAttributeImp.collection_intrface removal + whit...Jason Kirtland2008-02-091-85/+86
* - Determine the basic collection interface dynamically when adapting a collec...Jason Kirtland2008-02-091-2/+4
* - lazy loader can now handle a join condition where the "bound"Mike Bayer2008-02-092-13/+23
* - added generative where(<criterion>) method to delete()Mike Bayer2008-02-081-2/+33
* - Added deferrability support to constraintsJason Kirtland2008-02-082-9/+43