Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - The ``sqlalchemy.dialects.postgres`` module, long deprecated, is | Mike Bayer | 2016-01-29 | 1 | -18/+0 |
| | | | | | | | removed; this has emitted a warning for many years and projects should be calling upon ``sqlalchemy.dialects.postgresql``. Engine URLs of the form ``postgres://`` will still continue to function, however. | ||||
* | - happy new year | Mike Bayer | 2016-01-29 | 1 | -1/+1 |
| | |||||
* | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
| | |||||
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -3/+4 |
| | | | | sqlalchemy/orm, sqlalchemy/event, sqlalchemy/testing | ||||
* | - 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 |
| | |||||
* | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
| | |||||
* | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -1/+1 |
| | |||||
* | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -0/+6 |
| | | | | | a consistent tag - AUTHORS file | ||||
* | - added "ddl" argument to the "on" callable of DDLElement [ticket:1538] | Mike Bayer | 2009-10-12 | 1 | -1/+2 |
| | | | | | | - fixed the imports in the "postgres" cleanup dialect - renamed "schema_item" attribute/argument of DDLElement to "target". | ||||
* | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -0/+9 |