| Commit message (Expand) | Author | Age | Files | Lines |
| * | - calling str() on a core sql construct has been made more "friendly", | Mike Bayer | 2016-01-19 | 1 | -4/+69 |
| * | - Multi-tenancy schema translation for :class:`.Table` objects is added. | Mike Bayer | 2016-01-08 | 1 | -0/+127 |
| * | - Fixed bug where CREATE TABLE with a no-column table, but a constraint | Mike Bayer | 2015-12-01 | 1 | -1/+25 |
| * | - The system by which a :class:`.Column` considers itself to be an | Mike Bayer | 2015-10-07 | 1 | -0/+15 |
| * | - The :func:`.type_coerce` construct is now a fully fledged Core | Mike Bayer | 2015-09-16 | 1 | -2/+4 |
| * | - The behavior of the :func:`.union` construct and related constructs | Mike Bayer | 2015-08-12 | 1 | -4/+63 |
| * | - changelog for #3459, fixes #3459 | Mike Bayer | 2015-07-19 | 1 | -0/+2 |
| * | - Fixed a regression that was incorrectly fixed in 1.0.0b4 | Mike Bayer | 2015-04-24 | 1 | -0/+13 |
| * | - Fixed support for "literal_binds" mode when using limit/offset | Mike Bayer | 2015-04-23 | 1 | -3/+3 |
| * | - Fixed issue where a straight SELECT EXISTS query would fail to | Mike Bayer | 2015-04-20 | 1 | -3/+3 |
| * | PEP8 cleanup in /test/sql | Eric Streeper | 2015-03-18 | 1 | -4/+0 |
| * | - rename _select_wraps | Mike Bayer | 2015-03-08 | 1 | -0/+61 |
| * | foo | Mike Bayer | 2015-03-08 | 1 | -9/+9 |
| * | - the refactor of the visit_alias() method in Oracle revealed | Mike Bayer | 2014-12-04 | 1 | -1/+1 |
| * | - Fixed issue where the columns from a SELECT embedded in an | Mike Bayer | 2014-11-11 | 1 | -0/+29 |
| * | - The :attr:`.Column.key` attribute is now used as the source of | Mike Bayer | 2014-11-10 | 1 | -0/+13 |
| * | - ensure kwargs are passed for limit clause on a compound select as well, | Mike Bayer | 2014-10-31 | 1 | -0/+16 |
| * | - changelog, migration for pr github:134 | Mike Bayer | 2014-10-04 | 1 | -91/+0 |
| * | Merge remote-tracking branch 'origin/pr/134' into pr134 | Mike Bayer | 2014-10-04 | 1 | -0/+91 |
| |\ |
|
| | * | allow windowing filtered functions | Ilja Everilä | 2014-09-11 | 1 | -0/+27 |
| | * | renamed aggregatefilter to funcfilter, since it is that | Ilja Everilä | 2014-09-11 | 1 | -1/+1 |
| | * | tests for <aggregate_fun> FILTER (WHERE ...) | Ilja Everilä | 2014-09-10 | 1 | -0/+64 |
| * | | - Added new method :meth:`.Select.with_statement_hint` and ORM | Mike Bayer | 2014-09-18 | 1 | -0/+17 |
| |/ |
|
| * | - rework the previous "order by" system in terms of the new one, | Mike Bayer | 2014-09-08 | 1 | -0/+21 |
| * | - ensure literal_binds works with LIMIT clause, FOR UPDATE | Mike Bayer | 2014-09-03 | 1 | -1/+1 |
| * | - The :func:`~.expression.column` and :func:`~.expression.table` | Mike Bayer | 2014-09-01 | 1 | -14/+19 |
| * | - update the flake8 rules again | Mike Bayer | 2014-07-18 | 1 | -863/+968 |
| * | - more tests, including backend tests | Mike Bayer | 2014-05-16 | 1 | -0/+53 |
| * | - Fixed bug where :meth:`.Table.update` and :meth:`.Table.delete` | Mike Bayer | 2014-05-08 | 1 | -0/+9 |
| * | - Fixed bug where the combination of "limit" rendering as | Mike Bayer | 2014-04-30 | 1 | -0/+29 |
| * | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 1 | -1/+1 |
| * | - Adjusted the logic which applies names to the .c collection when | Mike Bayer | 2014-02-26 | 1 | -2/+8 |
| * | - Fixed bug where so-called "literal render" of :func:`.bindparam` | Mike Bayer | 2014-02-05 | 1 | -0/+7 |
| * | - Fixed bug whereby SQLite compiler failed to propagate compiler arguments | Mike Bayer | 2014-01-31 | 1 | -0/+6 |
| * | - conjunctions like and_() and or_() can now accept generators as arguments. | Mike Bayer | 2014-01-05 | 1 | -0/+11 |
| * | - for [ticket:2651], leaving CheckConstraint alone, preferring to keep | Mike Bayer | 2013-12-16 | 1 | -1/+2 |
| * | - The precedence rules for the :meth:`.ColumnOperators.collate` operator | Mike Bayer | 2013-12-05 | 1 | -52/+0 |
| * | - New improvements to the :func:`.text` construct, including | Mike Bayer | 2013-11-29 | 1 | -166/+0 |
| * | - fix up rendering of "of" | Mike Bayer | 2013-11-28 | 1 | -71/+7 |
| * | - work in progress, will squash | Mike Bayer | 2013-11-28 | 1 | -0/+6 |
| * | An overhaul of expression handling for special symbols particularly | Mike Bayer | 2013-10-23 | 1 | -15/+53 |
| * | - Removed some now unneeded version checks [ticket:2829] courtesy alex gaynor | Mike Bayer | 2013-09-22 | 1 | -4/+0 |
| * | forgot to add system to the copy() method | Mike Bayer | 2013-08-25 | 1 | -0/+7 |
| * | added "system=True" to Column, so that we generally don't have to bother | Mike Bayer | 2013-08-25 | 1 | -0/+9 |
| * | Fixed bug where the expression system relied upon the ``str()`` | Mike Bayer | 2013-07-12 | 1 | -0/+40 |
| * | - rework of correlation, continuing on #2668, #2746 | Mike Bayer | 2013-06-26 | 1 | -11/+99 |
| * | test tweak | Mike Bayer | 2013-06-03 | 1 | -1/+4 |
| * | Merge branch 'master' into ticket_1068 | Mike Bayer | 2013-06-03 | 1 | -10/+12 |
| |\ |
|
| | * | - unicode literals need to just be handled differently if they have utf-8 | Mike Bayer | 2013-05-04 | 1 | -2/+3 |
| | * | - test_types, test_compiler, with sqlite at least | Mike Bayer | 2013-04-28 | 1 | -1/+2 |