summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - fixed bug in result proxy where anonymously generatedMike Bayer2008-02-143-4/+22
* Added EXEC to MSSQL _is_select regexp; should now detect row-returning stored...Rick Morrison2008-02-142-8/+49
* a TODO commentMike Bayer2008-02-131-0/+2
* 0.4.3 editsJason Kirtland2008-02-121-38/+38
* - fixed bug introduced in r4070 where union() and other compound selects woul...Mike Bayer2008-02-123-3/+12
* add pk cols to assocaition tableMike Bayer2008-02-121-2/+2
* - Added two new vertical dict mapping examples.Jason Kirtland2008-02-122-0/+533
* - added expire_all() method to Session. Calls expire()Mike Bayer2008-02-116-43/+286
* - Fixed .get(<int>) of a String PK (exposed by pg 8.3)Jason Kirtland2008-02-111-6/+6
* - updated the naming scheme of the base test classes in test/testlib/testing.py;Mike Bayer2008-02-1167-170/+169
* - Table columns and constraints can be overridden on aMike Bayer2008-02-106-303/+345
* - 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
* added info on foreign_keys attributeMike Bayer2008-02-091-2/+15
* - lazy loader can now handle a join condition where the "bound"Mike Bayer2008-02-095-14/+87
* heisenbug in aisle 3Mike Bayer2008-02-091-1/+2
* - added generative where(<criterion>) method to delete()Mike Bayer2008-02-084-5/+44
* - Added deferrability support to constraintsJason Kirtland2008-02-085-20/+178
* - 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-083-5/+31
* test for session close efficiencyMike Bayer2008-02-081-0/+96
* Fix some mssql unit testsPaul Johnston2008-02-081-0/+7
* Strip schema from access tablesPaul Johnston2008-02-081-0/+7
* Avoid using common keywords as field names: the test executes literal selectsLele Gaifax2008-02-061-10/+10
* 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-063-1/+44
* - Some more reST docstring correctionsJason Kirtland2008-02-062-33/+32
* - clean up the print version of the docs a bit [ticket:745]Jason Kirtland2008-02-064-8/+16
* - A few quick docstring typo fixes, including [ticket:766]Jason Kirtland2008-02-065-298/+302
* C-u 66 C-x f M-qJason Kirtland2008-02-061-122/+110
* ChangeLog for r4115Jason Kirtland2008-02-061-0/+2
* - Enabled schema support on SQLite, added the temporary table namespace to ta...Jason Kirtland2008-02-053-12/+112
* - doc edits- thanks asmodai! [ticket:906]Jason Kirtland2008-02-059-69/+69
* better that it doesn't get a scalar loader callableMike Bayer2008-02-051-1/+1
* expire with synonyms [ticket:964]Mike Bayer2008-02-053-2/+28
* - Autodetect mysql's ANSI_QUOTES mode, sometimes. [ticket:845]Jason Kirtland2008-02-052-8/+72
* hmmm.Jason Kirtland2008-02-051-5/+5
* - Added free-form `DDL` statements, can be executed standalone or tied to the...Jason Kirtland2008-02-058-61/+751
* *more* tweaks to avoid DEFAULT VALUES on sqliteMike Bayer2008-02-041-1/+1
* lock in replacing '%' with '%%'Mike Bayer2008-02-042-12/+13
* - add dummy column to appease older SQLite verisons in unicode.pyMike Bayer2008-02-042-3/+9
* - ColumnDefault callables can now be any kind of compliant callable, previous...Jason Kirtland2008-02-042-26/+67
* forcibly clean out _sessions, _mapper_registry at test start to eliminate lef...Mike Bayer2008-02-041-3/+11
* add some extra assertions to ensure all mappers are gone after clear_mappers(...Mike Bayer2008-02-041-2/+13
* - fixed reflection of Time columns on sqliteJason Kirtland2008-02-012-27/+97
* - some consolidation of tests in select.py, movedMike Bayer2008-02-017-178/+213
* - Workaround for datetime quirk, LHS comparisons to SA expressions now work.Jason Kirtland2008-01-313-5/+16
* - Friendlier exception messages for unbound, implicit executionJason Kirtland2008-01-319-16/+89
* - added "autocommit=True" kwarg to select() and text(),Mike Bayer2008-01-314-5/+108