summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine
Commit message (Expand)AuthorAgeFilesLines
* - restate sort_tables in terms of a more fine grainedMike Bayer2015-01-011-1/+68
* correctionsMike Bayer2014-12-272-1/+2
* - keep working on fixing #3266, more cases, more testsMike Bayer2014-12-101-4/+5
* - identify another spot where _handle_dbapi_error() needs to do somethingMike Bayer2014-12-081-3/+4
* - simplify the "noconnection" error handling, settingMike Bayer2014-12-082-18/+20
* - adjust _revalidate_connection() again such that we pass a _wrap=FalseMike Bayer2014-12-052-21/+30
* - move inner calls to _revalidate_connection() outside of existingMike Bayer2014-12-051-8/+9
* - document / work around that dialect_options isn't necessarily thereMike Bayer2014-12-051-1/+4
* - The engine-level error handling and wrapping routines will nowMike Bayer2014-12-054-18/+87
* - New Oracle DDL features for tables, indexes: COMPRESS, BITMAP.Mike Bayer2014-12-041-1/+9
* - in lieu of adding a new system of translating bound parameter namesMike Bayer2014-11-101-0/+11
* Merge remote-tracking branch 'origin/pr/140' into pr140Mike Bayer2014-10-111-2/+0
|\
| * cleanup exception handling - use new exception hierarchy (since python 2.5)pr/140ndparker2014-10-021-4/+0
| * improve exception vs. exit handlingndparker2014-09-231-0/+2
* | - adjustment for ref #3200 as we need an immutabledict() here soMike Bayer2014-10-071-1/+1
* | - 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