| Commit message (Expand) | Author | Age | Files | Lines |
* | update flake8 noqa skips with proper syntax | Federico Caselli | 2022-04-11 | 1 | -1/+1 |
* | pep-484 - SQL column operations | Mike Bayer | 2022-03-15 | 1 | -157/+206 |
* | pep484 + abc bases for assocaitionproxy | Mike Bayer | 2022-03-01 | 1 | -9/+5 |
* | pep-484 for sqlalchemy.event; use future annotations | Mike Bayer | 2022-02-15 | 1 | -0/+2 |
* | Fix overlapping slots, base classes without slots | Arie Bovenberg | 2022-02-01 | 1 | -0/+2 |
* | initial reorganize for static typing | Mike Bayer | 2022-01-12 | 1 | -101/+250 |
* | happy new year 2022 | Mike Bayer | 2022-01-06 | 1 | -1/+1 |
* | implement python_impl to custom_op for basic ORM evaluator extensibility | Mike Bayer | 2022-01-04 | 1 | -5/+65 |
* | consider truediv as truediv; support floordiv operator | Mike Bayer | 2021-12-26 | 1 | -1/+28 |
* | 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 |