summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - psycopg2 can raise un-str()able exceptions; don't croak when trying to log ...Jason Kirtland2008-02-081-1/+6
* Fix: deletes with schemas on MSSQL 2000 [ticket:967]Paul Johnston2008-02-082-5/+13
* Strip schema from access tablesPaul Johnston2008-02-081-0/+7
* check for unicode first before encodingMike Bayer2008-02-062-2/+2
* unit-of-work flush didn't close the failed transaction when the session was n...Ants Aasma2008-02-061-1/+1
* - Some more reST docstring correctionsJason Kirtland2008-02-062-33/+32
* - A few quick docstring typo fixes, including [ticket:766]Jason Kirtland2008-02-065-298/+302
* - Enabled schema support on SQLite, added the temporary table namespace to ta...Jason Kirtland2008-02-051-12/+43
* better that it doesn't get a scalar loader callableMike Bayer2008-02-051-1/+1
* expire with synonyms [ticket:964]Mike Bayer2008-02-051-0/+2
* - Autodetect mysql's ANSI_QUOTES mode, sometimes. [ticket:845]Jason Kirtland2008-02-051-8/+67
* hmmm.Jason Kirtland2008-02-051-5/+5
* - Added free-form `DDL` statements, can be executed standalone or tied to the...Jason Kirtland2008-02-055-56/+391
* lock in replacing '%' with '%%'Mike Bayer2008-02-041-1/+2
* - add dummy column to appease older SQLite verisons in unicode.pyMike Bayer2008-02-041-2/+6
* - ColumnDefault callables can now be any kind of compliant callable, previous...Jason Kirtland2008-02-041-16/+34
* - fixed reflection of Time columns on sqliteJason Kirtland2008-02-011-27/+29
* - some consolidation of tests in select.py, movedMike Bayer2008-02-013-2/+19
* - Workaround for datetime quirk, LHS comparisons to SA expressions now work.Jason Kirtland2008-01-311-0/+3
* - Friendlier exception messages for unbound, implicit executionJason Kirtland2008-01-318-11/+35
* - added "autocommit=True" kwarg to select() and text(),Mike Bayer2008-01-312-5/+25
* - implemented RowProxy.__ne__ [ticket:945], thanks knutroyJason Kirtland2008-01-311-57/+60
* - the startswith(), endswith(), and contains() operatorsMike Bayer2008-01-311-33/+33
* - Oracle and others properly encode SQL used for defaultsMike Bayer2008-01-302-1/+3
* docstring fixMike Bayer2008-01-301-1/+4
* - next release will be 0.4.3Mike Bayer2008-01-303-7/+17
* - "Passive defaults" and other "inline" defaults can nowMike Bayer2008-01-281-3/+14
* - Fixed bug in polymorphic inheritance where incorrectMike Bayer2008-01-271-2/+7
* - added standalone "query" class attribute generatedMike Bayer2008-01-252-3/+30
* - Flipped join order of __radd__ on association proxied lists.Jason Kirtland2008-01-241-1/+7
* - IdentitySet binops no longer accept plain sets.Jason Kirtland2008-01-241-16/+12
* A little clarity tweak to r4093Jason Kirtland2008-01-241-3/+3
* Corrected behavior of get_cls_kwargs and friendsJason Kirtland2008-01-241-10/+28
* - query.join() can also accept tuples of attributeMike Bayer2008-01-233-15/+52
* whups, args in wrong orderMike Bayer2008-01-231-2/+2
* more descriptive error message for m2m concurrency errorMike Bayer2008-01-231-2/+2
* more capability added to reduce_columnsMike Bayer2008-01-231-3/+7
* - 2.3 fixup part three: 100% on postgres, mysqlJason Kirtland2008-01-221-1/+1