| Commit message (Expand) | Author | Age | Files | Lines |
| * | more docs for autocommit isolation level | Mike Bayer | 2020-07-12 | 1 | -0/+2 |
| * | Propose using RETURNING for bulk updates, deletes | Mike Bayer | 2020-06-23 | 1 | -4/+7 |
| * | Merge "Added reflection method :meth:`.Inspector.get_sequence_names`" | mike bayer | 2020-06-19 | 1 | -32/+33 |
| |\ |
|
| | * | Added reflection method :meth:`.Inspector.get_sequence_names` | Federico Caselli | 2020-06-03 | 1 | -32/+33 |
| * | | Merge "Add documentation regarding row constructo in PostgreSQL" | mike bayer | 2020-06-11 | 1 | -1/+45 |
| |\ \ |
|
| | * | | Add documentation regarding row constructo in PostgreSQL | Federico Caselli | 2020-05-25 | 1 | -1/+45 |
| * | | | Turn on caching everywhere, add logging | Mike Bayer | 2020-06-10 | 1 | -1/+1 |
| | |/
|/| |
|
| * | | Add support for "real" sequences in mssql | Gord Thompson | 2020-05-29 | 1 | -0/+1 |
| |/ |
|
| * | Documentation updates for ResultProxy -> Result | Mike Bayer | 2020-05-01 | 1 | -2/+2 |
| * | Merge "Deprecate ``DISTINCT ON`` when not targeting PostgreSQL" | mike bayer | 2020-04-20 | 1 | -0/+2 |
| |\ |
|
| | * | Deprecate ``DISTINCT ON`` when not targeting PostgreSQL | Federico Caselli | 2020-04-20 | 1 | -0/+2 |
| * | | Support `ARRAY` of `Enum`, `JSON` or `JSONB` | Federico Caselli | 2020-04-20 | 1 | -7/+50 |
| |/ |
|
| * | Create initial 2.0 engine implementation | Mike Bayer | 2020-04-16 | 1 | -2/+4 |
| * | Set up absolute references for create_engine and related | Mike Bayer | 2020-04-14 | 1 | -3/+4 |
| * | Run search and replace of symbolic module names | Mike Bayer | 2020-04-14 | 1 | -63/+78 |
| * | Deprecate plain string in execute and introduce `exec_driver_sql` | Federico Caselli | 2020-03-21 | 1 | -14/+16 |
| * | Don't include PG INCLUDE columns as regular index columns | mike bayer | 2020-03-18 | 1 | -4/+22 |
| * | Support inspection of computed column | Federico Caselli | 2020-03-15 | 1 | -2/+26 |
| * | While parsing for check constraints, ignore newline characters in the check c... | Eric Borczuk | 2020-02-29 | 1 | -2/+8 |
| * | Remove print statement in favor of print() function in docs and examples | Albert Tugushev | 2020-02-26 | 1 | -4/+4 |
| * | Result initial introduction | Mike Bayer | 2020-02-21 | 1 | -9/+10 |
| * | Deprecate connection branching | Mike Bayer | 2020-02-21 | 1 | -3/+0 |
| * | Pass DDLCompiler IdentifierPreparer to visit_ENUM | Mike Bayer | 2020-02-17 | 1 | -3/+8 |
| * | Fixes for public_factory and mysql/pg dml functions | Mike Bayer | 2020-02-08 | 1 | -6/+6 |
| * | Add pyproject | Federico Caselli | 2020-01-27 | 1 | -1/+1 |
| * | Improve regex parsing of CHECK constraints for PostgreSQL. | Gord Thompson | 2020-01-18 | 1 | -2/+3 |
| * | Remove jython code, remove all jython / pypy symbols | Mike Bayer | 2020-01-17 | 1 | -3/+0 |
| * | happy new year | Mike Bayer | 2020-01-01 | 1 | -1/+1 |
| * | Add type accessors for JSON indexed/pathed element access | Mike Bayer | 2019-11-11 | 1 | -4/+27 |
| * | Support for generated columns | CaselIT | 2019-11-08 | 1 | -0/+15 |
| * | Add anonymizing context to cache keys, comparison; convert traversal | Mike Bayer | 2019-11-04 | 1 | -10/+7 |
| * | Typo fix | Ales Dokshanin | 2019-10-23 | 1 | -1/+1 |
| * | PGDialect.get_check_constraints: Handle "NOT VALID" | Bill Finn | 2019-08-27 | 1 | -11/+15 |
| * | Include 'p' for get_indexes() query | Mike Bayer | 2019-07-19 | 1 | -1/+1 |
| * | Reflect "NO ACTION" as None; support "RESTRICT" | Mike Bayer | 2019-06-26 | 1 | -7/+12 |
| * | PostgreSQL now reflects per-column sort order on indexes. | Eli Collins | 2019-06-17 | 1 | -2/+34 |
| * | PostgreSQL enum with no elements returns NULL for the "label", skip this | Mike Bayer | 2019-05-30 | 1 | -1/+3 |
| * | Implement new ClauseElement role and coercion system | Mike Bayer | 2019-05-18 | 1 | -2/+5 |
| * | Remove "subclass existing types" use case | Mike Bayer | 2019-03-29 | 1 | -2/+9 |
| * | Expand joins when calculating PostgreSQL "WITH FOR UPDATE OF" | raylu | 2019-03-21 | 1 | -4/+6 |
| * | Remove all remaining text() coercions and ensure identifiers are safe | Mike Bayer | 2019-02-06 | 1 | -2/+9 |
| * | Fix many spell glitches | Lele Gaifax | 2019-01-25 | 1 | -1/+1 |
| * | Use pg_get_constraintdef for CHECK constraint reflection | Mike Bayer | 2019-01-24 | 1 | -2/+13 |
| * | Repair use of deprecated text() typemap, bindparams parameters | Mike Bayer | 2019-01-17 | 1 | -68/+58 |
| * | Remove version directives for 0.6, 0.7, 0.8 | Mike Bayer | 2019-01-15 | 1 | -2/+0 |
| * | happy new year | Mike Bayer | 2019-01-11 | 1 | -1/+1 |
| * | Render correct DDL for unsetting table comments | Mike Bayer | 2019-01-09 | 1 | -0/+5 |
| * | Post black reformatting | Mike Bayer | 2019-01-06 | 1 | -33/+49 |
| * | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 1 | -578/+859 |
| * | Handle PostgreSQL enums in remote schemas | Mike Bayer | 2018-12-21 | 1 | -23/+33 |