| Commit message (Expand) | Author | Age | Files | Lines |
| * | happy new year 2023 | Mike Bayer | 2023-01-03 | 1 | -1/+1 |
| * | add eager_defaults="auto" for inserts | Mike Bayer | 2022-12-15 | 1 | -15/+38 |
| * | Rewrite positional handling, test for "numeric" | Federico Caselli | 2022-12-05 | 1 | -1/+1 |
| * | disallow same-named columns, unchecked replacement in Table | Mike Bayer | 2022-12-04 | 1 | -6/+23 |
| * | Improve support for enum in mapped classes | Federico Caselli | 2022-11-29 | 1 | -3/+13 |
| * | add new variation helper | Mike Bayer | 2022-11-26 | 1 | -0/+75 |
| * | further qualify pyodbc setinputsizes types for long stirngs | Mike Bayer | 2022-10-18 | 1 | -8/+10 |
| * | Improve array_agg and Array processing | Federico Caselli | 2022-09-17 | 1 | -0/+11 |
| * | inline mypy config; files ignoring type errors for the moment | Mike Bayer | 2022-04-28 | 1 | -0/+2 |
| * | pep-484 for sqlalchemy.event; use future annotations | Mike Bayer | 2022-02-15 | 1 | -0/+2 |
| * | establish mypy / typing approach for v2.0 | Mike Bayer | 2022-02-13 | 1 | -7/+24 |
| * | replace test tags with pytest.mark | Mike Bayer | 2022-01-25 | 1 | -0/+8 |
| * | happy new year 2022 | Mike Bayer | 2022-01-06 | 1 | -1/+1 |
| * | Added support for ``psycopg`` dialect. | Federico Caselli | 2021-11-26 | 1 | -2/+3 |
| * | Remove object in class definition | Federico Caselli | 2021-11-22 | 1 | -1/+1 |
| * | Replace all http:// links to https:// | Federico Caselli | 2021-07-04 | 1 | -1/+1 |
| * | CAST the elements in ARRAYs when using psycopg2 | Federico Caselli | 2021-03-15 | 1 | -0/+5 |
| * | reinvent xdist hooks in terms of pytest fixtures | Mike Bayer | 2021-01-13 | 1 | -0/+4 |
| * | happy new year | Mike Bayer | 2021-01-04 | 1 | -1/+1 |
| * | Support testing of async drivers without fallback mode | Federico Caselli | 2020-12-30 | 1 | -0/+15 |
| * | disambiguate SQL server temp table constraint names | Mike Bayer | 2020-12-29 | 1 | -0/+1 |
| * | Implement rudimentary asyncio support w/ asyncpg | Mike Bayer | 2020-08-13 | 1 | -0/+4 |
| * | Create initial 2.0 engine implementation | Mike Bayer | 2020-04-16 | 1 | -0/+8 |
| * | happy new year | Mike Bayer | 2020-01-01 | 1 | -1/+1 |
| * | Test fixture improvements | Mike Bayer | 2019-11-11 | 1 | -0/+4 |
| * | Support for generated columns | CaselIT | 2019-11-08 | 1 | -2/+5 |
| * | Implement facade for pytest parametrize, fixtures, classlevel | Mike Bayer | 2019-10-20 | 1 | -2/+70 |
| * | happy new year | Mike Bayer | 2019-01-11 | 1 | -1/+1 |
| * | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 1 | -3/+3 |
| * | Assorted pre-Black fixes | Mike Bayer | 2019-01-05 | 1 | -5/+1 |
| * | happy new year | Mike Bayer | 2018-01-12 | 1 | -1/+1 |
| * | Allow multiple versions of single backend | Mike Bayer | 2017-08-04 | 1 | -7/+11 |
| * | update for 2017 copyright | Mike Bayer | 2017-01-04 | 1 | -1/+1 |
| * | Additions to support HAAlchemy plugin | Mike Bayer | 2016-09-16 | 1 | -1/+6 |
| * | - happy new year | Mike Bayer | 2016-01-29 | 1 | -1/+1 |
| * | - move away from explicit raises of SkipTest, instead call a | Mike Bayer | 2015-05-01 | 1 | -0/+7 |
| * | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
| * | - add support for tags, including include/exclude support. | Mike Bayer | 2014-07-27 | 1 | -1/+2 |
| * | - scale up for mysql, sqlite | Mike Bayer | 2014-07-26 | 1 | -6/+9 |
| * | - proof of concept for parallel testing | Mike Bayer | 2014-07-25 | 1 | -0/+1 |
| * | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -1/+3 |
| * | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
| * | - Support has been added for pytest to run tests. This runner | Mike Bayer | 2014-03-03 | 1 | -0/+69 |
| * | - 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 |
| * | just a pep8 pass of lib/sqlalchemy/testing/ | Diana Clarke | 2012-11-19 | 1 | -1/+0 |
| * | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -0/+3 |