| Commit message (Expand) | Author | Age | Files | Lines |
| * | flake8 refactor - core | Mike Bayer | 2019-01-05 | 1 | -15/+19 |
| * | - do a broken zimports run on lib | Mike Bayer | 2019-01-05 | 1 | -9/+16 |
| * | step 1, straight black -l 79 run | Mike Bayer | 2019-01-05 | 1 | -334/+466 |
| * | document expanding bound parameters, in_(), and baked query use cases | Mike Bayer | 2018-08-27 | 1 | -0/+6 |
| * | Update expanding docs | Mike Bayer | 2018-08-27 | 1 | -4/+3 |
| * | Add missing range_ / rows parameters to additional over() methods | Mike Bayer | 2018-08-19 | 1 | -4/+8 |
| * | Add concept of "implicit boolean", treat as native | Mike Bayer | 2018-08-16 | 1 | -0/+21 |
| * | Fix string formatting TypeError if tuple is passed | Miguel Ventura | 2018-05-17 | 1 | -1/+1 |
| * | Merge "Make column-level collation quoting dialect-specific" | mike bayer | 2018-01-12 | 1 | -1/+8 |
| |\ |
|
| | * | Make column-level collation quoting dialect-specific | Mike Bayer | 2018-01-12 | 1 | -1/+8 |
| * | | happy new year | Mike Bayer | 2018-01-12 | 1 | -1/+1 |
| |/ |
|
| * | Change visit name for ColumnElement | Mike Bayer | 2017-12-06 | 1 | -1/+1 |
| * | Add multivalued insert context for defaultsreview/mike_bayer/ticket_4075 | Mike Bayer | 2017-09-16 | 1 | -0/+2 |
| * | Implement placeholders for CUBE, ROLLUP, GROUPING SETSreview/mike_bayer/pr_github_383 | Spitcyn | 2017-09-13 | 1 | -1/+1 |
| * | Allow for multiple FOLLOWING/PRECEDING in a window range | Mike Bayer | 2017-08-25 | 1 | -23/+15 |
| * | Repair WithinGroup.get_children() | Mike Bayer | 2017-06-16 | 1 | -1/+1 |
| * | Fix a few doc typos | Lele Gaifax | 2017-06-02 | 1 | -5/+5 |
| * | Add _negate() to Label to negate inner element | Mike Bayer | 2017-04-21 | 1 | -1/+7 |
| * | Add new "expanding" feature to bindparam() | Mike Bayer | 2017-04-07 | 1 | -0/+20 |
| * | Recognize brackets, quoted_name in SQL Server schema | Mike Bayer | 2017-04-04 | 1 | -2/+6 |
| * | Treat collation names as identifiers | Mike Bayer | 2017-03-23 | 1 | -1/+7 |
| * | Support python3.6 | Mike Bayer | 2017-01-13 | 1 | -25/+25 |
| * | update for 2017 copyright | Mike Bayer | 2017-01-04 | 1 | -1/+1 |
| * | spelling: Postgresql -> PostgreSQL | Ville Skyttä | 2016-10-08 | 1 | -4/+4 |
| * | Support bindparam() with callable for primaryjoin | Mike Bayer | 2016-09-19 | 1 | -1/+2 |
| * | Repair clauselist comparison to account for clause ordering | Mike Bayer | 2016-09-02 | 1 | -5/+16 |
| * | Check for supports_execution at ClauseElement base | Mike Bayer | 2016-08-31 | 1 | -1/+4 |
| * | Support range specification in window function | Phillip Cloud | 2016-06-07 | 1 | -5/+107 |
| * | Repair _orm_columns() to accommodate text() | Mike Bayer | 2016-05-05 | 1 | -0/+2 |
| * | - Fixed bug where the negation of an EXISTS expression would not | Mike Bayer | 2016-03-21 | 1 | -0/+13 |
| * | - unfortunately calling upon "_label" here makes it unclear if | Mike Bayer | 2016-02-26 | 1 | -2/+4 |
| * | - Anonymous labeling is applied to a :attr:`.func` construct that is | Mike Bayer | 2016-02-26 | 1 | -1/+1 |
| * | - happy new year | Mike Bayer | 2016-01-29 | 1 | -1/+1 |
| * | - calling str() on a core sql construct has been made more "friendly", | Mike Bayer | 2016-01-19 | 1 | -1/+1 |
| * | - A deep improvement to the recently added :meth:`.TextClause.columns` | Mike Bayer | 2016-01-14 | 1 | -9/+54 |
| * | - fix some old verbiage that refers to text() as an "implicit" thing | Mike Bayer | 2016-01-14 | 1 | -8/+7 |
| * | - Added :class:`.mysql.JSON` for MySQL 5.7. The JSON type provides | Mike Bayer | 2016-01-06 | 1 | -5/+8 |
| * | - The :func:`.type_coerce` construct is now a fully fledged Core | Mike Bayer | 2015-09-16 | 1 | -61/+103 |
| * | - Added support for "set-aggregate" functions of the formticket_3516 | Mike Bayer | 2015-08-26 | 1 | -12/+129 |
| * | - build out a new base type for Array, as well as new any/all operators | Mike Bayer | 2015-08-25 | 1 | -0/+91 |
| * | - Added new checks for the common error case of passing mapped classes | Mike Bayer | 2015-08-22 | 1 | -4/+2 |
| * | - merge of ticket_3499 indexed access branch | Mike Bayer | 2015-08-17 | 1 | -0/+22 |
| * | - changelog for #3459, fixes #3459 | Mike Bayer | 2015-07-19 | 1 | -1/+4 |
| * | Merge branch 'bb_issue_3459' of https://bitbucket.org/xflr6/sqlalchemy into pr56 | Mike Bayer | 2015-07-19 | 1 | -0/+7 |
| |\ |
|
| | * | add ClauseElement.cast() shortcut-method | Sebastian Bank | 2015-06-19 | 1 | -0/+7 |
| * | | - Fixed bug where coersion of literal ``True`` or ``False`` constant | Mike Bayer | 2015-07-19 | 1 | -2/+5 |
| * | | - Fixed potential issue where a custom subclass | Mike Bayer | 2015-07-19 | 1 | -1/+8 |
| |/ |
|
| * | - Fixed a bug where clause adaption as applied to a :class:`.Label` | Mike Bayer | 2015-06-09 | 1 | -1/+2 |
| * | - Fixed a regression that was incorrectly fixed in 1.0.0b4 | Mike Bayer | 2015-04-24 | 1 | -0/+10 |
| * | - Fixed issue where a straight SELECT EXISTS query would fail to | Mike Bayer | 2015-04-20 | 1 | -7/+17 |