summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine
Commit message (Expand)AuthorAgeFilesLines
...
* | - The execution options passed to an :class:`.Engine` either viaMike Bayer2014-10-061-0/+1
* | - use provide_metadata for new unique constraint / index testsMike Bayer2014-10-041-1/+14
* | Merge branch 'reflect-unique-constraints' of https://bitbucket.org/jerdfelt/s...Mike Bayer2014-10-041-0/+34
|\ \
| * | Reflect unique constraints when reflecting a Table objectJohannes Erdfelt2014-09-171-0/+34
| |/
* | - cyclomatic complexity; break up reflecttable(), goes from E to BMike Bayer2014-09-271-39/+74
* | - repair autorollback for branchesMike Bayer2014-09-261-2/+2
* | - Fixed bug where a "branched" connection, that is the kind you getMike Bayer2014-09-261-37/+87
* | - Fixed bug where a "branched" connection, that is the kind you getMike Bayer2014-09-261-11/+32
|/
* - Added :meth:`.Inspector.get_temp_table_names` andMike Bayer2014-09-172-1/+41
* - tiny refactors #1-#5Mike Bayer2014-09-051-96/+115
* - An adjustment to table/index reflection such that if an indexMike Bayer2014-09-021-8/+17
* - major refactoring/inlining to loader.instances(), though not reallyMike Bayer2014-08-281-3/+25
* - TIL that dict.keys() in py3K is not an iterator, it is an iterableMike Bayer2014-08-151-2/+2
* - other test fixesMike Bayer2014-08-151-1/+1
* - The string keys that are used to determine the columns impactedMike Bayer2014-08-141-1/+1
* - rewrite all the sqlite/pysqlite transaction isolation docsMike Bayer2014-08-091-0/+16
* - rework the exclusions system to have much better support for compoundMike Bayer2014-07-261-0/+12
* - 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