| Commit message (Expand) | Author | Age | Files | Lines |
* | Dedicated bitwise operators | jazzthief | 2023-02-06 | 1 | -0/+16 |
* | happy new year 2023 | Mike Bayer | 2023-01-03 | 1 | -1/+1 |
* | implement icontains, istartswith, iendswith operators | Matias Martinez Rebori | 2022-09-08 | 1 | -0/+12 |
* | check for TypeDecorator when handling getitem | Mike Bayer | 2022-07-19 | 1 | -1/+5 |
* | implement multi-element expression constructs | Mike Bayer | 2022-04-13 | 1 | -19/+18 |
* | pep484 - SQL internals | Mike Bayer | 2022-03-24 | 1 | -28/+50 |
* | pep-484 - SQL column operations | Mike Bayer | 2022-03-15 | 1 | -21/+61 |
* | pep-484 for sqlalchemy.event; use future annotations | Mike Bayer | 2022-02-15 | 1 | -0/+2 |
* | initial reorganize for static typing | Mike Bayer | 2022-01-12 | 1 | -89/+190 |
* | happy new year 2022 | Mike Bayer | 2022-01-06 | 1 | -1/+1 |
* | Update Black's target-version to py37 | Hugo van Kemenade | 2022-01-05 | 1 | -3/+3 |
* | consider truediv as truediv; support floordiv operator | Mike Bayer | 2021-12-26 | 1 | -0/+1 |
* | repair any_() / all_() "implicit flip" behavior for None | Mike Bayer | 2021-10-04 | 1 | -2/+6 |
* | Replace all http:// links to https:// | Federico Caselli | 2021-07-04 | 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 | -17/+20 |
* | Rename Core expression isnot, not_in_ | jonathan vanasco | 2020-09-14 | 1 | -7/+7 |
* | Add support for regular expression on supported backend. | Federico Caselli | 2020-08-27 | 1 | -0/+42 |
* | happy new year | Mike Bayer | 2020-01-01 | 1 | -1/+1 |
* | Add anonymizing context to cache keys, comparison; convert traversal | Mike Bayer | 2019-11-04 | 1 | -0/+3 |
* | Implement new ClauseElement role and coercion system | Mike Bayer | 2019-05-18 | 1 | -106/+40 |
* | happy new year | Mike Bayer | 2019-01-11 | 1 | -1/+1 |
* | Post black reformatting | Mike Bayer | 2019-01-06 | 1 | -27/+27 |
* | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 1 | -99/+135 |
* | Support tuples of heterogeneous types for empty expanding IN | Mike Bayer | 2018-10-03 | 1 | -1/+10 |
* | happy new year | Mike Bayer | 2018-01-12 | 1 | -1/+1 |
* | Support method form of any_(), all_() | Mike Bayer | 2017-09-27 | 1 | -1/+3 |
* | Ensure custom ops have consistent typing behavior, boolean support | Mike Bayer | 2017-09-01 | 1 | -1/+13 |
* | Enforce boolean result type for all eq_, is_, isnot, comparison | Mike Bayer | 2017-04-27 | 1 | -2/+6 |
* | Add new "expanding" feature to bindparam() | Mike Bayer | 2017-04-07 | 1 | -6/+14 |
* | Add "empty in" strategies; default to "static" | Mike Bayer | 2017-03-14 | 1 | -16/+7 |
* | update for 2017 copyright | Mike Bayer | 2017-01-04 | 1 | -1/+1 |
* | Preserve type for math negation | Mike Bayer | 2016-07-01 | 1 | -1/+1 |
* | Add IS (NOT) DISTINCT FROM operators | Sebastian Bank | 2016-06-06 | 1 | -2/+11 |
* | - Fixed issue where inadvertent use of the Python ``__contains__`` | Mike Bayer | 2016-02-02 | 1 | -0/+1 |
* | - happy new year | Mike Bayer | 2016-01-29 | 1 | -1/+1 |
* | - Added :class:`.mysql.JSON` for MySQL 5.7. The JSON type provides | Mike Bayer | 2016-01-06 | 1 | -23/+5 |
* | - build out a new base type for Array, as well as new any/all operators | Mike Bayer | 2015-08-25 | 1 | -4/+9 |
* | - Added new checks for the common error case of passing mapped classes | Mike Bayer | 2015-08-22 | 1 | -2/+2 |
* | - merge of ticket_3499 indexed access branch | Mike Bayer | 2015-08-17 | 1 | -2/+26 |
* | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
* | - clean up default comparator which doesn't need to be a class, | Mike Bayer | 2015-01-04 | 1 | -254/+257 |
* | - start trying to move things into __slots__. This seems to reduce theslots | Mike Bayer | 2015-01-04 | 1 | -42/+4 |
* | - The :meth:`.Operators.match` operator is now handled such that the | Mike Bayer | 2014-12-04 | 1 | -5/+16 |
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -51/+56 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | - add postgresql_regconfig argument to PG dialect for match() operator, | jonathan vanasco | 2014-07-08 | 1 | -1/+1 |
* | - Fixed bug where the :meth:`.Operators.__and__`, | Mike Bayer | 2014-05-24 | 1 | -1/+19 |
* | - Added new flag :paramref:`.expression.between.symmetric`, when set to True | Mike Bayer | 2014-03-30 | 1 | -1/+6 |
* | - Fixed bug where :meth:`.in_()` would go into an endless loop if | Mike Bayer | 2014-02-13 | 1 | -3/+7 |