summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/expression.py
Commit message (Expand)AuthorAgeFilesLines
...
* call this "_proxies" since it's not really a public consumption attributeMike Bayer2012-08-271-9/+9
* - [feature] The "required" flag is set toMike Bayer2012-08-271-2/+23
* small tweaks to make insert() behavior more consistent, mostly tests, [ticket...Mike Bayer2012-08-231-0/+7
* - [bug] Fixed cextension bug whereby theMike Bayer2012-08-221-1/+2
* - [feature] Enhanced GenericFunction and func.*Mike Bayer2012-08-221-7/+38
* - [feature] The Core oeprator system now includesMike Bayer2012-08-201-4/+17
* - [feature] The prefix_with() method is now availableMike Bayer2012-08-191-70/+54
* tighten this upMike Bayer2012-08-181-8/+8
* - aaaaand fix one more glitch I just thought ofMike Bayer2012-08-181-0/+1
* - fix the labeled column with column_expression() issue, finishes [ticket:1534]Mike Bayer2012-08-181-7/+12
* _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-161-27/+25
* - [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-141-0/+8
* - 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-131-131/+164
* - 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-281-15/+33
* - 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
* - [feature] Revised the rules used to determineMike Bayer2012-07-221-24/+17
* a lot of docsMike Bayer2012-07-181-12/+68
* - a big renaming of all the _Underscore classes to haveMike Bayer2012-07-171-182/+239
* - 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-101-248/+253
* absolute imports in core, sqlMike Bayer2012-06-231-4/+4
* - [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
* Add some `Sphinx` paragraph level versions informations markups,Mike Bayer2012-06-081-29/+32
* - [bug] Quoting information is now passed alongMike Bayer2012-05-041-8/+20
* - [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-221-7/+28
|\
| * - figured out again why deannotate must clone()Mike Bayer2012-02-111-4/+9
| * - got m2m, local_remote_pairs, etc. workingMike Bayer2012-02-091-6/+18
| * simplify remote annotation significantly, and alsoMike Bayer2012-02-081-0/+4
| * initial annotations approach to join conditions. all tests pass, plus additi...Mike Bayer2012-02-061-1/+1
* | - reopened #2453, needed to put in the original patch as well to cover the caseMike Bayer2012-04-031-0/+9
* | - [feature] Added new for_update/with_lockmode()Mike Bayer2012-03-211-5/+12
* | I'm pretty sure this should be entitiesDiana Clarke2012-03-181-1/+1
* | typos in lib/sqlalchemy/sqlDiana Clarke2012-03-171-12/+12
* | - [feature] Added support for MSSQL INSERT,Mike Bayer2012-03-131-1/+41
* | fix typos, SQL server also needs union allMike Bayer2012-03-031-2/+2