| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | do the mercurial dance (re-merge what I just merged...) | Mike Bayer | 2010-12-11 | 1 | -32/+17 |
| |\ |
|
| | * | - clean up the batch insert thing | Mike Bayer | 2010-12-11 | 1 | -13/+23 |
| | * | - initial stab at using executemany() for inserts in the ORM when possible | Mike Bayer | 2010-12-10 | 1 | -29/+4 |
| * | | [49145a6940062486a6eec66bfe5c9d95c5f76c7a] forgot the final arg to _handle_db... | Philip Jenvey | 2010-12-10 | 1 | -1/+2 |
| |/ |
|
| * | - more inlining. nominal execution on sqlite down to 36 calls, from 51 in 0.6. | Mike Bayer | 2010-12-05 | 1 | -168/+165 |
| * | - reduce some pool overhead | Mike Bayer | 2010-12-05 | 1 | -6/+1 |
| * | - inline the various construction methods of DefaultExecutionContext. This | Mike Bayer | 2010-12-05 | 1 | -32/+56 |
| * | - ResultProxy and friends always reference the DBAPI connection at the same time | Mike Bayer | 2010-12-05 | 1 | -20/+34 |
| * | - fixes for PG, mysql, twophase | Mike Bayer | 2010-11-20 | 1 | -4/+4 |
| * | - logging has been overhauled such that engines no longer need to encode the | Mike Bayer | 2010-11-20 | 1 | -1/+1 |
| |\ |
|
| | * | - initial patch for [ticket:1926] | Mike Bayer | 2010-11-17 | 1 | -1/+1 |
| * | | merge tip | Mike Bayer | 2010-11-13 | 1 | -0/+8 |
| |\ \
| |/ |
|
| | * | - and fix everything from the last checkin that breaks on py 2.4, 2.5 | Mike Bayer | 2010-11-09 | 1 | -2/+2 |
| | * | - Implemented sequence check capability for the C | Mike Bayer | 2010-11-09 | 1 | -0/+8 |
| * | | - move deprecated interfaces down to bottom of TOC, update verbiage | Mike Bayer | 2010-11-10 | 1 | -24/+25 |
| * | | merge tip | Mike Bayer | 2010-10-02 | 1 | -4/+4 |
| |\ \
| |/ |
|
| | * | - the logging message emitted by the engine when | Mike Bayer | 2010-09-21 | 1 | -1/+1 |
| | * | - Fixed a regression in 0.6.4 whereby the change that | Mike Bayer | 2010-09-16 | 1 | -3/+3 |
| * | | - reorganization | Mike Bayer | 2010-09-14 | 1 | -56/+3 |
| * | | - merge tip, 0.6.4 + 0.6.5 | Mike Bayer | 2010-09-14 | 1 | -17/+87 |
| |\ \
| |/ |
|
| | * | edits | Mike Bayer | 2010-09-08 | 1 | -4/+1 |
| | * | doc updates | Mike Bayer | 2010-09-06 | 1 | -1/+18 |
| | * | - rewrote the "connections" section | Mike Bayer | 2010-09-05 | 1 | -14/+57 |
| | * | roughly the finished product. | Mike Bayer | 2010-09-04 | 1 | -1/+14 |
| * | | merge from tip | Mike Bayer | 2010-09-03 | 1 | -14/+22 |
| |\ \
| |/ |
|
| | * | - replaced all self.__connection.is_valid with | Mike Bayer | 2010-08-26 | 1 | -14/+22 |
| * | | - moved out to on_before_execute, on_after_execute. not much option here, | Mike Bayer | 2010-08-29 | 1 | -30/+63 |
| * | | going back to the simple way, plus trying to make the engine thing simpler, a... | Mike Bayer | 2010-08-28 | 1 | -98/+76 |
| * | | - its probably worthwhile to make the primary listen() interface humane, i.e.: | Mike Bayer | 2010-08-27 | 1 | -17/+30 |
| * | | merge tip | Mike Bayer | 2010-08-14 | 1 | -2/+2 |
| |\ \
| |/ |
|
| | * | get slightly better about deprecations in docstrings, tho this is kind of an ... | Mike Bayer | 2010-08-09 | 1 | -2/+2 |
| * | | this reorganizes things so the EventDescriptor and all is on a "Dispatch" obj... | Mike Bayer | 2010-08-09 | 1 | -7/+3 |
| * | | working with how this will be documented and having some probs with sphinx | Mike Bayer | 2010-08-09 | 1 | -45/+49 |
| * | | merge tip | Mike Bayer | 2010-08-08 | 1 | -8/+30 |
| |\ \
| |/ |
|
| | * | - Calling fetchone() or similar on a result that | Mike Bayer | 2010-08-03 | 1 | -8/+30 |
| * | | - class level listeners can be added after the fact | Mike Bayer | 2010-07-27 | 1 | -1/+5 |
| * | | - pretty much all tests passing, maybe some callcounts are off | Mike Bayer | 2010-07-25 | 1 | -2/+3 |
| * | | - got engine events partially working, needs work on return value considerations | Mike Bayer | 2010-07-24 | 1 | -101/+95 |
| * | | shoulda listened harder in APL class | Mike Bayer | 2010-07-24 | 1 | -39/+77 |
| * | | - worked it out so that classes declare a nested class "event", | Mike Bayer | 2010-07-24 | 1 | -1/+2 |
| * | | - initial "events" idea. will replace all Extension, Proxy, Listener | Mike Bayer | 2010-07-24 | 1 | -18/+60 |
| |/ |
|
| * | document the crap out of text(), Session.execute() | Mike Bayer | 2010-07-20 | 1 | -1/+10 |
| * | - Fixed @memoized_property and @memoized_instancemethod | Mike Bayer | 2010-06-19 | 1 | -2/+2 |
| * | - Pool classes will reuse the same "pool_logging_name" setting | Mike Bayer | 2010-05-30 | 1 | -4/+23 |
| * | 79 char lines for base.py | Mike Bayer | 2010-05-30 | 1 | -138/+281 |
| * | docs on dispose | Mike Bayer | 2010-05-15 | 1 | -0/+23 |
| * | since we are calling traverse_single within ddl.py, call traverse_single at t... | Mike Bayer | 2010-04-16 | 1 | -1/+1 |
| * | - Table.create() and Table.drop() no longer apply metadata- | Mike Bayer | 2010-04-16 | 1 | -2/+2 |
| * | - Added get_pk_constraint() to reflection.Inspector, similar | Mike Bayer | 2010-04-15 | 1 | -0/+15 |
| * | - Added new 'compiled_cache' execution option. A dictionary | Mike Bayer | 2010-04-07 | 1 | -3/+15 |