| Commit message (Expand) | Author | Age | Files | Lines |
| * | - 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 |
| * | - adjust _revalidate_connection() again such that we pass a _wrap=False | Mike Bayer | 2014-12-05 | 2 | -21/+30 |
| * | - move inner calls to _revalidate_connection() outside of existing | Mike Bayer | 2014-12-05 | 1 | -8/+9 |
| * | - document / work around that dialect_options isn't necessarily there | Mike Bayer | 2014-12-05 | 1 | -1/+4 |
| * | - The engine-level error handling and wrapping routines will now | Mike Bayer | 2014-12-05 | 4 | -18/+87 |
| * | - New Oracle DDL features for tables, indexes: COMPRESS, BITMAP. | Mike Bayer | 2014-12-04 | 1 | -1/+9 |
| * | - in lieu of adding a new system of translating bound parameter names | Mike Bayer | 2014-11-10 | 1 | -0/+11 |
| * | Merge remote-tracking branch 'origin/pr/140' into pr140 | Mike Bayer | 2014-10-11 | 1 | -2/+0 |
| |\ |
|
| | * | cleanup exception handling - use new exception hierarchy (since python 2.5)pr/140 | ndparker | 2014-10-02 | 1 | -4/+0 |
| | * | improve exception vs. exit handling | ndparker | 2014-09-23 | 1 | -0/+2 |
| * | | - adjustment for ref #3200 as we need an immutabledict() here so | Mike Bayer | 2014-10-07 | 1 | -1/+1 |
| * | | - The execution options passed to an :class:`.Engine` either via | Mike Bayer | 2014-10-06 | 1 | -0/+1 |
| * | | - use provide_metadata for new unique constraint / index tests | Mike Bayer | 2014-10-04 | 1 | -1/+14 |
| * | | Merge branch 'reflect-unique-constraints' of https://bitbucket.org/jerdfelt/s... | Mike Bayer | 2014-10-04 | 1 | -0/+34 |
| |\ \ |
|
| | * | | Reflect unique constraints when reflecting a Table object | Johannes Erdfelt | 2014-09-17 | 1 | -0/+34 |
| | |/ |
|
| * | | - cyclomatic complexity; break up reflecttable(), goes from E to B | Mike Bayer | 2014-09-27 | 1 | -39/+74 |
| * | | - repair autorollback for branches | Mike Bayer | 2014-09-26 | 1 | -2/+2 |
| * | | - Fixed bug where a "branched" connection, that is the kind you get | Mike Bayer | 2014-09-26 | 1 | -37/+87 |
| * | | - Fixed bug where a "branched" connection, that is the kind you get | Mike Bayer | 2014-09-26 | 1 | -11/+32 |
| |/ |
|
| * | - Added :meth:`.Inspector.get_temp_table_names` and | Mike Bayer | 2014-09-17 | 2 | -1/+41 |
| * | - tiny refactors #1-#5 | Mike Bayer | 2014-09-05 | 1 | -96/+115 |
| * | - An adjustment to table/index reflection such that if an index | Mike Bayer | 2014-09-02 | 1 | -8/+17 |
| * | - major refactoring/inlining to loader.instances(), though not really | Mike Bayer | 2014-08-28 | 1 | -3/+25 |
| * | - TIL that dict.keys() in py3K is not an iterator, it is an iterable | Mike Bayer | 2014-08-15 | 1 | -2/+2 |
| * | - other test fixes | Mike Bayer | 2014-08-15 | 1 | -1/+1 |
| * | - The string keys that are used to determine the columns impacted | Mike Bayer | 2014-08-14 | 1 | -1/+1 |
| * | - rewrite all the sqlite/pysqlite transaction isolation docs | Mike Bayer | 2014-08-09 | 1 | -0/+16 |
| * | - rework the exclusions system to have much better support for compound | Mike Bayer | 2014-07-26 | 1 | -0/+12 |
| * | - more pg8000 tests passing | Mike Bayer | 2014-07-25 | 1 | -1/+0 |
| * | - The MySQL dialect will now disable :meth:`.ConnectionEvents.handle_error` | Mike Bayer | 2014-07-25 | 1 | -1/+3 |
| * | PEP8 style fixes | Brian Jarrett | 2014-07-13 | 10 | -303/+318 |
| * | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 10 | -10/+20 |
| * | - rework the entire approach to #3076. As we need to catch all exceptions | Mike Bayer | 2014-07-04 | 3 | -29/+165 |
| * | - Added new attributes :attr:`.ExecutionContext.exception` and | Mike Bayer | 2014-07-03 | 2 | -1/+42 |
| * | - The mechanics of the :meth:`.ConnectionEvents.dbapi_error` handler | Mike Bayer | 2014-07-03 | 1 | -7/+23 |
| * | - attach the ResultMetaData to the Compiled object, when we detect that | Mike Bayer | 2014-06-29 | 1 | -4/+12 |
| * | - vastly improve the "safe close cursor" tests in test_reconnect | Mike Bayer | 2014-05-30 | 2 | -3/+3 |
| * | Merge pull request #91 from smurfix/de_apostroph_ify | mike bayer | 2014-05-11 | 3 | -3/+3 |
| |\ |
|
| | * | Documentation fix-up: "its" vs. "it's"pr/91 | Matthias Urlichs | 2014-05-11 | 3 | -3/+3 |
| * | | - Fixed some "double invalidate" situations were detected where | Mike Bayer | 2014-05-10 | 1 | -3/+10 |
| |/ |
|
| * | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 2 | -3/+3 |
| * | revert inadvertent pdb | Mike Bayer | 2014-03-28 | 1 | -2/+0 |
| * | - Fixed ORM bug where changing the primary key of an object, then marking | Mike Bayer | 2014-03-28 | 1 | -0/+2 |
| * | - work on fixing some race-condition failures: | Mike Bayer | 2014-03-26 | 1 | -1/+1 |
| * | - Added some new event mechanics for dialect-level events; the initial | Mike Bayer | 2014-03-24 | 2 | -19/+44 |
| * | - An event listener can now be associated with a :class:`.Engine`, | Mike Bayer | 2014-03-22 | 1 | -28/+31 |