| 2014-08-15 |
Mike Bayer | pep8 |
commit | commitdiff | tree | snapshot |
| 2014-08-15 |
Mike Bayer | - The string keys that are used to determine the column... |
commit | commitdiff | tree | snapshot |
| 2014-08-14 |
Mike Bayer | - Removing (or adding) an event listener at the same... |
commit | commitdiff | tree | snapshot |
| 2014-08-14 |
Mike Bayer | pep8 |
commit | commitdiff | tree | snapshot |
| 2014-08-14 |
Mike Bayer | on second thought we need to prioritize what really... |
commit | commitdiff | tree | snapshot |
| 2014-08-14 |
Mike Bayer | - updates |
commit | commitdiff | tree | snapshot |
| 2014-08-14 |
Mike Bayer | - repair against use here |
commit | commitdiff | tree | snapshot |
| 2014-08-13 |
Mike Bayer | - The ``info`` parameter has been added to the construc... |
commit | commitdiff | tree | snapshot |
| 2014-08-13 |
Mike Bayer | - The :meth:`.InspectionAttr.info` collection is now... |
commit | commitdiff | tree | snapshot |
| 2014-08-13 |
Mike Bayer | - rename _InspectionAttr to InspectionAttr |
commit | commitdiff | tree | snapshot |
| 2014-08-13 |
Mike Bayer | flake8 cleanup |
commit | commitdiff | tree | snapshot |
| 2014-08-13 |
Mike Bayer | Merge branch 'pr126' |
commit | commitdiff | tree | snapshot |
| 2014-08-13 |
Mike Bayer | - public method name is get_enums() |
commit | commitdiff | tree | snapshot |
| 2014-08-09 |
Mike Bayer | - changelog, fixes #3027 |
commit | commitdiff | tree | snapshot |
| 2014-08-09 |
Mike Bayer | - rework documentation for reflection flags; also include |
commit | commitdiff | tree | snapshot |
| 2014-08-09 |
Malik Diarra | Providing an autoload_with info automatically sets... |
commit | commitdiff | tree | snapshot |
| 2014-08-09 |
Mike Bayer | - add tests for the savepoint recipe |
commit | commitdiff | tree | snapshot |
| 2014-08-09 |
Mike Bayer | - rewrite all the sqlite/pysqlite transaction isolation... |
commit | commitdiff | tree | snapshot |
| 2014-08-08 |
Mike Bayer | - oursql doesn't pass this consistently, not sure what... |
commit | commitdiff | tree | snapshot |
| 2014-08-08 |
Mike Bayer | - use configured test_schema here |
commit | commitdiff | tree | snapshot |
| 2014-08-08 |
Mike Bayer | oursql seems to handle this? unclear, might be depende... |
commit | commitdiff | tree | snapshot |
| 2014-08-08 |
Mike Bayer | - have python setup.py test use xdist with -q |
commit | commitdiff | tree | snapshot |
| 2014-08-08 |
Mike Bayer | - memusage is fine for parallel |
commit | commitdiff | tree | snapshot |
| 2014-08-08 |
Mike Bayer | - turn off the testing reaper here, that's the source... |
commit | commitdiff | tree | snapshot |
| 2014-08-08 |
Ilya Pekelny | Public inspector method to load enum list |
commit | commitdiff | tree | snapshot |
| 2014-08-08 |
Ilya Pekelny | DropEnumType class available from postgres dialect |
commit | commitdiff | tree | snapshot |
| 2014-08-07 |
Mike Bayer | - take out the iterator approach here as it does not... |
commit | commitdiff | tree | snapshot |
| 2014-08-07 |
Mike Bayer | -Fixed bug where Postgresql JSON type was not able... |
commit | commitdiff | tree | snapshot |
| 2014-08-07 |
Mike Bayer | - clarify docs that contains_eager() is included in... |
commit | commitdiff | tree | snapshot |
| 2014-08-07 |
mike bayer | Merge pull request #127 from mwhite/master |
commit | commitdiff | tree | snapshot |
| 2014-08-06 |
Michael White | fix typo in cascade documentation |
commit | commitdiff | tree | snapshot |
| 2014-08-05 |
Mike Bayer | - add some docs to try to explain the behavior with... |
commit | commitdiff | tree | snapshot |
| 2014-08-02 |
Mike Bayer | - Fixed bug in CTE where ``literal_binds`` compiler... |
commit | commitdiff | tree | snapshot |
| 2014-07-30 |
Mike Bayer | - update the literal binds section |
commit | commitdiff | tree | snapshot |
| 2014-07-30 |
Mike Bayer | - workaround removal of nested() in py3k |
commit | commitdiff | tree | snapshot |
| 2014-07-30 |
Mike Bayer | - ensure all tests are named test_* |
commit | commitdiff | tree | snapshot |
| 2014-07-30 |
Mike Bayer | - repair test finding to not skip the test_suite tests |
commit | commitdiff | tree | snapshot |
| 2014-07-29 |
Mike Bayer | - fix unit test affected by #3075 |
commit | commitdiff | tree | snapshot |
| 2014-07-29 |
Mike Bayer | pep8 cleanup |
commit | commitdiff | tree | snapshot |
| 2014-07-29 |
Mike Bayer | - The exception wrapping system for DBAPI errors can... |
commit | commitdiff | tree | snapshot |
| 2014-07-29 |
Mike Bayer | - Fixed 0.9.7 regression caused by :ticket:`3067` in... |
commit | commitdiff | tree | snapshot |
| 2014-07-28 |
Mike Bayer | - find the remaining not cleaning up correctly test |
commit | commitdiff | tree | snapshot |
| 2014-07-28 |
Mike Bayer | fix test ordering issues |
commit | commitdiff | tree | snapshot |
| 2014-07-28 |
Mike Bayer | - remove print statement |
commit | commitdiff | tree | snapshot |
| 2014-07-28 |
Mike Bayer | - exclude profiling altogether from coverage |
commit | commitdiff | tree | snapshot |
| 2014-07-27 |
Mike Bayer | - disable C exts on coverage run |
commit | commitdiff | tree | snapshot |
| 2014-07-27 |
Mike Bayer | - remove debugging assertions |
commit | commitdiff | tree | snapshot |
| 2014-07-27 |
Mike Bayer | - add support for tags, including include/exclude support. |
commit | commitdiff | tree | snapshot |
| 2014-07-27 |
Mike Bayer | - reorganize tox options |
commit | commitdiff | tree | snapshot |
| 2014-07-27 |
Mike Bayer | Merge branch 'master' into xdist_poc |
commit | commitdiff | tree | snapshot |
| 2014-07-27 |
Mike Bayer | fix paren here |
commit | commitdiff | tree | snapshot |
| 2014-07-27 |
Mike Bayer | - scale up for mysql, sqlite |
commit | commitdiff | tree | snapshot |
| 2014-07-26 |
Mike Bayer | Merge branch 'master' into xdist_poc |
commit | commitdiff | tree | snapshot |
| 2014-07-26 |
Mike Bayer | - rework the exclusions system to have much better... |
commit | commitdiff | tree | snapshot |
| 2014-07-26 |
Mike Bayer | - fix whitespace |
commit | commitdiff | tree | snapshot |
| 2014-07-26 |
Mike Bayer | - use a template database for PG so extensions get... |
commit | commitdiff | tree | snapshot |
| 2014-07-25 |
Mike Bayer | Merge branch 'master' into xdist_poc |
commit | commitdiff | tree | snapshot |
| 2014-07-25 |
Mike Bayer | - restore non_updating_cascade to test_manytomany_nonpa... |
commit | commitdiff | tree | snapshot |
| 2014-07-25 |
Mike Bayer | - proof of concept for parallel testing |
commit | commitdiff | tree | snapshot |
| 2014-07-25 |
Mike Bayer | - more pg8000 tests passing |
commit | commitdiff | tree | snapshot |
| 2014-07-25 |
Mike Bayer | Merge remote-tracking branch 'origin/pr/117' into pg8000 |
commit | commitdiff | tree | snapshot |
| 2014-07-25 |
Mike Bayer | - Fixed bug in :class:`.postgresql.array` object where... |
commit | commitdiff | tree | snapshot |
| 2014-07-25 |
Mike Bayer | Merge remote-tracking branch 'origin/pr/124' into issue3141 |
commit | commitdiff | tree | snapshot |
| 2014-07-25 |
Mike Bayer | - flake8 all of test/dialect/postgresql |
commit | commitdiff | tree | snapshot |
| 2014-07-25 |
Mike Bayer | - The MySQL dialect will now disable :meth:`.Connection... |
commit | commitdiff | tree | snapshot |
| 2014-07-25 |
Mike Bayer | - use a variant with expected collation here for mysql |
commit | commitdiff | tree | snapshot |
| 2014-07-24 |
Mike Bayer | - Added a supported :meth:`.FunctionElement.alias`... |
commit | commitdiff | tree | snapshot |
| 2014-07-24 |
Mike Bayer | merge 0.9.8 start |
commit | commitdiff | tree | snapshot |
| 2014-07-24 |
Andrew | Fix argument to array() in array._bind_param() |
commit | commitdiff | tree | snapshot |
| 2014-07-22 |
Mike Bayer | forwards port 0.9 changelog update |
commit | commitdiff | tree | snapshot |
| 2014-07-22 |
Mike Bayer | - forwards port 0.8 changelog update |
commit | commitdiff | tree | snapshot |
| 2014-07-22 |
Mike Bayer | - missing 0.8 change forwards port |
commit | commitdiff | tree | snapshot |
| 2014-07-22 |
Mike Bayer | spelling |
commit | commitdiff | tree | snapshot |
| 2014-07-22 |
Mike Bayer | - ticket inline |
commit | commitdiff | tree | snapshot |
| 2014-07-22 |
Mike Bayer | - update some SQL server tests, support |
commit | commitdiff | tree | snapshot |
| 2014-07-22 |
Mike Bayer | - allow 10 stray connections that need a gc |
commit | commitdiff | tree | snapshot |
| 2014-07-21 |
Mike Bayer | - fix missing release date |
commit | commitdiff | tree | snapshot |
| 2014-07-21 |
Mike Bayer | put a greater variance into this test to prevent sporad... |
commit | commitdiff | tree | snapshot |
| 2014-07-21 |
Mike Bayer | - Fixed bug introduced in 0.9.5 by new pg8000 isolation... |
commit | commitdiff | tree | snapshot |
| 2014-07-21 |
mike bayer | Merge pull request #120 from bogkyu/pr_fix_docgen |
commit | commitdiff | tree | snapshot |
| 2014-07-20 |
Bog | Fix doc gen on Windows platform |
commit | commitdiff | tree | snapshot |
| 2014-07-20 |
Mike Bayer | - support args |
commit | commitdiff | tree | snapshot |
| 2014-07-20 |
Brian Jarrett | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy... |
commit | commitdiff | tree | snapshot |
| 2014-07-20 |
Tony Locke | PEP8 tidy of test/orm/test_dynamic.py |
commit | commitdiff | tree | snapshot |
| 2014-07-20 |
Tony Locke | Fixes for pg8000 for test/orm/test_dynamic.py |
commit | commitdiff | tree | snapshot |
| 2014-07-20 |
Tony Locke | PEP8 tidy of test/orm/test_froms.py |
commit | commitdiff | tree | snapshot |
| 2014-07-20 |
Tony Locke | Opened test_self_referential for pg8000 |
commit | commitdiff | tree | snapshot |
| 2014-07-20 |
Tony Locke | PEP8 tidy for test/orm/test_naturalpks.py |
commit | commitdiff | tree | snapshot |
| 2014-07-20 |
Tony Locke | Remove requirement for manytomany_nonpassive |
commit | commitdiff | tree | snapshot |
| 2014-07-20 |
Tony Locke | PEP8 tidy of test/orm/test_query.py |
commit | commitdiff | tree | snapshot |
| 2014-07-20 |
Tony Locke | pg8000 passing test/orm/test_query.py |
commit | commitdiff | tree | snapshot |
| 2014-07-19 |
Tony Locke | PEP8 tidy for test/orm/test_transaction.py |
commit | commitdiff | tree | snapshot |
| 2014-07-19 |
Tony Locke | Fix support for two phase commit in pg8000 dialect |
commit | commitdiff | tree | snapshot |
| 2014-07-19 |
Tony Locke | PEP8 tidy for test/orm/test_versioning.py |
commit | commitdiff | tree | snapshot |
| 2014-07-18 |
Mike Bayer | - add E721 |
commit | commitdiff | tree | snapshot |
| 2014-07-18 |
Mike Bayer | - update the flake8 rules again |
commit | commitdiff | tree | snapshot |
| 2014-07-18 |
Mike Bayer | - Fixed bug in oracle dialect test suite where in one... |
commit | commitdiff | tree | snapshot |
| 2014-07-16 |
Mike Bayer | - also add the alternate approach, name column distinct... |
commit | commitdiff | tree | snapshot |
| 2014-07-16 |
Mike Bayer | - add a documentation section for naming conflicts... |
commit | commitdiff | tree | snapshot |
| 2014-07-16 |
Mike Bayer | - reinstate E123, E125, E128 |
commit | commitdiff | tree | snapshot |
| next |