| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up most py3k compat | Federico Caselli | 2021-11-24 | 1 | -1/+1 |
* | Remove object in class definition | Federico Caselli | 2021-11-22 | 1 | -2/+2 |
* | First round of removal of python 2 | Federico Caselli | 2021-11-01 | 1 | -25/+2 |
* | repair any_() / all_() "implicit flip" behavior for None | Mike Bayer | 2021-10-04 | 1 | -29/+14 |
* | Replace all http:// links to https:// | Federico Caselli | 2021-07-04 | 1 | -2/+2 |
* | Implement MySQL-specific MATCH | Anton Kovalevich | 2021-06-21 | 1 | -0/+6 |
* | Fix many spell glitches in docstrings and comments | Lele Gaifax | 2021-01-24 | 1 | -1/+1 |
* | happy new year | Mike Bayer | 2021-01-04 | 1 | -1/+1 |
* | Apply underscore naming to several more operators | jonathan vanasco | 2020-10-30 | 1 | -40/+124 |
* | Rename Core expression isnot, not_in_ | jonathan vanasco | 2020-09-14 | 1 | -12/+35 |
* | Update select usage to use the new 1.4 format | Federico Caselli | 2020-09-08 | 1 | -8/+8 |
* | Add support for regular expression on supported backend. | Federico Caselli | 2020-08-27 | 1 | -1/+108 |
* | Fix typos | Karthikeyan Singaravelan | 2020-08-09 | 1 | -1/+1 |
* | Convert remaining ORM APIs to support 2.0 style | Mike Bayer | 2020-07-11 | 1 | -32/+0 |
* | Fix a wide variety of typos and broken links | aplatkouski | 2020-06-25 | 1 | -4/+4 |
* | Set up absolute references for create_engine and related | Mike Bayer | 2020-04-14 | 1 | -1/+1 |
* | Run search and replace of symbolic module names | Mike Bayer | 2020-04-14 | 1 | -22/+22 |
* | Correct ambiguous func / class links | Mike Bayer | 2020-03-25 | 1 | -4/+4 |
* | happy new year | Mike Bayer | 2020-01-01 | 1 | -1/+1 |
* | Use expanding IN for all literal value IN expressions | Mike Bayer | 2019-12-22 | 1 | -21/+7 |
* | Add note on the use of tuple_() for the IN operator in the docs | Stepland | 2019-09-16 | 1 | -0/+6 |
* | self_group() for FunctionFilter | Mike Bayer | 2019-07-12 | 1 | -0/+5 |
* | Implement new ClauseElement role and coercion system | Mike Bayer | 2019-05-18 | 1 | -2/+2 |
* | Reimplement .compare() in terms of a visitor | Mike Bayer | 2019-04-29 | 1 | -0/+5 |
* | Fix many spell glitches | Lele Gaifax | 2019-01-25 | 1 | -4/+4 |
* | Convert most "See also" phrases into .. seealso:: | Mike Bayer | 2019-01-15 | 1 | -5/+5 |
* | Remove version directives for 0.6, 0.7, 0.8 | Mike Bayer | 2019-01-15 | 1 | -10/+0 |
* | happy new year | Mike Bayer | 2019-01-11 | 1 | -1/+1 |
* | Post black reformatting | Mike Bayer | 2019-01-06 | 1 | -21/+20 |
* | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 1 | -49/+60 |
* | document expanding bound parameters, in_(), and baked query use cases | Mike Bayer | 2018-08-27 | 1 | -12/+76 |
* | Add concept of "implicit boolean", treat as native | Mike Bayer | 2018-08-15 | 1 | -0/+6 |
* | Add all "like", "between", "is" operators as comparison operators | Mike Bayer | 2018-07-10 | 1 | -7/+36 |
* | support functions "as binary comparison" | Mike Bayer | 2018-07-09 | 1 | -1/+7 |
* | happy new year | Mike Bayer | 2018-01-12 | 1 | -1/+1 |
* | - call this 1.2.0 | Mike Bayer | 2017-12-26 | 1 | -3/+3 |
* | Rework autoescape to be a simple boolean; escape the escape character | Mike Bayer | 2017-10-24 | 1 | -81/+247 |
* | Support method form of any_(), all_() | Mike Bayer | 2017-09-27 | 1 | -0/+32 |
* | Ensure custom ops have consistent typing behavior, boolean support | Mike Bayer | 2017-09-01 | 1 | -6/+46 |
* | Flatten operator precedence for comparison operators | Michael Birtwell | 2017-05-25 | 1 | -12/+13 |
* | Enforce boolean result type for all eq_, is_, isnot, comparison | Mike Bayer | 2017-04-27 | 1 | -1/+2 |
* | Treat collation names as identifiers | Mike Bayer | 2017-03-23 | 1 | -1/+7 |
* | New features from python 2.7 | Катаев Денис | 2017-03-17 | 1 | -2/+2 |
* | Add "empty in" strategies; default to "static" | Mike Bayer | 2017-03-14 | 1 | -1/+31 |
* | add autoescape option to startswith, endswith, and contains | Diana Clarke | 2017-03-14 | 1 | -13/+110 |
* | - correctly document LIKE / ILIKE, fixes #3890 | Mike Bayer | 2017-01-16 | 1 | -6/+16 |
* | Support python3.6 | Mike Bayer | 2017-01-13 | 1 | -1/+1 |
* | update for 2017 copyright | Mike Bayer | 2017-01-04 | 1 | -1/+1 |
* | spelling: Postgresql -> PostgreSQL | Ville Skyttä | 2016-10-08 | 1 | -2/+2 |
* | Add "eager_parenthesis" late-compilation rule, use w/ PG JSON/HSTORE | Mike Bayer | 2016-10-01 | 1 | -2/+5 |