summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine
Commit message (Expand)AuthorAgeFilesLines
...
* - more pg8000 tests passingMike Bayer2014-07-251-1/+0
* - The MySQL dialect will now disable :meth:`.ConnectionEvents.handle_error`Mike Bayer2014-07-251-1/+3
* PEP8 style fixesBrian Jarrett2014-07-1310-303/+318
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-0910-10/+20
* - rework the entire approach to #3076. As we need to catch all exceptionsMike Bayer2014-07-043-29/+165
* - Added new attributes :attr:`.ExecutionContext.exception` andMike Bayer2014-07-032-1/+42
* - The mechanics of the :meth:`.ConnectionEvents.dbapi_error` handlerMike Bayer2014-07-031-7/+23
* - attach the ResultMetaData to the Compiled object, when we detect thatMike Bayer2014-06-291-4/+12
* - vastly improve the "safe close cursor" tests in test_reconnectMike Bayer2014-05-302-3/+3
* Merge pull request #91 from smurfix/de_apostroph_ifymike bayer2014-05-113-3/+3
|\
| * Documentation fix-up: "its" vs. "it's"pr/91Matthias Urlichs2014-05-113-3/+3
* | - Fixed some "double invalidate" situations were detected whereMike Bayer2014-05-101-3/+10
|/
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-262-3/+3
* revert inadvertent pdbMike Bayer2014-03-281-2/+0
* - Fixed ORM bug where changing the primary key of an object, then markingMike Bayer2014-03-281-0/+2
* - work on fixing some race-condition failures:Mike Bayer2014-03-261-1/+1
* - Added some new event mechanics for dialect-level events; the initialMike Bayer2014-03-242-19/+44
* - An event listener can now be associated with a :class:`.Engine`,Mike Bayer2014-03-221-28/+31
* - restore the old behavior of the connection pool replacing itself justMike Bayer2014-03-221-0/+1
* - A major improvement made to the mechanics by which the :class:`.Engine`Mike Bayer2014-03-221-4/+2
* - The :meth:`.ConnectionEvents.after_cursor_execute` event is nowMike Bayer2014-03-191-4/+11
* - Added a new keyword argument ``once=True`` to :func:`.event.listen`Mike Bayer2014-03-111-2/+1
* docsMike Bayer2014-02-251-10/+20
* - Added :paramref:`.MetaData.reflect.**dialect_kwargs`Mike Bayer2014-02-021-7/+16
* - Fixed 0.9 regression where the new sortable support for :class:`.RowProxy`Mike Bayer2014-01-281-3/+18
* - doc updates, include links to create_engine from tutorials, cleanupMike Bayer2014-01-231-11/+20
* - Fixed the multiple-table "UPDATE..FROM" construct, only usable onMike Bayer2014-01-201-3/+5
* - further refine this so that the ordering of columns is maintained asMike Bayer2014-01-201-8/+1
* - simplify the mechanics of PrimaryKeyConstraint with regards to reflection;Mike Bayer2014-01-201-10/+15
* - repair signature for base get_unique_constraints() methodMike Bayer2014-01-201-1/+1
* - some test fixesMike Bayer2014-01-191-26/+23
* - implement kwarg validation and type system for dialect-specificMike Bayer2014-01-182-1/+29
* - _cursor_execute() will close the cursor on error; oracle doesn't allow doub...Mike Bayer2014-01-131-12/+12
* - The MySQL CAST compilation now takes into account aspects of a stringMike Bayer2014-01-131-21/+30
* revert r2775c95b1ee30831216cc5 which was mostly an inadvertent commit, except...Mike Bayer2014-01-131-30/+21
* - continue with [ticket:2907] and further clean up how we set upMike Bayer2014-01-131-17/+41
* - :class:`.Connection` now associates a newMike Bayer2014-01-121-8/+8
* - add new event PoolEvents.invalidate(). allows interception of invalidationMike Bayer2014-01-121-9/+29
* new changelogMike Bayer2014-01-111-21/+30
* - happy new yearMike Bayer2014-01-0510-10/+10
* - improve documentation for return_defaults() and returned_defaults. [ticket...Mike Bayer2013-12-201-1/+9
* - The :func:`.engine_from_config` function has been improved so thatMike Bayer2013-12-074-34/+36
* - A DBAPI that raises an error on ``connect()`` which is not a subclassMike Bayer2013-12-071-1/+1
* - reflection of unique constraints backported to 0.8.4 [ticket:1443]Mike Bayer2013-12-031-1/+1
* - adjustment, the spec says: "Within the user and password field, any ":",Mike Bayer2013-11-251-2/+15
* - The :func:`.create_engine` routine and the relatedMike Bayer2013-11-241-7/+2
* - Fixed bug where SQL statement would be improperly ASCII-encodedMike Bayer2013-11-221-1/+1
* - The :class:`.RowProxy` object is now sortable in Python as a regularMike Bayer2013-11-191-1/+4
* - remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalche...Mike Bayer2013-11-171-1/+1
* Fix cross referencespr/44Vraj Mohan2013-11-141-1/+1