| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | An overhaul of expression handling for special symbols particularly | Mike Bayer | 2013-10-23 | 1 | -3/+3 |
* | - A :func:`.bindparam` construct with a "null" type (e.g. no type | Mike Bayer | 2013-10-21 | 1 | -4/+1 |
* | - A large refactoring of the ``sqlalchemy.sql`` package has reorganized | Mike Bayer | 2013-08-12 | 1 | -0/+281 |