| Commit message (Expand) | Author | Age | Files | Lines |
| * | Discontinue dynamic __visit_name__ | Mike Bayer | 2020-03-01 | 1 | -8/+9 |
| * | Deprecate row.keys() for 2.0, not 1.x | Mike Bayer | 2020-02-24 | 2 | -3/+12 |
| * | Merge "Ensure schema-level table includes annotations in caching" | mike bayer | 2020-02-24 | 1 | -1/+40 |
| |\ |
|
| | * | Ensure schema-level table includes annotations in caching | Mike Bayer | 2020-02-24 | 1 | -1/+40 |
| * | | Ensure descendants of mixins don't become cacheable | Mike Bayer | 2020-02-22 | 1 | -1/+5 |
| |/ |
|
| * | Merge "Repair inline flag" | mike bayer | 2020-02-22 | 5 | -9/+135 |
| |\ |
|
| | * | Repair inline flag | Mike Bayer | 2020-02-22 | 5 | -9/+135 |
| * | | Update test_unicode and move to test suite | Gord Thompson | 2020-02-22 | 1 | -213/+0 |
| |/ |
|
| * | Result initial introduction | Mike Bayer | 2020-02-21 | 11 | -309/+639 |
| * | Deprecate connection branching | Mike Bayer | 2020-02-21 | 2 | -6/+36 |
| * | Modernize test_rowcount and move to dialect suite | Mike Bayer | 2020-02-19 | 1 | -157/+0 |
| * | Merge "Create initial future package, RemovedIn20Warning" | mike bayer | 2020-02-17 | 6 | -17/+97 |
| |\ |
|
| | * | Create initial future package, RemovedIn20Warning | Mike Bayer | 2020-02-12 | 6 | -17/+97 |
| * | | Update test reqs for mariadb 10.4, 10.5 | Mike Bayer | 2020-02-16 | 1 | -3/+7 |
| |/ |
|
| * | MSSQL 2014 OFFSET/FETCH syntax support | Elkin | 2020-02-07 | 1 | -1/+0 |
| * | Deprecate empty or_() and and_() | Federico Caselli | 2020-01-25 | 6 | -19/+109 |
| * | Query linter option | Alessio Bogon | 2020-01-22 | 3 | -19/+315 |
| * | Merge "apply asbool reduction to the onclause in join()" | mike bayer | 2020-01-18 | 1 | -0/+37 |
| |\ |
|
| | * | apply asbool reduction to the onclause in join() | Mike Bayer | 2020-01-17 | 1 | -0/+37 |
| * | | Remove jython code, remove all jython / pypy symbols | Mike Bayer | 2020-01-17 | 1 | -1/+0 |
| |/ |
|
| * | Support GenericFunction.name passed as a quoted_name | Mike Bayer | 2020-01-06 | 1 | -0/+16 |
| * | Source base cleanups | Mike Bayer | 2020-01-01 | 1 | -2/+2 |
| * | Test for short term reference cycles and resolve as many as possible | Mike Bayer | 2019-12-30 | 1 | -2/+2 |
| * | Use expanding IN for all literal value IN expressions | Mike Bayer | 2019-12-22 | 5 | -190/+204 |
| * | Copy bind_processors when altering for expanding IN | Mike Bayer | 2019-12-20 | 1 | -0/+46 |
| * | Implement random_choices for Python 2 | Mike Bayer | 2019-12-20 | 1 | -2/+3 |
| * | Ensure comparison includes "don't compare values" feature | Mike Bayer | 2019-12-20 | 1 | -70/+127 |
| * | Add CTE prefixes | Marat Sharafutdinov | 2019-12-18 | 1 | -0/+22 |
| * | Do the CompoundSelect check for number of columns in the compile phase | Mike Bayer | 2019-12-16 | 1 | -4/+2 |
| * | Ensure cache keys are hashable in the test | Mike Bayer | 2019-12-14 | 1 | -0/+1 |
| * | Use label reference coercion for select() distinct keyword argument | Mike Bayer | 2019-12-06 | 1 | -0/+9 |
| * | Include DISTINCT in error message for label reference | Mike Bayer | 2019-12-06 | 2 | -4/+23 |
| * | Merge "Remove ORM elements from annotations at the schema level." | mike bayer | 2019-11-26 | 1 | -4/+81 |
| |\ |
|
| | * | Remove ORM elements from annotations at the schema level. | Mike Bayer | 2019-11-26 | 1 | -4/+81 |
| * | | Add sequence support for MariaDB 10.3+. | Gord Thompson | 2019-11-26 | 1 | -12/+62 |
| |/ |
|
| * | Repair Oracle Interval | Mike Bayer | 2019-11-11 | 1 | -19/+17 |
| * | Add type accessors for JSON indexed/pathed element access | Mike Bayer | 2019-11-11 | 1 | -0/+42 |
| * | Fix exclusions for multiple fails_on | Mike Bayer | 2019-11-09 | 1 | -41/+19 |
| * | Support for generated columns | CaselIT | 2019-11-08 | 2 | -0/+82 |
| * | Add anonymizing context to cache keys, comparison; convert traversal | Mike Bayer | 2019-11-04 | 5 | -152/+427 |
| * | Use simple growth scale with any max size for BufferedRowResultProxy | sumau | 2019-10-30 | 1 | -23/+39 |
| * | Use default repr() for quoted_name under python 3 | Mike Bayer | 2019-10-24 | 2 | -11/+70 |
| * | Implement facade for pytest parametrize, fixtures, classlevel | Mike Bayer | 2019-10-20 | 2 | -393/+355 |
| * | Use separate label generator for column_label naming convention | Mike Bayer | 2019-10-14 | 2 | -6/+132 |
| * | Add _alembic_quote method to format_constraint() | Mike Bayer | 2019-10-13 | 1 | -0/+28 |
| * | Merge "Remove deprecated elements" | mike bayer | 2019-10-11 | 1 | -158/+0 |
| |\ |
|
| | * | Remove deprecated elements | Asif Saif Uddin (Auvi) | 2019-10-11 | 1 | -158/+0 |
| * | | Omit onclause as source of FROMs from a Join | Mike Bayer | 2019-10-09 | 1 | -0/+26 |
| |/ |
|
| * | Merge "Add result map targeting for custom compiled, text objects" | mike bayer | 2019-10-08 | 3 | -10/+198 |
| |\ |
|
| | * | Add result map targeting for custom compiled, text objects | Mike Bayer | 2019-10-07 | 3 | -10/+198 |