summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql
Commit message (Expand)AuthorAgeFilesLines
* _adapt_expression() moves fully to _DefaultColumnComparator which resumesMike Bayer2012-08-161-24/+57
* -we move all the invocation of "_adapt_expression" into TypeEngine.Comparator...Mike Bayer2012-08-161-59/+47
* - we're going to attempt to get the type/operator system to eat its own dogfo...Mike Bayer2012-08-162-27/+27
* docs for custom ops...Mike Bayer2012-08-161-0/+17
* - [bug] Declarative can now propagate a columnMike Bayer2012-08-151-2/+88
* - for the moment, the default comparisons don't need the ColumnOperator inter...Mike Bayer2012-08-141-15/+9
* - fix concat() operator, testsMike Bayer2012-08-142-29/+66
* - hashableMike Bayer2012-08-131-0/+3
* - all tests passMike Bayer2012-08-131-28/+30
* move the whole thing to TypeEngine. the feature is pretty much for free like...Mike Bayer2012-08-131-41/+13
* - develop new system of applying custom operators to ColumnElement classes. ...Mike Bayer2012-08-132-131/+168
* - allow compatibility with string ops passed here from custom librariesMike Bayer2012-08-131-0/+4
* 2.5 ismMike Bayer2012-07-281-2/+2
* - [feature] Added reduce_columns() methodMike Bayer2012-07-282-62/+45
* -whitespace bonanza, contdMike Bayer2012-07-282-19/+19
* - we probably need to keep the __clause_element__() logic in, else we haveMike Bayer2012-07-241-35/+37
* - rework some more __clause_element__ methods to use inspection, but theres a...Mike Bayer2012-07-231-57/+68
* - some more interpret_as_fromsMike Bayer2012-07-231-3/+3
* - [feature] ORM entities can be passedMike Bayer2012-07-231-11/+43
* some doc fixesMike Bayer2012-07-221-6/+7
* - [feature] Revised the rules used to determineMike Bayer2012-07-223-132/+154
* a lot of docsMike Bayer2012-07-181-12/+68
* - a big renaming of all the _Underscore classes to haveMike Bayer2012-07-173-196/+253
* - express most of the orm.util functions in terms of the inspection systemMike Bayer2012-07-161-1/+10
* - [bug] Fixed more un-intuitivenesses in CTEsMike Bayer2012-07-102-391/+427
* - [bug] ORM will perform extra effort to determineMike Bayer2012-07-051-58/+60
* add 2.5 compat for next()Mike Bayer2012-06-251-1/+1
* - move cte tests into their own test/sql/test_cte.pyMike Bayer2012-06-251-16/+36
* absolute imports in core, sqlMike Bayer2012-06-237-19/+19
* - [bug] quoting is applied to the column namesMike Bayer2012-06-211-2/+5
* - [feature] Added "MATCH" clause to ForeignKey,Mike Bayer2012-06-211-22/+44
* - [feature] Added "MATCH" clause to ForeignKey,Mike Bayer2012-06-211-0/+7
* - [bug] Fixed regression introduced in 0.7.6Mike Bayer2012-06-211-68/+83
* - [feature] The of_type() construct on attributesMike Bayer2012-06-201-8/+24
* - [bug] Fixed bug whereby append_column()Mike Bayer2012-06-161-2/+2
* - [bug] Repaired common table expressionMike Bayer2012-06-131-6/+13
* Add some `Sphinx` paragraph level versions informations markups,Mike Bayer2012-06-081-29/+32
* ignore columns that don't resolve here either.Mike Bayer2012-05-191-1/+10
* - [bug] Quoting information is now passed alongMike Bayer2012-05-042-11/+24
* - [bug] Fixed bug in relationship comparisonsMike Bayer2012-04-251-3/+3
* - [feature] The "unconsumed column names" warning emittedMike Bayer2012-04-241-1/+1
* - [feature] The behavior of column targetingMike Bayer2012-04-241-4/+14
* - [bug] column.label(None) now produces anMike Bayer2012-04-241-12/+0
* - [bug] The names of the columns on theMike Bayer2012-04-241-17/+16
* - merged #1401 branch from bitbucketMike Bayer2012-04-224-49/+167
|\
| * start to work on error messages, allow foreign_keys as only argumentMike Bayer2012-02-251-3/+11
| * - figured out again why deannotate must clone()Mike Bayer2012-02-113-9/+14
| * many fixes but still can't get heuristics to work as well as what's existing,Mike Bayer2012-02-111-2/+1
| * tweak for correlated subqueries here, seems to work for test_eager_relations:...Mike Bayer2012-02-101-1/+6
| * - got m2m, local_remote_pairs, etc. workingMike Bayer2012-02-092-12/+88