| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Add support for "real" sequences in mssql | Gord Thompson | 2020-05-29 | 1 | -3/+6 |
| * | Render table hints in generic SQL | Mike Bayer | 2020-05-27 | 1 | -0/+3 |
| * | Convert execution to move through Session | Mike Bayer | 2020-05-25 | 1 | -34/+92 |
| * | Unify Query and select() , move all processing to compile phase | Mike Bayer | 2020-05-24 | 1 | -0/+10 |
| * | Performance fixes for new result set | Mike Bayer | 2020-05-21 | 1 | -10/+9 |
| * | Propose Result as immediate replacement for ResultProxy | Mike Bayer | 2020-05-01 | 1 | -4/+4 |
| * | Deprecate ``DISTINCT ON`` when not targeting PostgreSQL | Federico Caselli | 2020-04-20 | 1 | -1/+10 |
| * | 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 | -7/+10 |
| * | Remove code deprecated before version 1.1 | Federico Caselli | 2020-04-09 | 1 | -14/+6 |
| * | Repair caching / traversals for values | Mike Bayer | 2020-04-01 | 1 | -2/+7 |
| * | Try to measure new style caching in the ORM, take two | Mike Bayer | 2020-04-01 | 1 | -10/+60 |
| * | Add a third labeling mode for SELECT statements | Mike Bayer | 2020-03-29 | 1 | -21/+1 |
| * | Correct ambiguous func / class links | Mike Bayer | 2020-03-25 | 1 | -5/+6 |
| * | Merge "Implement SQL VALUES in core." | mike bayer | 2020-03-24 | 1 | -0/+40 |
| |\ |
|
| | * | Implement SQL VALUES in core. | Gord Thompson | 2020-03-24 | 1 | -0/+40 |
| * | | Convert schema_translate to a post compile | Mike Bayer | 2020-03-24 | 1 | -25/+75 |
| |/ |
|
| * | Merge "Rework select(), CompoundSelect() in terms of CompileState" | mike bayer | 2020-03-11 | 1 | -52/+131 |
| |\ |
|
| | * | Rework select(), CompoundSelect() in terms of CompileState | Mike Bayer | 2020-03-10 | 1 | -52/+131 |
| * | | Simplified module pre-loading strategy and made it linter friendly | Federico Caselli | 2020-03-07 | 1 | -4/+7 |
| |/ |
|