| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - reinstate "dont set up integer index in keymap if we're on cexts", | Mike Bayer | 2016-01-27 | 1 | -5/+10 |
| * | Revert "- dont set up integer index in keymap if we're on cexts" | Mike Bayer | 2016-01-27 | 1 | -10/+5 |
| * | - dont set up integer index in keymap if we're on cexts | Mike Bayer | 2016-01-27 | 1 | -5/+10 |
| * | - calling str() on a core sql construct has been made more "friendly", | Mike Bayer | 2016-01-19 | 1 | -0/+17 |
| * | - A deep improvement to the recently added :meth:`.TextClause.columns` | Mike Bayer | 2016-01-14 | 2 | -133/+275 |
| * | - reorganize schema_translate_map to be succinct and gain the performance | Mike Bayer | 2016-01-11 | 5 | -25/+52 |
| * | - ensure we use a Connection for effective schema here since Engine doesn't | Mike Bayer | 2016-01-09 | 2 | -1/+3 |
| * | - Multi-tenancy schema translation for :class:`.Table` objects is added. | Mike Bayer | 2016-01-08 | 4 | -5/+51 |
| * | - Added a new entrypoint system to the engine to allow "plugins" to | Mike Bayer | 2016-01-06 | 4 | -2/+123 |
| * | - Fixed 1.0 regression where the eager fetch of cursor.rowcount was | Mike Bayer | 2016-01-05 | 2 | -1/+4 |
| * | Change generator termination from StopIteration to return.pr/211 | pgjones | 2015-10-30 | 1 | -1/+1 |
| * | Add a lot more detail | Eric Siegerman | 2015-09-23 | 1 | -3/+22 |
| * | Add some markup | Eric Siegerman | 2015-09-23 | 1 | -2/+2 |
| * | A few minor rewordings | Eric Siegerman | 2015-09-23 | 1 | -3/+3 |
| * | - Fixed regression where new methods on :class:`.ResultProxy` used | Mike Bayer | 2015-07-19 | 1 | -2/+12 |
| * | - Fixed regression where :meth:`.ResultProxy.keys` would return | Mike Bayer | 2015-07-19 | 1 | -3/+6 |
| * | Remove RootTransaction<->RootTransaction reference cycle | Jakub Stasiak | 2015-07-18 | 1 | -1/+5 |
| * | add CYCLE support to Sequence() and docstrings for NO MINVALUE and NO MAXVALUEpr/186 | jakeogh | 2015-06-27 | 1 | -1/+2 |
| * | add NO MINVALUE and NO MAXVALUE support to Sequence() | jakeogh | 2015-06-27 | 1 | -1/+2 |
| * | add MAXVALUE support to Sequence() | jakeogh | 2015-06-27 | 1 | -1/+1 |
| * | add MINVALUE support to Sequence() | jakeogh | 2015-06-27 | 1 | -2/+2 |
| * | - more edits, references #3461 | Mike Bayer | 2015-06-19 | 1 | -2/+4 |
| * | - add explciit section on engine disposal, fixes #3461 | Mike Bayer | 2015-06-19 | 1 | -14/+10 |
| * | - add test cases for pullreq github:182, where we add a new | Mike Bayer | 2015-06-14 | 1 | -2/+19 |
| * | Added max_row_buffer attribute to the context execution options and usepr/182 | Morgan McClure | 2015-06-13 | 1 | -2/+7 |
| * | BufferedRowResultProxy should stop growing at 100 | Morgan McClure | 2015-06-13 | 1 | -4/+1 |
| * | - Added new engine event :meth:`.ConnectionEvents.engine_disposed`. | Mike Bayer | 2015-06-06 | 1 | -0/+1 |
| * | - Fixed bug where known boolean values used by | Mike Bayer | 2015-05-26 | 2 | -9/+8 |
| * | - fix some tests related to the URL change and try to make | Mike Bayer | 2015-05-23 | 2 | -6/+13 |
| * | - Adjustments to the engine plugin hook, such that the | Mike Bayer | 2015-05-22 | 2 | -9/+12 |
| * | - Added support for the case of the misbehaving DBAPI that has | Mike Bayer | 2015-05-15 | 3 | -2/+23 |
| * | - New features added to support engine/pool plugins with advanced | Mike Bayer | 2015-04-30 | 3 | -3/+76 |
| * | - Fixed a regression where the "last inserted id" mechanics would | Mike Bayer | 2015-04-08 | 1 | -12/+20 |
| * | - The "auto close" for :class:`.ResultProxy` is now a "soft" close. | Mike Bayer | 2015-03-17 | 3 | -40/+143 |
| * | - copyright 2015 | Mike Bayer | 2015-03-10 | 10 | -10/+10 |
| * | - fix a potential race condition where the per-mapper LRUCache used by | Mike Bayer | 2015-03-09 | 1 | -3/+2 |
| * | foo | Mike Bayer | 2015-03-08 | 2 | -20/+31 |
| * | - the change for #918 was of course not nearly that simple. | Mike Bayer | 2015-03-07 | 1 | -1/+1 |
| * | - The SQL compiler now generates the mapping of expected columnspositional_targeting | Mike Bayer | 2015-03-07 | 2 | -76/+139 |
| * | - Fixed bug in :class:`.Connection` and pool where the | Mike Bayer | 2015-02-04 | 1 | -0/+7 |
| * | - A warning is emitted if the ``isolation_level`` parameter is used | Mike Bayer | 2015-02-04 | 3 | -0/+22 |
| * | - remove the clever approach w/ dialect events, and remove the need | Mike Bayer | 2015-01-25 | 1 | -17/+20 |
| * | - remove context-specific post-crud logic from Connection and inline post-crud | Mike Bayer | 2015-01-25 | 2 | -75/+81 |
| * | - Added new user-space accessors for viewing transaction isolation | Mike Bayer | 2015-01-20 | 3 | -15/+186 |
| * | - The multi-values version of :meth:`.Insert.values` has been | Mike Bayer | 2015-01-13 | 1 | -4/+5 |
| * | - restate sort_tables in terms of a more fine grained | Mike Bayer | 2015-01-01 | 1 | -1/+68 |
| * | corrections | Mike Bayer | 2014-12-27 | 2 | -1/+2 |
| * | - keep working on fixing #3266, more cases, more tests | Mike Bayer | 2014-12-10 | 1 | -4/+5 |
| * | - identify another spot where _handle_dbapi_error() needs to do something | Mike Bayer | 2014-12-08 | 1 | -3/+4 |
| * | - simplify the "noconnection" error handling, setting | Mike Bayer | 2014-12-08 | 2 | -18/+20 |