| Commit message (Expand) | Author | Age | Files | Lines |
| * | Deannoate functions before matching .__class__ | Mike Bayer | 2021-03-19 | 1 | -1/+1 |
| * | Apply percent sign escaping to op(), custom_op() | Mike Bayer | 2021-03-09 | 1 | -3/+5 |
| * | Merge "Fix named CHECK constraint name omitted on repeated creates" | mike bayer | 2021-03-07 | 1 | -5/+2 |
| |\ |
|
| | * | Fix named CHECK constraint name omitted on repeated creates | Gord Thompson | 2021-03-06 | 1 | -5/+2 |
| * | | improve targeting and labeling for unary() in columns clause | Mike Bayer | 2021-03-06 | 1 | -30/+10 |
| |/ |
|
| * | Merge "support stringify for plain CTE" | mike bayer | 2021-02-28 | 1 | -5/+16 |
| |\ |
|
| | * | support stringify for plain CTE | Mike Bayer | 2021-02-27 | 1 | -5/+16 |
| * | | implement visit_unsupported_compilation for TypeCompiler | Mike Bayer | 2021-02-25 | 1 | -0/+6 |
| |/ |
|
| * | expand and further generalize bound parameter translate | Mike Bayer | 2021-02-14 | 1 | -0/+18 |
| * | Track a second from_linter for lateral subqueries | Mike Bayer | 2021-02-05 | 1 | -5/+37 |
| * | Implement support for functions as FROM with columns clause support | Mike Bayer | 2021-02-03 | 1 | -4/+60 |
| * | set identifier length for MySQL constraints to 64 | Mike Bayer | 2021-01-30 | 1 | -1/+7 |
| * | Render NULL for bindparam w/ None value/literal_binds, warn | Mike Bayer | 2021-01-28 | 1 | -4/+10 |
| * | Fix many spell glitches in docstrings and comments | Lele Gaifax | 2021-01-24 | 1 | -2/+2 |
| * | Revert "Implement support for functions as FROM with columns clause support" | Mike Bayer | 2021-01-21 | 1 | -32/+2 |
| * | Implement support for functions as FROM with columns clause support | Mike Bayer | 2021-01-20 | 1 | -2/+32 |
| * | ``Identity`` implies ``nullable=False``. | Federico Caselli | 2021-01-16 | 1 | -1/+1 |
| * | happy new year | Mike Bayer | 2021-01-04 | 1 | -1/+1 |
| * | Support TypeDecorator.get_dbapi_type() for setinpusizes | Mike Bayer | 2020-12-30 | 1 | -3/+8 |
| * | Improve type detection for Values / Tuple | Mike Bayer | 2020-12-18 | 1 | -1/+3 |
| * | Merge "Support IF EXISTS/IF NOT EXISTS for DDL constructs" | mike bayer | 2020-12-14 | 1 | -6/+21 |
| |\ |
|
| | * | Support IF EXISTS/IF NOT EXISTS for DDL constructs | RamonWill | 2020-12-14 | 1 | -6/+21 |
| * | | Properly render ``cycle=False`` and ``order=False`` | Federico Caselli | 2020-12-01 | 1 | -3/+3 |
| |/ |
|
| * | Merge "Deprecate bind args, execute() methods that were missed" | mike bayer | 2020-10-31 | 1 | -3/+0 |
| |\ |
|
| | * | Deprecate bind args, execute() methods that were missed | Mike Bayer | 2020-10-30 | 1 | -3/+0 |
| * | | Apply underscore naming to several more operators | jonathan vanasco | 2020-10-30 | 1 | -16/+16 |
| |/ |
|
| * | Ensure no compiler visit method tries to access .statement | Mike Bayer | 2020-10-19 | 1 | -1/+42 |
| * | Ensure escaping of percent signs in columns, parameters | Mike Bayer | 2020-10-17 | 1 | -6/+32 |
| * | Genericize setinputsizes and support pyodbc | Mike Bayer | 2020-10-16 | 1 | -4/+4 |
| * | Fetch first support | Federico Caselli | 2020-10-02 | 1 | -10/+26 |
| * | Rename Core expression isnot, not_in_ | jonathan vanasco | 2020-09-14 | 1 | -2/+2 |
| * | Add support for regular expression on supported backend. | Federico Caselli | 2020-08-27 | 1 | -0/+32 |
| * | Updates for MariaDB sequences | Federico Caselli | 2020-08-22 | 1 | -0/+4 |
| * | Add support for identity columns | Federico Caselli | 2020-08-19 | 1 | -17/+37 |
| * | Create a real type for Tuple() and handle appropriately in compiler | Mike Bayer | 2020-08-17 | 1 | -19/+34 |
| * | render INSERT/UPDATE column expressions up front; pass state | Mike Bayer | 2020-08-08 | 1 | -12/+7 |
| * | Pass schema_translate_map from DDLCompiler to SQLCompiler | Mike Bayer | 2020-08-07 | 1 | -1/+3 |
| * | Implement relationship AND criteria; global loader criteria | Mike Bayer | 2020-08-05 | 1 | -0/+4 |
| * | Convert lazy loader, selectinload, load_on_ident to lambda statements | Mike Bayer | 2020-08-05 | 1 | -2/+10 |
| * | Genericize str() for types | Mike Bayer | 2020-08-01 | 1 | -1/+23 |
| * | Revise setinputsizes approach | Mike Bayer | 2020-07-19 | 1 | -0/+63 |
| * | introduce deferred lambdas | Mike Bayer | 2020-07-03 | 1 | -9/+18 |
| * | Merge "Fix a wide variety of typos and broken links" | mike bayer | 2020-06-26 | 1 | -2/+2 |
| |\ |
|
| | * | Fix a wide variety of typos and broken links | aplatkouski | 2020-06-25 | 1 | -2/+2 |
| * | | Merge "Default psycopg2 executemany mode to "values_only"" | mike bayer | 2020-06-26 | 1 | -10/+84 |
| |\ \
| |/
|/| |
|
| | * | Default psycopg2 executemany mode to "values_only" | Mike Bayer | 2020-06-25 | 1 | -10/+84 |
| * | | Use time.perf_counter() for cache time measurement | Mike Bayer | 2020-06-24 | 1 | -2/+1 |
| |/ |
|
| * | Turn on caching everywhere, add logging | Mike Bayer | 2020-06-10 | 1 | -25/+29 |
| * | Convert bulk update/delete to new execution model | Mike Bayer | 2020-06-06 | 1 | -0/+4 |
| * | Inline a few ORM arguments, others | Mike Bayer | 2020-06-03 | 1 | -4/+3 |