Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update for 2017 copyright | Mike Bayer | 2017-01-04 | 1 | -1/+1 |
| | | | | Change-Id: I4e8c2aa8fe817bb2af8707410fa0201f938781de | ||||
* | - happy new year | Mike Bayer | 2016-01-29 | 1 | -1/+1 |
| | |||||
* | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
| | |||||
* | PEP8 style fixes | Brian Jarrett | 2014-07-13 | 1 | -1/+2 |
| | |||||
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
| | | | | to get all flake8 passing | ||||
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
| | |||||
* | - The :func:`.engine_from_config` function has been improved so that | Mike Bayer | 2013-12-07 | 1 | -22/+0 |
| | | | | | | | | we will be able to parse dialect-specific arguments from string configuration dictionaries. Dialect classes can now provide their own list of parameter types and string-conversion routines. The feature is not yet used by the built-in dialects, however. [ticket:2875] | ||||
* | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | just a pep8 pass of lib/sqlalchemy/engine/ | Diana Clarke | 2012-11-19 | 1 | -2/+3 |
| | |||||
* | - add new C extension "utils", so far includes distill_params | Mike Bayer | 2012-08-07 | 1 | -40/+48 |
| | | | | | - repair test_processors which wasn't hitting the python functions - add another suite to test_processors that does distill_params | ||||
* | - break out engine/base.py into base, interfaces, result, util. | Mike Bayer | 2012-08-07 | 1 | -0/+85 |
- remove deprecated 0.7 engine methods |