| Commit message (Expand) | Author | Age | Files | Lines |
| * | - UPDATE statements can now be batched within an ORM flush | Mike Bayer | 2014-08-14 | 1 | -41/+62 |
| * | pep8 | Mike Bayer | 2014-08-14 | 1 | -9/+9 |
| * | - The string keys that are used to determine the columns impacted | Mike Bayer | 2014-08-14 | 1 | -1/+1 |
| * | - Removing (or adding) an event listener at the same time that the event | Mike Bayer | 2014-08-14 | 3 | -8/+63 |
| * | - repair against use here | Mike Bayer | 2014-08-14 | 1 | -2/+3 |
| * | - The ``info`` parameter has been added to the constructor for | Mike Bayer | 2014-08-13 | 3 | -10/+67 |
| * | - The :meth:`.InspectionAttr.info` collection is now moved down to | Mike Bayer | 2014-08-13 | 2 | -22/+26 |
| * | - rename _InspectionAttr to InspectionAttr | Mike Bayer | 2014-08-13 | 9 | -26/+26 |
| * | flake8 cleanup | Mike Bayer | 2014-08-13 | 2 | -24/+28 |
| * | Merge branch 'pr126' | Mike Bayer | 2014-08-13 | 3 | -24/+82 |
| |\ |
|
| | * | - public method name is get_enums() | Mike Bayer | 2014-08-13 | 2 | -27/+76 |
| | * | Public inspector method to load enum listpr/126 | Ilya Pekelny | 2014-08-08 | 1 | -2/+10 |
| | * | DropEnumType class available from postgres dialect | Ilya Pekelny | 2014-08-08 | 1 | -2/+3 |
| * | | - rework documentation for reflection flags; also include | Mike Bayer | 2014-08-09 | 1 | -42/+99 |
| * | | Providing an autoload_with info automatically sets autoload to True | Malik Diarra | 2014-08-09 | 1 | -2/+2 |
| * | | - rewrite all the sqlite/pysqlite transaction isolation docs | Mike Bayer | 2014-08-09 | 4 | -50/+172 |
| * | | - use configured test_schema here | Mike Bayer | 2014-08-08 | 1 | -12/+14 |
| * | | - have python setup.py test use xdist with -q | Mike Bayer | 2014-08-08 | 1 | -1/+1 |
| |/ |
|
| * | -Fixed bug where Postgresql JSON type was not able to persist or | Mike Bayer | 2014-08-07 | 1 | -0/+29 |
| * | - add some docs to try to explain the behavior with MySQL / TIMESTAMP. | Mike Bayer | 2014-08-04 | 1 | -0/+91 |
| * | - Fixed bug in CTE where ``literal_binds`` compiler argument would not | Mike Bayer | 2014-08-02 | 1 | -1/+1 |
| * | - workaround removal of nested() in py3k | Mike Bayer | 2014-07-30 | 2 | -1/+35 |
| * | - repair test finding to not skip the test_suite tests | Mike Bayer | 2014-07-30 | 2 | -2/+1 |
| * | - The exception wrapping system for DBAPI errors can now accommodate | Mike Bayer | 2014-07-29 | 1 | -3/+6 |
| * | - Fixed 0.9.7 regression caused by :ticket:`3067` in conjunction with | Mike Bayer | 2014-07-29 | 1 | -0/+3 |
| * | fix test ordering issues | Mike Bayer | 2014-07-27 | 1 | -0/+2 |
| * | - remove print statement | Mike Bayer | 2014-07-27 | 1 | -3/+4 |
| * | - remove debugging assertions | Mike Bayer | 2014-07-27 | 2 | -9/+5 |
| * | - add support for tags, including include/exclude support. | Mike Bayer | 2014-07-27 | 6 | -37/+168 |
| * | - scale up for mysql, sqlite | Mike Bayer | 2014-07-26 | 4 | -42/+181 |
| * | Merge branch 'master' into xdist_poc | Mike Bayer | 2014-07-26 | 5 | -138/+209 |
| |\ |
|
| | * | - rework the exclusions system to have much better support for compound | Mike Bayer | 2014-07-26 | 5 | -138/+215 |
| * | | - use a template database for PG so extensions get created automatically | Mike Bayer | 2014-07-25 | 1 | -4/+7 |
| * | | Merge branch 'master' into xdist_poc | Mike Bayer | 2014-07-25 | 1 | -0/+1 |
| |\ \
| |/ |
|
| | * | - restore non_updating_cascade to test_manytomany_nonpassive, but also | Mike Bayer | 2014-07-25 | 1 | -0/+1 |
| * | | - proof of concept for parallel testing | Mike Bayer | 2014-07-25 | 6 | -13/+102 |
| |/ |
|
| * | - more pg8000 tests passing | Mike Bayer | 2014-07-25 | 2 | -1/+8 |
| * | Merge remote-tracking branch 'origin/pr/117' into pg8000 | Mike Bayer | 2014-07-25 | 1 | -0/+19 |
| |\ |
|
| | * | Fix support for two phase commit in pg8000 dialect | Tony Locke | 2014-07-19 | 1 | -0/+19 |
| * | | Merge remote-tracking branch 'origin/pr/124' into issue3141 | Mike Bayer | 2014-07-25 | 1 | -1/+1 |
| |\ \ |
|
| | * | | Fix argument to array() in array._bind_param()pr/124 | Andrew | 2014-07-24 | 1 | -1/+1 |
| * | | | - The MySQL dialect will now disable :meth:`.ConnectionEvents.handle_error` | Mike Bayer | 2014-07-25 | 3 | -4/+19 |
| * | | | - Added a supported :meth:`.FunctionElement.alias` method to functions, | Mike Bayer | 2014-07-24 | 2 | -6/+50 |
| |/ / |
|
| * | | - update some SQL server tests, support | Mike Bayer | 2014-07-22 | 1 | -1/+17 |
| * | | - allow 10 stray connections that need a gc | Mike Bayer | 2014-07-22 | 1 | -4/+7 |
| * | | - Fixed bug introduced in 0.9.5 by new pg8000 isolation level feature | Mike Bayer | 2014-07-21 | 1 | -2/+6 |
| * | | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 126 | -6655/+7470 |
| |/ |
|
| * | - also add the alternate approach, name column distinctly from attribute name, | Mike Bayer | 2014-07-16 | 1 | -0/+14 |
| * | - add a documentation section for naming conflicts, fixes #3129 | Mike Bayer | 2014-07-16 | 1 | -0/+44 |
| * | - reinstate E123, E125, E128 | Mike Bayer | 2014-07-16 | 1 | -103/+146 |