| Commit message (Expand) | Author | Age | Files | Lines |
* | Repair documentation issues | Mike Bayer | 2020-09-09 | 1 | -4/+36 |
* | added semicolon (;) to improve warning message clarity | jonathan vanasco | 2020-06-30 | 1 | -1/+1 |
* | Fix a wide variety of typos and broken links | aplatkouski | 2020-06-25 | 1 | -8/+8 |
* | Turn on caching everywhere, add logging | Mike Bayer | 2020-06-10 | 1 | -0/+3 |
* | Warn when sorted_tables is not actually sorting | Mike Bayer | 2020-05-07 | 1 | -14/+43 |
* | Create initial 2.0 engine implementation | Mike Bayer | 2020-04-16 | 1 | -2/+6 |
* | Run search and replace of symbolic module names | Mike Bayer | 2020-04-14 | 1 | -30/+46 |
* | Ensure all nested exception throws have a cause | Mike Bayer | 2020-03-02 | 1 | -2/+3 |
* | happy new year | Mike Bayer | 2020-01-01 | 1 | -1/+1 |
* | Source base cleanups | Mike Bayer | 2020-01-01 | 1 | -1/+1 |
* | Remove deprecated elements | Asif Saif Uddin (Auvi) | 2019-10-11 | 1 | -124/+4 |
* | Remove unnecessary util.callable usage | Steven Loria | 2019-09-09 | 1 | -1/+1 |
* | Implement checkfirst for Index.create(), Index.drop() | Mike Bayer | 2019-08-06 | 1 | -3/+30 |
* | Implement new ClauseElement role and coercion system | Mike Bayer | 2019-05-18 | 1 | -1/+2 |
* | Fix many spell glitches | Lele Gaifax | 2019-01-25 | 1 | -2/+2 |
* | Add deprecation warnings to all deprecated APIs | Mike Bayer | 2019-01-23 | 1 | -7/+9 |
* | Remove version directives for 0.6, 0.7, 0.8 | Mike Bayer | 2019-01-15 | 1 | -11/+0 |
* | Merge "use ..deprecated directive w/ version in all cases" | mike bayer | 2019-01-12 | 1 | -3/+9 |
|\ |
|
| * | use ..deprecated directive w/ version in all cases | Mike Bayer | 2019-01-11 | 1 | -3/+9 |
* | | happy new year | Mike Bayer | 2019-01-11 | 1 | -1/+1 |
* | | Render correct DDL for unsetting table comments | Mike Bayer | 2019-01-09 | 1 | -1/+5 |
|/ |
|
* | Post black reformatting | Mike Bayer | 2019-01-06 | 1 | -5/+11 |
* | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 1 | -126/+180 |
* | Drop default-related structures after the Table is dropped. | Mike Bayer | 2018-07-10 | 1 | -5/+11 |
* | happy new year | Mike Bayer | 2018-01-12 | 1 | -1/+1 |
* | Implement comments for tables, columns | Frazer McLean | 2017-03-17 | 1 | -0/+32 |
* | Support python3.6 | Mike Bayer | 2017-01-13 | 1 | -1/+1 |
* | update for 2017 copyright | Mike Bayer | 2017-01-04 | 1 | -1/+1 |
* | spelling: Postgresql -> PostgreSQL | Ville Skyttä | 2016-10-08 | 1 | -3/+3 |
* | Spelling fixes | Ville Skyttä | 2016-10-08 | 1 | -1/+1 |
* | - happy new year | Mike Bayer | 2016-01-29 | 1 | -1/+1 |
* | - reorganize schema_translate_map to be succinct and gain the performance | Mike Bayer | 2016-01-11 | 1 | -4/+4 |
* | - Multi-tenancy schema translation for :class:`.Table` objects is added. | Mike Bayer | 2016-01-08 | 1 | -8/+13 |
* | - Fixed regression due to :ticket:`3282` where the ``tables`` collection | Mike Bayer | 2015-04-27 | 1 | -6/+13 |
* | - repair a regression caused by #3282, where we no longer were | Mike Bayer | 2015-04-22 | 1 | -14/+32 |
* | Merge branch 'bb_issue_3084' of https://bitbucket.org/xflr6/sqlalchemy into pr47 | Mike Bayer | 2015-04-03 | 1 | -2/+4 |
|\ |
|
| * | make sort_tables order deterministic | Sebastian Bank | 2015-03-07 | 1 | -2/+4 |
* | | - The Postgresql :class:`.postgresql.ENUM` type will emit a | Mike Bayer | 2015-03-11 | 1 | -16/+26 |
* | | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
|/ |
|
* | - test failures: | Mike Bayer | 2015-01-02 | 1 | -1/+1 |
* | - restate sort_tables in terms of a more fine grained | Mike Bayer | 2015-01-01 | 1 | -37/+227 |
* | corrections | Mike Bayer | 2014-12-27 | 1 | -1/+1 |
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -53/+56 |
* | - 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 | -2/+2 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | Fix indentation issues in docstringspr/43 | Vraj Mohan | 2013-11-12 | 1 | -1/+1 |
* | Replace a big loop + dict lookup in Connection.execute() with a simple visitorpr/30 | Alex Gaynor | 2013-09-25 | 1 | -0/+3 |
* | more seealsos... | Mike Bayer | 2013-08-27 | 1 | -3/+4 |
* | added "system=True" to Column, so that we generally don't have to bother | Mike Bayer | 2013-08-25 | 1 | -5/+10 |