| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - A clear error message is emitted if an event handler | Mike Bayer | 2013-02-25 | 1 | -1/+8 |
| * | The :meth:`.ColumnOperators.in_` operator will now coerce | Mike Bayer | 2013-02-02 | 1 | -0/+2 |
| * | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
| * | Fixed bug whereby using a label_length on dialect that was smaller | Mike Bayer | 2012-12-08 | 1 | -6/+11 |
| * | - multivalued inserts, [ticket:2623] | Mike Bayer | 2012-12-08 | 1 | -55/+133 |
| * | merge latest default | Mike Bayer | 2012-12-08 | 1 | -5/+6 |
| |\ |
|
| | * | fixing broken links (see #2625) | Diana Clarke | 2012-12-05 | 1 | -2/+2 |
| | * | - BinaryExpression now keeps track of "left" and "right" as passed in, | Mike Bayer | 2012-12-02 | 1 | -3/+4 |
| * | | updatebase: add support for multi parameters | Idan Kamara | 2012-12-06 | 1 | -9/+22 |
| |/ |
|
| * | just a pep8 pass of lib/sqlalchemy/sql/ | Diana Clarke | 2012-11-19 | 1 | -28/+118 |
| * | Fixed bug in type_coerce() whereby typing information | Mike Bayer | 2012-11-12 | 1 | -0/+2 |
| * | Fixed bug whereby the ".key" of a Column wasn't being | Mike Bayer | 2012-10-31 | 1 | -2/+4 |
| * | - add class_ to AliasedInsp | Mike Bayer | 2012-10-26 | 1 | -0/+17 |
| * | Added :meth:`.ColumnOperators.notin_`, | Mike Bayer | 2012-10-24 | 1 | -0/+3 |
| * | - [feature] "scalar" selects now have a WHERE method | Mike Bayer | 2012-10-15 | 1 | -5/+9 |
| * | - use our new Cls.memoized_name._reset(self) method in place of all those __d... | Mike Bayer | 2012-09-23 | 1 | -4/+4 |
| * | - aaand actually get is/isnot to be usable with None/NULL | Mike Bayer | 2012-09-22 | 1 | -2/+5 |
| * | - [bug] Added missing operators is_(), isnot() | Mike Bayer | 2012-09-22 | 1 | -0/+2 |
| * | - [bug] CompileError is raised when VARCHAR with | Mike Bayer | 2012-09-10 | 1 | -1/+1 |
| * | - [feature] The cast() and extract() constructs | Mike Bayer | 2012-09-10 | 1 | -8/+12 |
| * | `lshift` (<<) and `rshift` (>>) are also supported as optional operators. | Mike Bayer | 2012-09-04 | 1 | -0/+2 |
| * | - [bug] Fixed a regression since 0.6 regarding | Mike Bayer | 2012-08-31 | 1 | -4/+7 |
| * | - [feature] Reworked the startswith(), endswith(), | Mike Bayer | 2012-08-27 | 1 | -34/+3 |
| * | call this "_proxies" since it's not really a public consumption attribute | Mike Bayer | 2012-08-27 | 1 | -9/+9 |
| * | - [feature] The "required" flag is set to | Mike Bayer | 2012-08-27 | 1 | -2/+23 |
| * | small tweaks to make insert() behavior more consistent, mostly tests, [ticket... | Mike Bayer | 2012-08-23 | 1 | -0/+7 |
| * | - [bug] Fixed cextension bug whereby the | Mike Bayer | 2012-08-22 | 1 | -1/+2 |
| * | - [feature] Enhanced GenericFunction and func.* | Mike Bayer | 2012-08-22 | 1 | -7/+38 |
| * | - [feature] The Core oeprator system now includes | Mike Bayer | 2012-08-20 | 1 | -4/+17 |
| * | - [feature] The prefix_with() method is now available | Mike Bayer | 2012-08-19 | 1 | -70/+54 |
| * | tighten this up | Mike Bayer | 2012-08-18 | 1 | -8/+8 |
| * | - aaaaand fix one more glitch I just thought of | Mike Bayer | 2012-08-18 | 1 | -0/+1 |
| * | - fix the labeled column with column_expression() issue, finishes [ticket:1534] | Mike Bayer | 2012-08-18 | 1 | -7/+12 |
| * | _adapt_expression() moves fully to _DefaultColumnComparator which resumes | Mike Bayer | 2012-08-16 | 1 | -24/+57 |
| * | -we move all the invocation of "_adapt_expression" into TypeEngine.Comparator... | Mike Bayer | 2012-08-16 | 1 | -59/+47 |
| * | - we're going to attempt to get the type/operator system to eat its own dogfo... | Mike Bayer | 2012-08-16 | 1 | -27/+25 |
| * | - [bug] Declarative can now propagate a column | Mike Bayer | 2012-08-15 | 1 | -2/+88 |
| * | - for the moment, the default comparisons don't need the ColumnOperator inter... | Mike Bayer | 2012-08-14 | 1 | -15/+9 |
| * | - fix concat() operator, tests | Mike Bayer | 2012-08-14 | 1 | -0/+8 |
| * | - all tests pass | Mike Bayer | 2012-08-13 | 1 | -28/+30 |
| * | move the whole thing to TypeEngine. the feature is pretty much for free like... | Mike Bayer | 2012-08-13 | 1 | -41/+13 |
| * | - develop new system of applying custom operators to ColumnElement classes. ... | Mike Bayer | 2012-08-13 | 1 | -131/+164 |
| * | - allow compatibility with string ops passed here from custom libraries | Mike Bayer | 2012-08-13 | 1 | -0/+4 |
| * | 2.5 ism | Mike Bayer | 2012-07-28 | 1 | -2/+2 |
| * | - [feature] Added reduce_columns() method | Mike Bayer | 2012-07-28 | 1 | -15/+33 |
| * | - we probably need to keep the __clause_element__() logic in, else we have | Mike Bayer | 2012-07-24 | 1 | -35/+37 |
| * | - rework some more __clause_element__ methods to use inspection, but theres a... | Mike Bayer | 2012-07-23 | 1 | -57/+68 |
| * | - some more interpret_as_froms | Mike Bayer | 2012-07-23 | 1 | -3/+3 |
| * | - [feature] ORM entities can be passed | Mike Bayer | 2012-07-23 | 1 | -11/+43 |
| * | - [feature] Revised the rules used to determine | Mike Bayer | 2012-07-22 | 1 | -24/+17 |