| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | fix test | Mike Bayer | 2011-09-24 | 1 | -1/+1 |
| * | - Modified Column.copy() to use _constructor(), | Mike Bayer | 2011-09-23 | 1 | -0/+15 |
| * | - Fixed bug whereby with_only_columns() method of | Mike Bayer | 2011-09-21 | 1 | -0/+8 |
| * | - Changed the update() method on association proxy | Mike Bayer | 2011-09-14 | 1 | -1/+0 |
| * | - Behavioral improvement: empty | Mike Bayer | 2011-09-09 | 1 | -0/+21 |
| * | - Fixed bug regarding calculation of "from" list | Mike Bayer | 2011-09-05 | 1 | -3/+114 |
| * | - Added a slightly nicer __repr__() to SchemaItem | Mike Bayer | 2011-08-14 | 1 | -17/+39 |
| * | - Query will convert an OFFSET of zero when | Mike Bayer | 2011-08-06 | 1 | -0/+15 |
| * | - add CoerceUTF8 example | Mike Bayer | 2011-07-30 | 1 | -2/+143 |
| * | - rework Annotated to no longer use __cmp__(), supply an __eq__() that | Mike Bayer | 2011-07-24 | 1 | -0/+18 |
| * | - rewrite cloned_traverse() and replacement_traverse() to use a straight | Mike Bayer | 2011-07-24 | 2 | -1/+19 |
| * | - Added an informative error message when | Mike Bayer | 2011-07-21 | 1 | -0/+33 |
| * | - Added an improved repr() to TypeEngine objects | Mike Bayer | 2011-07-04 | 1 | -0/+11 |
| * | - Fixed bug where "autoincrement" detection on | Mike Bayer | 2011-06-30 | 1 | -1/+11 |
| * | - Fixed subtle bug that caused SQL to blow | Mike Bayer | 2011-06-27 | 1 | -1/+10 |
| * | - Fixed a subtle bug involving column | Mike Bayer | 2011-06-27 | 1 | -0/+18 |
| * | try to get py3k to pass here | Mike Bayer | 2011-06-22 | 1 | -1/+1 |
| * | fix test | Mike Bayer | 2011-06-22 | 1 | -1/+4 |
| * | - Adjusted the __contains__() method of | Mike Bayer | 2011-06-04 | 1 | -0/+19 |
| * | - Unit tests pass 100% on MySQL installed | Mike Bayer | 2011-06-02 | 1 | -2/+3 |
| * | fix some tests | Mike Bayer | 2011-06-02 | 3 | -10/+11 |
| * | use default dialect here | Mike Bayer | 2011-05-29 | 1 | -0/+1 |
| * | - Streamlined the process by which a Select | Mike Bayer | 2011-05-28 | 1 | -0/+28 |
| * | - Fixed bug whereby nesting a label of a select() | Mike Bayer | 2011-05-18 | 1 | -1/+51 |
| * | - Changed the handling in determination of join | Mike Bayer | 2011-05-07 | 1 | -0/+61 |
| * | - Fixed bug whereby if FetchedValue was passed | Mike Bayer | 2011-04-23 | 1 | -0/+78 |
| * | - Added explicit check for when Column .name | Mike Bayer | 2011-04-20 | 1 | -3/+25 |
| * | - move documentation of available execution options to Connection - this is t... | Mike Bayer | 2011-04-17 | 1 | -2/+14 |
| * | - Added explicit true()/false() constructs to expression | Mike Bayer | 2011-04-17 | 1 | -1/+64 |
| * | - Before/after attach events for PrimaryKeyConstraint | Mike Bayer | 2011-04-17 | 1 | -4/+48 |
| * | - Fixed incorrect usage of "," in over() clause | Mike Bayer | 2011-04-17 | 1 | -2/+11 |
| * | - fixed bug where "from" clause gathering from an | Mike Bayer | 2011-04-14 | 1 | -0/+6 |
| * | - Fixed support for precision numerics when using | Mike Bayer | 2011-04-14 | 1 | -1/+0 |
| * | - more liberal check here | Mike Bayer | 2011-04-08 | 1 | -1/+1 |
| * | - The limit/offset keywords to select() as well | Mike Bayer | 2011-04-07 | 1 | -1/+19 |
| * | - REAL has been added to the core types. Supported | Mike Bayer | 2011-04-05 | 1 | -1/+8 |
| * | - The 'useexisting' flag on Table has been superceded | Mike Bayer | 2011-04-05 | 1 | -6/+222 |
| * | - move all the comments that got shoved below the fixture grabs back up | Mike Bayer | 2011-03-27 | 6 | -0/+13 |
| * | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 16 | -81/+82 |
| * | - convert @provide_metadata to use self access | Mike Bayer | 2011-03-26 | 3 | -13/+23 |
| * | - remove @testing.resolve_artifact_names, replace with direct attribute | Mike Bayer | 2011-03-26 | 1 | -4/+4 |
| * | - adjust the previous checkin a bit. need to transfer sequences over from pi... | Mike Bayer | 2011-03-23 | 1 | -3/+37 |
| * | - Fixed regression whereby MetaData() coming | Mike Bayer | 2011-03-23 | 1 | -3/+36 |
| * | - Restored the "catchall" constructor on the base | Mike Bayer | 2011-03-21 | 1 | -0/+8 |
| * | - Added new generic function "next_value()", accepts | Mike Bayer | 2011-03-20 | 1 | -26/+184 |
| * | - Firebird - the "implicit_returning" flag on create_engine() is | Mike Bayer | 2011-03-16 | 1 | -3/+33 |
| * | - Added accessors to ResultProxy "returns_rows", "is_insert" | Mike Bayer | 2011-03-16 | 1 | -0/+30 |
| * | Fix 3 errors in py32, from patch from lsblakk. There are still 8 failures. Se... | Taavi Burns | 2011-03-16 | 1 | -1/+16 |
| * | Merge | Denise Govindarajan | 2011-03-15 | 1 | -0/+12 |
| |\ |
|
| | * | Informix and postgresql reserved words changes -- almost done. | Jim Phares | 2011-03-15 | 1 | -0/+12 |