| Commit message (Expand) | Author | Age | Files | Lines |
| * | update execute() arg formats in modules and tests | Mike Bayer | 2021-01-15 | 1 | -3/+0 |
| * | remove more bound metadata | Mike Bayer | 2021-01-05 | 1 | -5/+0 |
| * | happy new year | Mike Bayer | 2021-01-04 | 1 | -1/+1 |
| * | remove metadata.bind use from test suite | Mike Bayer | 2021-01-03 | 1 | -1/+0 |
| * | Merge "correct for "autocommit" deprecation warning" | mike bayer | 2020-12-11 | 1 | -3/+1 |
| |\ |
|
| | * | correct for "autocommit" deprecation warning | Mike Bayer | 2020-12-11 | 1 | -3/+1 |
| * | | add aiomysql support | Mike Bayer | 2020-12-10 | 1 | -0/+5 |
| * | | Revert "Merge "add aiomysql support"" | Mike Bayer | 2020-12-09 | 1 | -5/+0 |
| * | | add aiomysql support | Mike Bayer | 2020-12-08 | 1 | -0/+5 |
| |/ |
|
| * | Don't emit warnings on descriptor access | Mike Bayer | 2020-11-20 | 1 | -2/+0 |
| * | Convert to autoload_with internally | Mike Bayer | 2020-11-07 | 1 | -2/+0 |
| * | Deprecate bind args, execute() methods that were missed | Mike Bayer | 2020-10-30 | 1 | -0/+2 |
| * | Add deprecation for base Executable.bind | Mike Bayer | 2020-10-16 | 1 | -10/+11 |
| * | Merge "Deprecate strings indicating attribute names" | mike bayer | 2020-10-14 | 1 | -0/+11 |
| |\ |
|
| | * | Deprecate strings indicating attribute names | Mike Bayer | 2020-10-13 | 1 | -0/+11 |
| * | | Deprecate bound metadata | Mike Bayer | 2020-10-12 | 1 | -0/+6 |
| |/ |
|
| * | upgrade to black 20.8b1 | Mike Bayer | 2020-09-28 | 1 | -1/+3 |
| * | new docs WIP | Mike Bayer | 2020-09-24 | 1 | -1/+6 |
| * | Complete deprecation of from_self() | Mike Bayer | 2020-09-18 | 1 | -1/+1 |
| * | Create a framework to allow all SQLALCHEMY_WARN_20 to pass | Mike Bayer | 2020-09-16 | 1 | -0/+74 |
| * | Add future=True to create_engine/Session; unify select() | Mike Bayer | 2020-07-08 | 1 | -3/+0 |
| * | Deprecate unsupported dialects and dbapi | Federico Caselli | 2020-04-29 | 1 | -0/+5 |
| * | Create initial 2.0 engine implementation | Mike Bayer | 2020-04-16 | 1 | -0/+7 |
| * | Dont raise on pytest deprecation warnings | Mike Bayer | 2020-03-12 | 1 | -0/+9 |
| * | Result initial introduction | Mike Bayer | 2020-02-21 | 1 | -0/+1 |
| * | Create initial future package, RemovedIn20Warning | Mike Bayer | 2020-02-12 | 1 | -0/+2 |
| * | happy new year | Mike Bayer | 2020-01-01 | 1 | -1/+1 |
| * | Change Oracle max_identifier_length to 128 | Mike Bayer | 2019-10-02 | 1 | -7/+0 |
| * | Add max_identifier_length parameter; warn for Oracle | Mike Bayer | 2019-10-02 | 1 | -0/+7 |
| * | Add "full" to the getargspec warning skip | Mike Bayer | 2019-06-07 | 1 | -1/+1 |
| * | happy new year | Mike Bayer | 2019-01-11 | 1 | -1/+1 |
| * | Post black reformatting | Mike Bayer | 2019-01-06 | 1 | -1/+2 |
| * | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 1 | -9/+12 |
| * | happy new year | Mike Bayer | 2018-01-12 | 1 | -1/+1 |
| * | Support python3.6 | Mike Bayer | 2017-01-13 | 1 | -0/+7 |
| * | update for 2017 copyright | Mike Bayer | 2017-01-04 | 1 | -1/+1 |
| * | - happy new year | Mike Bayer | 2016-01-29 | 1 | -1/+1 |
| * | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
| * | - expect_warnings was not expecting and neither was assert_warnings | Mike Bayer | 2015-02-19 | 1 | -17/+11 |
| * | - A new style of warning can be emitted which will "filter" up to | Mike Bayer | 2014-08-31 | 1 | -30/+12 |
| * | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -0/+1 |
| * | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
| * | - rewrite SQLite reflection tests into one consistent fixture, which tests | Mike Bayer | 2014-02-16 | 1 | -3/+6 |
| * | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
| * | - add copyright to source files missing it | Mike Bayer | 2013-10-26 | 1 | -0/+6 |
| * | - endless isinstance(x, str)s.... | Mike Bayer | 2013-04-28 | 1 | -2/+2 |
| * | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -2/+2 |
| * | just a pep8 pass of lib/sqlalchemy/testing/ | Diana Clarke | 2012-11-19 | 1 | -0/+4 |
| * | - more tests, move some tests out of test_reflection, test_query | Mike Bayer | 2012-09-27 | 1 | -2/+2 |
| * | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -0/+43 |