| Commit message (Expand) | Author | Age | Files | Lines |
* | - Added :paramref:`.MetaData.reflect.**dialect_kwargs` | Mike Bayer | 2014-02-02 | 1 | -7/+16 |
* | - continue with [ticket:2907] and further clean up how we set up | Mike Bayer | 2014-01-13 | 1 | -17/+41 |
* | - :class:`.Connection` now associates a new | Mike Bayer | 2014-01-12 | 1 | -8/+8 |
* | - add new event PoolEvents.invalidate(). allows interception of invalidation | Mike Bayer | 2014-01-12 | 1 | -9/+29 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | - Fixed bug where SQL statement would be improperly ASCII-encoded | Mike Bayer | 2013-11-22 | 1 | -1/+1 |
* | Merge pull request #25 from gthb/ticket_2821 | mike bayer | 2013-09-29 | 1 | -1/+1 |
|\ |
|
| * | Hide password in URL and Engine __repr__pr/25 | Gunnlaugur Þór Briem | 2013-09-06 | 1 | -1/+1 |
* | | Replace a big loop + dict lookup in Connection.execute() with a simple visitorpr/30 | Alex Gaynor | 2013-09-25 | 1 | -18/+7 |
|/ |
|
* | - A rework to the way that "quoted" identifiers are handled, in that | Mike Bayer | 2013-08-27 | 1 | -0/+11 |
* | - ensure rowcount is returned for an UPDATE with no implicit returning | Mike Bayer | 2013-08-25 | 1 | -5/+4 |
* | - The ``version_id_generator`` parameter of ``Mapper`` can now be specified | Mike Bayer | 2013-08-25 | 1 | -0/+6 |
* | - A large refactoring of the ``sqlalchemy.sql`` package has reorganized | Mike Bayer | 2013-08-12 | 1 | -3/+3 |
* | - refactor pool a bit so that intent between ConnectionRecord/ConnectionFairy... | Mike Bayer | 2013-07-02 | 1 | -17/+11 |
* | get profile 1a back down to 5100 calls, that one was 10% greater due to this | Mike Bayer | 2013-05-26 | 1 | -3/+3 |
* | use logging to output exc_info here | Mike Bayer | 2013-05-04 | 1 | -11/+5 |
* | - test_types, test_compiler, with sqlite at least | Mike Bayer | 2013-04-28 | 1 | -1/+3 |
* | plugging away | Mike Bayer | 2013-04-27 | 1 | -3/+3 |
* | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -11/+11 |
* | Reworked internal exception raises that emit | Mike Bayer | 2013-04-18 | 1 | -41/+25 |
* | Improvements to Connection auto-invalidation | Mike Bayer | 2013-04-11 | 1 | -24/+32 |
* | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
* | fixing broken links (see #2625) | Diana Clarke | 2012-12-06 | 1 | -7/+7 |
* | fixing broken links (see #2625) | Diana Clarke | 2012-12-05 | 1 | -1/+1 |
* | - recognize that do_rollback() and do_commit() work with a DBAPI connection, | Mike Bayer | 2012-11-22 | 1 | -2/+3 |
* | - an enormous merge just because I committed a one line log entry. the joy o... | Mike Bayer | 2012-11-20 | 1 | -38/+40 |
|\ |
|
| * | just a pep8 pass of lib/sqlalchemy/engine/ | Diana Clarke | 2012-11-19 | 1 | -38/+40 |
* | | should be logging this | Mike Bayer | 2012-11-20 | 1 | -0/+2 |
|/ |
|
* | - merge ben's patch with updates | Mike Bayer | 2012-11-17 | 1 | -1/+1 |
|\ |
|
| * | Updated sybase testing requirements | Benjamin Trofatter | 2012-10-31 | 1 | -1/+1 |
* | | The :meth:`.Connection.connect` and :meth:`.Connection.contextual_connect` | Mike Bayer | 2012-11-14 | 1 | -43/+38 |
|/ |
|
* | - more docs | Mike Bayer | 2012-10-26 | 1 | -1/+1 |
* | versionadded | Mike Bayer | 2012-10-25 | 1 | -2/+4 |
* | aaaarrrgg | Mike Bayer | 2012-10-23 | 1 | -1/+1 |
* | tweaks | Mike Bayer | 2012-10-23 | 1 | -1/+1 |
* | Added a new method :meth:`.Engine.execution_options` | Mike Bayer | 2012-10-23 | 1 | -16/+114 |
* | mssql: - [bug] Fixed bug where reflection of primary key constraint | Mike Bayer | 2012-09-30 | 1 | -0/+2 |
* | dev | Mike Bayer | 2012-09-29 | 1 | -2/+2 |
* | - fixes for mxODBC, some pyodbc | Mike Bayer | 2012-09-02 | 1 | -1/+3 |
* | - get all tests within -w engine + pyodbc:mssql on windows to pass | Mike Bayer | 2012-09-01 | 1 | -1/+3 |
* | - [feature] Added support for .info dictionary argument to | Mike Bayer | 2012-08-24 | 1 | -1/+9 |
* | - [feature] The before_cursor_execute event | Mike Bayer | 2012-08-23 | 1 | -55/+17 |
* | big rework of is_active and SessionTransaction docs | Mike Bayer | 2012-08-08 | 1 | -1/+0 |
* | - break out engine/base.py into base, interfaces, result, util. | Mike Bayer | 2012-08-07 | 1 | -1973/+8 |
* | more import cleanups | Mike Bayer | 2012-08-07 | 1 | -7/+7 |
* | - [feature] Connection event listeners can | Mike Bayer | 2012-07-18 | 1 | -253/+308 |
* | - [bug] Fixed bug whereby if a database restart | Mike Bayer | 2012-06-22 | 1 | -1/+4 |
* | - [bug] Fixed bug whereby | Mike Bayer | 2012-06-22 | 1 | -2/+1 |
* | - [bug] The ResultProxy methods inserted_primary_key, | Mike Bayer | 2012-06-16 | 1 | -16/+81 |
* | - rewrite rowcount documentation to be as absolutely clear as possible | Mike Bayer | 2012-06-12 | 1 | -21/+49 |