| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix: deletes with schemas on MSSQL 2000 [ticket:967] | Paul Johnston | 2008-02-08 | 1 | -0/+18 |
| * | 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 |
| * | Avoid using common keywords as field names: the test executes literal selects | Lele Gaifax | 2008-02-06 | 1 | -10/+10 |
| * | unit-of-work flush didn't close the failed transaction when the session was n... | Ants Aasma | 2008-02-06 | 1 | -0/+39 |
| * | - Enabled schema support on SQLite, added the temporary table namespace to ta... | Jason Kirtland | 2008-02-05 | 1 | -0/+61 |
| * | expire with synonyms [ticket:964] | Mike Bayer | 2008-02-05 | 1 | -1/+25 |
| * | - Added free-form `DDL` statements, can be executed standalone or tied to the... | Jason Kirtland | 2008-02-05 | 2 | -0/+347 |
| * | *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 | 1 | -11/+11 |
| * | - add dummy column to appease older SQLite verisons in unicode.py | Mike Bayer | 2008-02-04 | 1 | -1/+3 |
| * | - ColumnDefault callables can now be any kind of compliant callable, previous... | Jason Kirtland | 2008-02-04 | 1 | -10/+33 |
| * | 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 | 1 | -0/+68 |
| * | - some consolidation of tests in select.py, moved | Mike Bayer | 2008-02-01 | 3 | -176/+190 |
| * | - Workaround for datetime quirk, LHS comparisons to SA expressions now work. | Jason Kirtland | 2008-01-31 | 1 | -1/+4 |
| * | - Friendlier exception messages for unbound, implicit execution | Jason Kirtland | 2008-01-31 | 1 | -5/+54 |
| * | - added "autocommit=True" kwarg to select() and text(), | Mike Bayer | 2008-01-31 | 1 | -0/+75 |
| * | - implemented RowProxy.__ne__ [ticket:945], thanks knutroy | Jason Kirtland | 2008-01-31 | 1 | -0/+14 |
| * | - the startswith(), endswith(), and contains() operators | Mike Bayer | 2008-01-31 | 1 | -20/+28 |
| * | escapedefaultstest passes on everything | Mike Bayer | 2008-01-30 | 1 | -1/+0 |
| * | moved default escaping test to its own test so oracle gets it | Mike Bayer | 2008-01-30 | 1 | -0/+2 |
| * | - Oracle and others properly encode SQL used for defaults | Mike Bayer | 2008-01-30 | 1 | -1/+22 |
| * | - next release will be 0.4.3 | Mike Bayer | 2008-01-30 | 1 | -27/+76 |
| * | - "Passive defaults" and other "inline" defaults can now | Mike Bayer | 2008-01-28 | 2 | -7/+64 |
| * | - Added a simple @future test marker. | Jason Kirtland | 2008-01-28 | 1 | -0/+19 |
| * | - Fixed little think-o in fails_if | Jason Kirtland | 2008-01-28 | 1 | -1/+1 |
| * | - Fixed bug in polymorphic inheritance where incorrect | Mike Bayer | 2008-01-27 | 1 | -1/+49 |
| * | - added standalone "query" class attribute generated | Mike Bayer | 2008-01-25 | 1 | -4/+7 |
| * | - Flipped join order of __radd__ on association proxied lists. | Jason Kirtland | 2008-01-24 | 1 | -4/+9 |
| * | - IdentitySet binops no longer accept plain sets. | Jason Kirtland | 2008-01-24 | 1 | -3/+20 |
| * | Corrected behavior of get_cls_kwargs and friends | Jason Kirtland | 2008-01-24 | 1 | -0/+67 |
| * | - query.join() can also accept tuples of attribute | Mike Bayer | 2008-01-23 | 1 | -14/+14 |
| * | more capability added to reduce_columns | Mike Bayer | 2008-01-23 | 1 | -0/+19 |
| * | - Migrated zoomark to profiling.function_call_count(), tightened up the numbe... | Jason Kirtland | 2008-01-22 | 2 | -25/+56 |
| * | rein in r3840 find and replace rampage | Jason Kirtland | 2008-01-22 | 1 | -1/+1 |
| * | - 2.3 fixup part three: 100% on postgres, mysql | Jason Kirtland | 2008-01-22 | 5 | -6/+39 |
| * | - Removed some test bogosity | Jason Kirtland | 2008-01-22 | 1 | -11/+10 |
| * | - Cover 2.3 Decimal fallback | Jason Kirtland | 2008-01-22 | 1 | -3/+19 |
| * | - 2.3 fixup, part two: 100% passing for sqlite | Jason Kirtland | 2008-01-21 | 8 | -18/+119 |
| * | - parent transactions weren't started on the connection when adding a connect... | Ants Aasma | 2008-01-20 | 1 | -1/+117 |
| * | - Restored 2.3 compat. in lib/sqlalchemy | Jason Kirtland | 2008-01-19 | 15 | -74/+87 |
| * | - Added source transformation framework for non-2.4 parser implementations | Jason Kirtland | 2008-01-19 | 2 | -0/+414 |
| * | - Oracle assembles the correct columns in the result set | Mike Bayer | 2008-01-19 | 2 | -1/+33 |
| * | - some expression fixup: | Mike Bayer | 2008-01-19 | 2 | -71/+101 |
| * | - dynamic relations, when referenced, create a strong | Mike Bayer | 2008-01-16 | 1 | -0/+52 |
| * | finally, a really straightforward reduce() method which reduces cols | Mike Bayer | 2008-01-15 | 3 | -2/+130 |
| * | - select_table mapper turns straight join into aliased select + custom PK, to... | Mike Bayer | 2008-01-15 | 1 | -6/+1 |
| * | added more (failing) tests to query, will need to fix [ticket:932] [ticket:933] | Mike Bayer | 2008-01-14 | 2 | -185/+216 |