| Commit message (Expand) | Author | Age | Files | Lines |
* | provide connectionfairy on initialize | Mike Bayer | 2021-11-29 | 1 | -2/+31 |
* | Clean up most py3k compat | Federico Caselli | 2021-11-24 | 1 | -2/+0 |
* | Remove object in class definition | Federico Caselli | 2021-11-22 | 1 | -4/+4 |
* | fully implement future engine and remove legacy | Mike Bayer | 2021-11-07 | 1 | -30/+0 |
* | Surface driver connection object when using a proxied dialect | Federico Caselli | 2021-09-17 | 1 | -1/+1 |
* | Replace all http:// links to https:// | Federico Caselli | 2021-07-04 | 1 | -1/+1 |
* | Add new "sync once" mode for pool.connect | Mike Bayer | 2021-04-21 | 1 | -2/+13 |
* | Add support for aiosqlite | Federico Caselli | 2021-03-24 | 1 | -1/+13 |
* | Create explicit GC ordering between ConnectionFairy/ConnectionRecord | Mike Bayer | 2021-01-15 | 1 | -0/+14 |
* | reinvent xdist hooks in terms of pytest fixtures | Mike Bayer | 2021-01-13 | 1 | -79/+100 |
* | 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/+1 |
* | Repair async test refactor | Mike Bayer | 2021-01-02 | 1 | -4/+12 |
* | Support testing of async drivers without fallback mode | Federico Caselli | 2020-12-30 | 1 | -4/+2 |
* | Don't link on_connect to first_connect event handler | Mike Bayer | 2020-08-07 | 1 | -0/+3 |
* | Create initial 2.0 engine implementation | Mike Bayer | 2020-04-16 | 1 | -2/+5 |
* | Fix databases -> dialects | Mike Bayer | 2020-04-01 | 1 | -1/+1 |
* | Deprecate the databases packages | Federico Caselli | 2020-02-28 | 1 | -2/+2 |
* | Do away with pool._refs | Mike Bayer | 2020-02-01 | 1 | -6/+6 |
* | Remove jython code, remove all jython / pypy symbols | Mike Bayer | 2020-01-17 | 1 | -1/+1 |
* | happy new year | Mike Bayer | 2020-01-01 | 1 | -1/+1 |
* | Source base cleanups | Mike Bayer | 2020-01-01 | 1 | -3/+1 |
* | Remove threadlocal engine strategy, engine strategies pool threadlocal | Mike Bayer | 2019-07-15 | 1 | -3/+3 |
* | Add deprecation warnings to all deprecated APIs | Mike Bayer | 2019-01-23 | 1 | -0/+3 |
* | happy new year | Mike Bayer | 2019-01-11 | 1 | -1/+1 |
* | Post black reformatting | Mike Bayer | 2019-01-06 | 1 | -3/+5 |
* | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 1 | -30/+30 |
* | Don't call rollback on DBAPI connection that's "closed" | Mike Bayer | 2018-10-14 | 1 | -0/+6 |
* | happy new year | Mike Bayer | 2018-01-12 | 1 | -1/+1 |
* | Use config.db global opts as defaults for all testing_engine() | Mike Bayer | 2017-03-22 | 1 | -0/+3 |
* | Integrate "pre-ping" into connection pool. | Mike Bayer | 2017-03-20 | 1 | -3/+19 |
* | update for 2017 copyright | Mike Bayer | 2017-01-04 | 1 | -1/+1 |
* | - happy new year | Mike Bayer | 2016-01-29 | 1 | -1/+1 |
* | - repair that we use db_opts when the url here is different, | Mike Bayer | 2015-06-19 | 1 | -3/+8 |
* | - repair a regression caused by #3282, where we no longer were | Mike Bayer | 2015-04-22 | 1 | -1/+8 |
* | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
* | - force the _has_events flag to True on engines, so that | Mike Bayer | 2014-12-08 | 1 | -0/+3 |
* | - rework the assert_sql system so that we have a context manager to work with, | Mike Bayer | 2014-12-07 | 1 | -3/+0 |
* | Merge branch 'master' into fdbsql-tests | Scott Dugas | 2014-11-03 | 1 | -4/+0 |
|\ |
|
| * | cleanup exception handling - use new exception hierarchy (since python 2.5)pr/140 | ndparker | 2014-10-02 | 1 | -4/+0 |
* | | Removed accidental print statements | Scott Dugas | 2014-10-30 | 1 | -2/+0 |
* | | Support additional args/kwargs on cursor method | Scott Dugas | 2014-10-22 | 1 | -4/+6 |
|/ |
|
* | - rework profiling, zoomark tests into single tests so that | Mike Bayer | 2014-08-16 | 1 | -112/+0 |
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -18/+19 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 1 | -1/+1 |
* | - Support has been added for pytest to run tests. This runner | Mike Bayer | 2014-03-03 | 1 | -18/+2 |
* | - _cursor_execute() will close the cursor on error; oracle doesn't allow doub... | Mike Bayer | 2014-01-13 | 1 | -2/+2 |
* | - continue with [ticket:2907] and further clean up how we set up | Mike Bayer | 2014-01-13 | 1 | -1/+5 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |