| Commit message (Expand) | Author | Age | Files | Lines |
* | - merge of ticket_3499 indexed access branch | Mike Bayer | 2015-08-17 | 1 | -2/+10 |
* | Added support for reflected modulo operator. | Dan Gittik | 2015-07-17 | 1 | -0/+8 |
* | - remove now-misleading comment that SQLite doesn't support MATCH, | Mike Bayer | 2015-03-14 | 1 | -2/+4 |
* | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
* | - start trying to move things into __slots__. This seems to reduce theslots | Mike Bayer | 2015-01-04 | 1 | -0/+3 |
* | Maul the evaulate & friends typo | Priit Laes | 2014-12-19 | 1 | -1/+1 |
* | - The :meth:`.Operators.match` operator is now handled such that the | Mike Bayer | 2014-12-04 | 1 | -0/+5 |
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -15/+19 |
* | - 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 | -2/+2 |
* | - hyperlink all the column operators listed in the ORM tutorial common filter... | Mike Bayer | 2014-05-24 | 1 | -4/+10 |
* | - The "primaryjoin" model has been stretched a bit further to allow | Mike Bayer | 2014-04-19 | 1 | -1/+1 |
* | - Added new flag :paramref:`.expression.between.symmetric`, when set to True | Mike Bayer | 2014-03-30 | 1 | -5/+11 |
* | - Added a new parameter :paramref:`.Operators.op.is_comparison`. This | Mike Bayer | 2014-01-31 | 1 | -4/+17 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | - The precedence rules for the :meth:`.ColumnOperators.collate` operator | Mike Bayer | 2013-12-05 | 1 | -1/+5 |
* | Ensure API generation and fix cross references | Vraj Mohan | 2013-11-13 | 1 | -2/+5 |
* | An overhaul of expression handling for special symbols particularly | Mike Bayer | 2013-10-23 | 1 | -0/+10 |
* | - remove the ``__iter__()`` with notimplemented since it interferes | Mike Bayer | 2013-06-03 | 1 | -5/+0 |
* | - endless isinstance(x, str)s.... | Mike Bayer | 2013-04-28 | 1 | -9/+10 |
* | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -5/+5 |
* | Fixed the consideration of the ``between()`` operator | Mike Bayer | 2013-02-02 | 1 | -1/+1 |
* | - add full docs for like()/ilike() | Mike Bayer | 2013-01-28 | 1 | -0/+28 |
* | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
* | just a pep8 pass of lib/sqlalchemy/sql/ | Diana Clarke | 2012-11-19 | 1 | -5/+40 |
* | Fixed a gotcha where inadvertently calling list() on a | Mike Bayer | 2012-11-18 | 1 | -0/+5 |
* | - more docs | Mike Bayer | 2012-10-26 | 1 | -6/+10 |
* | Added :meth:`.ColumnOperators.notin_`, | Mike Bayer | 2012-10-24 | 1 | -3/+48 |
* | - [bug] A tweak to column precedence which moves the | Mike Bayer | 2012-09-22 | 1 | -15/+20 |
* | - [bug] Added missing operators is_(), isnot() | Mike Bayer | 2012-09-22 | 1 | -0/+30 |
* | `lshift` (<<) and `rshift` (>>) are also supported as optional operators. | Mike Bayer | 2012-09-04 | 1 | -1/+19 |
* | - [feature] Reworked the startswith(), endswith(), | Mike Bayer | 2012-08-27 | 1 | -0/+9 |
* | - [feature] The Core oeprator system now includes | Mike Bayer | 2012-08-20 | 1 | -2/+18 |
* | - fix the labeled column with column_expression() issue, finishes [ticket:1534] | Mike Bayer | 2012-08-18 | 1 | -5/+11 |
* | docs for custom ops... | Mike Bayer | 2012-08-16 | 1 | -0/+17 |
* | - hashable | Mike Bayer | 2012-08-13 | 1 | -0/+3 |
* | - develop new system of applying custom operators to ColumnElement classes. ... | Mike Bayer | 2012-08-13 | 1 | -0/+4 |
* | some doc fixes | Mike Bayer | 2012-07-22 | 1 | -6/+7 |
* | - [feature] Revised the rules used to determine | Mike Bayer | 2012-07-22 | 1 | -101/+129 |
* | absolute imports in core, sql | Mike Bayer | 2012-06-23 | 1 | -1/+1 |
* | - [bug] Fixed bug in relationship comparisons | Mike Bayer | 2012-04-25 | 1 | -3/+3 |
* | simplify remote annotation significantly, and also | Mike Bayer | 2012-02-08 | 1 | -0/+5 |
* | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
* | - Cls.column.collate("some collation") now | Mike Bayer | 2011-10-23 | 1 | -6/+6 |
* | - Fixed subtle bug that caused SQL to blow | Mike Bayer | 2011-06-27 | 1 | -0/+4 |
* | - move Operators and ColumnOperators into sqlalchemy.sql.operators - since this | Mike Bayer | 2011-05-28 | 1 | -0/+424 |
* | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -2/+2 |
* | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -0/+6 |
* | Added NULLS FIRST and NULLS LAST support. | Michael Trier | 2010-12-19 | 1 | -0/+6 |
* | - merge default tip | Mike Bayer | 2010-12-05 | 1 | -2/+9 |
|\ |
|