| Commit message (Expand) | Author | Age | Files | Lines |
| * | _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 | 2 | -27/+27 |
| * | docs for custom ops... | Mike Bayer | 2012-08-16 | 1 | -0/+17 |
| * | - [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 | 2 | -29/+66 |
| * | - hashable | Mike Bayer | 2012-08-13 | 1 | -0/+3 |
| * | - 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 | 2 | -131/+168 |
| * | - 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 | 2 | -62/+45 |
| * | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 2 | -19/+19 |
| * | - 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 |
| * | some doc fixes | Mike Bayer | 2012-07-22 | 1 | -6/+7 |
| * | - [feature] Revised the rules used to determine | Mike Bayer | 2012-07-22 | 3 | -132/+154 |
| * | a lot of docs | Mike Bayer | 2012-07-18 | 1 | -12/+68 |
| * | - a big renaming of all the _Underscore classes to have | Mike Bayer | 2012-07-17 | 3 | -196/+253 |
| * | - express most of the orm.util functions in terms of the inspection system | Mike Bayer | 2012-07-16 | 1 | -1/+10 |
| * | - [bug] Fixed more un-intuitivenesses in CTEs | Mike Bayer | 2012-07-10 | 2 | -391/+427 |
| * | - [bug] ORM will perform extra effort to determine | Mike Bayer | 2012-07-05 | 1 | -58/+60 |
| * | add 2.5 compat for next() | Mike Bayer | 2012-06-25 | 1 | -1/+1 |
| * | - move cte tests into their own test/sql/test_cte.py | Mike Bayer | 2012-06-25 | 1 | -16/+36 |
| * | absolute imports in core, sql | Mike Bayer | 2012-06-23 | 7 | -19/+19 |
| * | - [bug] quoting is applied to the column names | Mike Bayer | 2012-06-21 | 1 | -2/+5 |
| * | - [feature] Added "MATCH" clause to ForeignKey, | Mike Bayer | 2012-06-21 | 1 | -22/+44 |
| * | - [feature] Added "MATCH" clause to ForeignKey, | Mike Bayer | 2012-06-21 | 1 | -0/+7 |
| * | - [bug] Fixed regression introduced in 0.7.6 | Mike Bayer | 2012-06-21 | 1 | -68/+83 |
| * | - [feature] The of_type() construct on attributes | Mike Bayer | 2012-06-20 | 1 | -8/+24 |
| * | - [bug] Fixed bug whereby append_column() | Mike Bayer | 2012-06-16 | 1 | -2/+2 |
| * | - [bug] Repaired common table expression | Mike Bayer | 2012-06-13 | 1 | -6/+13 |
| * | Add some `Sphinx` paragraph level versions informations markups, | Mike Bayer | 2012-06-08 | 1 | -29/+32 |
| * | ignore columns that don't resolve here either. | Mike Bayer | 2012-05-19 | 1 | -1/+10 |
| * | - [bug] Quoting information is now passed along | Mike Bayer | 2012-05-04 | 2 | -11/+24 |
| * | - [bug] Fixed bug in relationship comparisons | Mike Bayer | 2012-04-25 | 1 | -3/+3 |
| * | - [feature] The "unconsumed column names" warning emitted | Mike Bayer | 2012-04-24 | 1 | -1/+1 |
| * | - [feature] The behavior of column targeting | Mike Bayer | 2012-04-24 | 1 | -4/+14 |
| * | - [bug] column.label(None) now produces an | Mike Bayer | 2012-04-24 | 1 | -12/+0 |
| * | - [bug] The names of the columns on the | Mike Bayer | 2012-04-24 | 1 | -17/+16 |
| * | - merged #1401 branch from bitbucket | Mike Bayer | 2012-04-22 | 4 | -49/+167 |
| |\ |
|
| | * | start to work on error messages, allow foreign_keys as only argument | Mike Bayer | 2012-02-25 | 1 | -3/+11 |
| | * | - figured out again why deannotate must clone() | Mike Bayer | 2012-02-11 | 3 | -9/+14 |
| | * | many fixes but still can't get heuristics to work as well as what's existing, | Mike Bayer | 2012-02-11 | 1 | -2/+1 |
| | * | tweak for correlated subqueries here, seems to work for test_eager_relations:... | Mike Bayer | 2012-02-10 | 1 | -1/+6 |
| | * | - got m2m, local_remote_pairs, etc. working | Mike Bayer | 2012-02-09 | 2 | -12/+88 |