| Commit message (Expand) | Author | Age | Files | Lines |
| * | Properly type _generative, decorator, public_factory | Federico Caselli | 2021-12-30 | 1 | -2/+10 |
| * | Replace raise_ with raise from | Federico Caselli | 2021-12-27 | 1 | -20/+13 |
| * | Warn when caching is disabled / document | Mike Bayer | 2021-12-06 | 1 | -0/+3 |
| * | Removals: MetaData.bind, Table.bind, all other .bind | Mike Bayer | 2021-12-02 | 1 | -89/+8 |
| * | Clean up most py3k compat | Federico Caselli | 2021-11-24 | 1 | -2/+2 |
| * | fully implement future engine and remove legacy | Mike Bayer | 2021-11-07 | 1 | -47/+2 |
| * | Avoid mutable object as default values | tsimafeip | 2021-08-24 | 1 | -1/+1 |
| * | Replace all http:// links to https:// | Federico Caselli | 2021-07-04 | 1 | -2/+2 |
| * | Fix error in documentation of DDLElement | Federico Caselli | 2021-04-10 | 1 | -2/+2 |
| * | Allow dropping a schema with a sequence shared by more than one table. | Federico Caselli | 2021-03-20 | 1 | -5/+17 |
| * | happy new year | Mike Bayer | 2021-01-04 | 1 | -1/+1 |
| * | Emit deprecation warning for general DDLElement.bind argument | Mike Bayer | 2020-12-14 | 1 | -7/+54 |
| * | Merge "Support IF EXISTS/IF NOT EXISTS for DDL constructs" | mike bayer | 2020-12-14 | 1 | -3/+69 |
| |\ |
|
| | * | Support IF EXISTS/IF NOT EXISTS for DDL constructs | RamonWill | 2020-12-14 | 1 | -3/+69 |
| * | | Send deterministic ordering into unit of work topological | Mike Bayer | 2020-12-11 | 1 | -2/+0 |
| |/ |
|
| * | Allow dialect-specific stringification | Mike Bayer | 2020-11-08 | 1 | -0/+4 |
| * | Deprecate bind args, execute() methods that were missed | Mike Bayer | 2020-10-30 | 1 | -1/+16 |
| * | upgrade to black 20.8b1 | Mike Bayer | 2020-09-28 | 1 | -1/+3 |
| * | 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 |