| Commit message (Expand) | Author | Age | Files | Lines |
| * | a crapload of doc tweaks including [ticket:1666], thanks Toby ! | Mike Bayer | 2011-04-16 | 3 | -48/+152 |
| * | no idea what "auto-commit" means here. some reorg. | Mike Bayer | 2011-04-15 | 1 | -36/+37 |
| * | - fixed bug where "from" clause gathering from an | Mike Bayer | 2011-04-14 | 1 | -2/+2 |
| * | - Fixed support for precision numerics when using | Mike Bayer | 2011-04-14 | 1 | -1/+7 |
| * | - a "having" clause would be copied from the | Mike Bayer | 2011-04-13 | 1 | -3/+6 |
| * | - Added checks inside the UOW to detect the unusual | Mike Bayer | 2011-04-10 | 3 | -42/+80 |
| * | - Fixed bug where reflection of foreign key | Mike Bayer | 2011-04-10 | 1 | -0/+4 |
| * | - no encoding with arrays | Mike Bayer | 2011-04-08 | 1 | -0/+2 |
| * | - more liberal check here | Mike Bayer | 2011-04-08 | 1 | -0/+2 |
| * | - assume in py3k that description encoding is None unless the dialect really | Mike Bayer | 2011-04-08 | 4 | -9/+10 |
| * | - Some fixes to the state handling regarding | Mike Bayer | 2011-04-07 | 2 | -3/+4 |
| * | - The limit/offset keywords to select() as well | Mike Bayer | 2011-04-07 | 4 | -13/+48 |
| * | - Some fixes to "evaulate" and "fetch" evaluation | Mike Bayer | 2011-04-07 | 1 | -35/+42 |
| * | - Still more wording adjustments when a query option | Mike Bayer | 2011-04-06 | 1 | -1/+3 |
| * | - The "pool.manage" feature doesn't use pickle | Mike Bayer | 2011-04-05 | 1 | -2/+5 |
| * | - REAL has been added to the core types. Supported | Mike Bayer | 2011-04-05 | 9 | -23/+24 |
| * | - The 'useexisting' flag on Table has been superceded | Mike Bayer | 2011-04-05 | 1 | -15/+55 |
| * | - add some function examples, [ticket:2107] | Mike Bayer | 2011-04-02 | 3 | -2/+120 |
| * | - Fixed mutable extension docs to show the | Mike Bayer | 2011-04-02 | 1 | -11/+25 |
| * | - Added @event.listens_for() decorator, given | Mike Bayer | 2011-04-02 | 1 | -0/+35 |
| * | some additional clarification on typeengine docs | Mike Bayer | 2011-03-30 | 1 | -4/+12 |
| * | - beef up the "augmenting existing types" section | Mike Bayer | 2011-03-30 | 1 | -1/+125 |
| * | - AssertionPool now stores the traceback indicating | Mike Bayer | 2011-03-30 | 3 | -5/+42 |
| * | - and fix the message that was the actual subject of [ticket:2063] | Mike Bayer | 2011-03-27 | 1 | -3/+9 |
| * | - Reworded the exception raised when a flush | Mike Bayer | 2011-03-27 | 1 | -8/+15 |
| * | - add a note about snapshot isolation [ticket:2078] | Mike Bayer | 2011-03-27 | 1 | -0/+17 |
| * | - Documented SQLite DATE/TIME/DATETIME types. | Mike Bayer | 2011-03-27 | 1 | -1/+101 |
| * | - Using column names that would require quotes | Mike Bayer | 2011-03-27 | 1 | -2/+7 |
| * | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -1/+1 |
| * | - adjust the previous checkin a bit. need to transfer sequences over from pi... | Mike Bayer | 2011-03-23 | 2 | -6/+8 |
| * | - Fixed regression whereby MetaData() coming | Mike Bayer | 2011-03-23 | 1 | -2/+3 |
| * | - Fixed bug in QueuePool, SingletonThreadPool whereby | Mike Bayer | 2011-03-22 | 1 | -1/+3 |
| * | - Restored the "catchall" constructor on the base | Mike Bayer | 2011-03-21 | 2 | -5/+6 |
| * | - remove all the fanfare from dynamic_loader() and de-emphasize it inrel_0_7b3 | Mike Bayer | 2011-03-20 | 1 | -41/+23 |
| * | - add attrstrings for all the important mapper() attrbutes, [ticket:2094]. | Mike Bayer | 2011-03-20 | 1 | -10/+221 |
| * | - Added new generic function "next_value()", accepts | Mike Bayer | 2011-03-20 | 6 | -41/+101 |
| * | - some doc reorg | Mike Bayer | 2011-03-17 | 19 | -250/+250 |
| * | - Fixed bug in query.options() whereby a path | Mike Bayer | 2011-03-17 | 1 | -18/+39 |
| * | - Fixed AssertionPool regression bug. A replacement of finalize | Mike Bayer | 2011-03-16 | 1 | -7/+0 |
| * | - Rewrote the query used to get the definition of a view, | Mike Bayer | 2011-03-16 | 1 | -10/+21 |
| * | - alex gaynor's latest batch of pypy test fixes | Mike Bayer | 2011-03-16 | 1 | -16/+18 |
| * | - The horizontal_shard ShardedSession class accepts the common | Mike Bayer | 2011-03-16 | 1 | -52/+52 |
| * | - Improvements to the error messages emitted when | Mike Bayer | 2011-03-16 | 1 | -10/+26 |
| * | - Firebird - the "implicit_returning" flag on create_engine() is | Mike Bayer | 2011-03-16 | 1 | -3/+3 |
| * | - Fixed the BIT type to allow a "length" parameter, "varying" | Mike Bayer | 2011-03-16 | 1 | -4/+24 |
| * | double quote these | Mike Bayer | 2011-03-16 | 1 | -2/+2 |
| * | - Added accessors to ResultProxy "returns_rows", "is_insert" | Mike Bayer | 2011-03-16 | 1 | -0/+26 |
| * | Fix 3 errors in py32, from patch from lsblakk. There are still 8 failures. Se... | Taavi Burns | 2011-03-16 | 1 | -0/+1 |
| * | - merge | Mike Bayer | 2011-03-15 | 3 | -0/+145 |
| |\ |
|
| | * | merge | Taavi Burns | 2011-03-15 | 2 | -0/+144 |
| | |\ |
|