| Commit message (Expand) | Author | Age | Files | Lines |
| * | - fixed bug in result proxy where anonymously generated | Mike Bayer | 2008-02-14 | 3 | -4/+22 |
| * | Added EXEC to MSSQL _is_select regexp; should now detect row-returning stored... | Rick Morrison | 2008-02-14 | 2 | -8/+49 |
| * | a TODO comment | Mike Bayer | 2008-02-13 | 1 | -0/+2 |
| * | 0.4.3 edits | Jason Kirtland | 2008-02-12 | 1 | -38/+38 |
| * | - fixed bug introduced in r4070 where union() and other compound selects woul... | Mike Bayer | 2008-02-12 | 3 | -3/+12 |
| * | add pk cols to assocaition table | Mike Bayer | 2008-02-12 | 1 | -2/+2 |
| * | - Added two new vertical dict mapping examples. | Jason Kirtland | 2008-02-12 | 2 | -0/+533 |
| * | - added expire_all() method to Session. Calls expire() | Mike Bayer | 2008-02-11 | 6 | -43/+286 |
| * | - Fixed .get(<int>) of a String PK (exposed by pg 8.3) | Jason Kirtland | 2008-02-11 | 1 | -6/+6 |
| * | - updated the naming scheme of the base test classes in test/testlib/testing.py; | Mike Bayer | 2008-02-11 | 67 | -170/+169 |
| * | - Table columns and constraints can be overridden on a | Mike Bayer | 2008-02-10 | 6 | -303/+345 |
| * | - 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 |
| * | added info on foreign_keys attribute | Mike Bayer | 2008-02-09 | 1 | -2/+15 |
| * | - lazy loader can now handle a join condition where the "bound" | Mike Bayer | 2008-02-09 | 5 | -14/+87 |
| * | heisenbug in aisle 3 | Mike Bayer | 2008-02-09 | 1 | -1/+2 |
| * | - added generative where(<criterion>) method to delete() | Mike Bayer | 2008-02-08 | 4 | -5/+44 |
| * | - Added deferrability support to constraints | Jason Kirtland | 2008-02-08 | 5 | -20/+178 |
| * | - psycopg2 can raise un-str()able exceptions; don't croak when trying to log ... | Jason Kirtland | 2008-02-08 | 1 | -1/+6 |
| * | Fix: deletes with schemas on MSSQL 2000 [ticket:967] | Paul Johnston | 2008-02-08 | 3 | -5/+31 |
| * | test for session close efficiency | Mike Bayer | 2008-02-08 | 1 | -0/+96 |
| * | Fix some mssql unit tests | Paul Johnston | 2008-02-08 | 1 | -0/+7 |
| * | Strip schema from access tables | Paul Johnston | 2008-02-08 | 1 | -0/+7 |
| * | Avoid using common keywords as field names: the test executes literal selects | Lele Gaifax | 2008-02-06 | 1 | -10/+10 |
| * | check for unicode first before encoding | Mike Bayer | 2008-02-06 | 2 | -2/+2 |
| * | unit-of-work flush didn't close the failed transaction when the session was n... | Ants Aasma | 2008-02-06 | 3 | -1/+44 |
| * | - Some more reST docstring corrections | Jason Kirtland | 2008-02-06 | 2 | -33/+32 |
| * | - clean up the print version of the docs a bit [ticket:745] | Jason Kirtland | 2008-02-06 | 4 | -8/+16 |
| * | - A few quick docstring typo fixes, including [ticket:766] | Jason Kirtland | 2008-02-06 | 5 | -298/+302 |
| * | C-u 66 C-x f M-q | Jason Kirtland | 2008-02-06 | 1 | -122/+110 |
| * | ChangeLog for r4115 | Jason Kirtland | 2008-02-06 | 1 | -0/+2 |
| * | - Enabled schema support on SQLite, added the temporary table namespace to ta... | Jason Kirtland | 2008-02-05 | 3 | -12/+112 |
| * | - doc edits- thanks asmodai! [ticket:906] | Jason Kirtland | 2008-02-05 | 9 | -69/+69 |
| * | better that it doesn't get a scalar loader callable | Mike Bayer | 2008-02-05 | 1 | -1/+1 |
| * | expire with synonyms [ticket:964] | Mike Bayer | 2008-02-05 | 3 | -2/+28 |
| * | - Autodetect mysql's ANSI_QUOTES mode, sometimes. [ticket:845] | Jason Kirtland | 2008-02-05 | 2 | -8/+72 |
| * | hmmm. | Jason Kirtland | 2008-02-05 | 1 | -5/+5 |
| * | - Added free-form `DDL` statements, can be executed standalone or tied to the... | Jason Kirtland | 2008-02-05 | 8 | -61/+751 |
| * | *more* tweaks to avoid DEFAULT VALUES on sqlite | Mike Bayer | 2008-02-04 | 1 | -1/+1 |
| * | lock in replacing '%' with '%%' | Mike Bayer | 2008-02-04 | 2 | -12/+13 |
| * | - add dummy column to appease older SQLite verisons in unicode.py | Mike Bayer | 2008-02-04 | 2 | -3/+9 |
| * | - ColumnDefault callables can now be any kind of compliant callable, previous... | Jason Kirtland | 2008-02-04 | 2 | -26/+67 |
| * | forcibly clean out _sessions, _mapper_registry at test start to eliminate lef... | Mike Bayer | 2008-02-04 | 1 | -3/+11 |
| * | add some extra assertions to ensure all mappers are gone after clear_mappers(... | Mike Bayer | 2008-02-04 | 1 | -2/+13 |
| * | - fixed reflection of Time columns on sqlite | Jason Kirtland | 2008-02-01 | 2 | -27/+97 |
| * | - some consolidation of tests in select.py, moved | Mike Bayer | 2008-02-01 | 7 | -178/+213 |
| * | - Workaround for datetime quirk, LHS comparisons to SA expressions now work. | Jason Kirtland | 2008-01-31 | 3 | -5/+16 |
| * | - Friendlier exception messages for unbound, implicit execution | Jason Kirtland | 2008-01-31 | 9 | -16/+89 |
| * | - added "autocommit=True" kwarg to select() and text(), | Mike Bayer | 2008-01-31 | 4 | -5/+108 |