| Commit message (Expand) | Author | Age | Files | Lines |
| * | - 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 |
| * | - 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 | 2 | -5/+13 |
| * | Strip schema from access tables | Paul Johnston | 2008-02-08 | 1 | -0/+7 |
| * | 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 | 1 | -1/+1 |
| * | - Some more reST docstring corrections | Jason Kirtland | 2008-02-06 | 2 | -33/+32 |
| * | - A few quick docstring typo fixes, including [ticket:766] | Jason Kirtland | 2008-02-06 | 5 | -298/+302 |
| * | - Enabled schema support on SQLite, added the temporary table namespace to ta... | Jason Kirtland | 2008-02-05 | 1 | -12/+43 |
| * | 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 | 1 | -0/+2 |
| * | - Autodetect mysql's ANSI_QUOTES mode, sometimes. [ticket:845] | Jason Kirtland | 2008-02-05 | 1 | -8/+67 |
| * | 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 | 5 | -56/+391 |
| * | lock in replacing '%' with '%%' | Mike Bayer | 2008-02-04 | 1 | -1/+2 |
| * | - add dummy column to appease older SQLite verisons in unicode.py | Mike Bayer | 2008-02-04 | 1 | -2/+6 |
| * | - ColumnDefault callables can now be any kind of compliant callable, previous... | Jason Kirtland | 2008-02-04 | 1 | -16/+34 |
| * | - fixed reflection of Time columns on sqlite | Jason Kirtland | 2008-02-01 | 1 | -27/+29 |
| * | - some consolidation of tests in select.py, moved | Mike Bayer | 2008-02-01 | 3 | -2/+19 |
| * | - Workaround for datetime quirk, LHS comparisons to SA expressions now work. | Jason Kirtland | 2008-01-31 | 1 | -0/+3 |
| * | - Friendlier exception messages for unbound, implicit execution | Jason Kirtland | 2008-01-31 | 8 | -11/+35 |