summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql
Commit message (Expand)AuthorAgeFilesLines
...
* - use our new Cls.memoized_name._reset(self) method in place of all those __d...Mike Bayer2012-09-232-6/+6
* - [bug] A tweak to column precedence which moves theMike Bayer2012-09-221-15/+20
* - aaand actually get is/isnot to be usable with None/NULLMike Bayer2012-09-221-2/+5
* - [bug] Added missing operators is_(), isnot()Mike Bayer2012-09-222-0/+32
* - [bug] CompileError is raised when VARCHAR withMike Bayer2012-09-101-1/+1
* - [feature] The cast() and extract() constructsMike Bayer2012-09-102-11/+31
* - [feature] Added a hook to the system of renderingMike Bayer2012-09-091-10/+23
* `lshift` (<<) and `rshift` (>>) are also supported as optional operators.Mike Bayer2012-09-042-1/+21
* - type expressions invoke in SQL, but are only for the benefit of columnsMike Bayer2012-09-031-8/+6
* - repair type expressions for columns when we aren't using select.apply_label...Mike Bayer2012-09-011-2/+5
* - [bug] Fixed a regression since 0.6 regardingMike Bayer2012-08-311-4/+7
* - [feature] Reworked the startswith(), endswith(),Mike Bayer2012-08-273-35/+57
* 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
* - add "identifier", can differentiate between "name" rendered and "identifier...Mike Bayer2012-08-261-2/+20
* - tweak the GenericFunction constructor more so that it's action in parsing theMike Bayer2012-08-261-7/+6
* - more oracle tweaks for returning; the method here is still kind of brittle ...Mike Bayer2012-08-251-1/+3
* a few oracle fixesMike Bayer2012-08-251-2/+3
* - correct the argument signature for GenericFunction to be more predictableMike Bayer2012-08-241-13/+8
* small tweaks to make insert() behavior more consistent, mostly tests, [ticket...Mike Bayer2012-08-231-0/+7
* - [bug] Fixed bug whereby usage of a UNIONMike Bayer2012-08-221-7/+11
* - [bug] Fixed cextension bug whereby theMike Bayer2012-08-222-30/+37
* - [feature] Enhanced GenericFunction and func.*Mike Bayer2012-08-222-26/+126
* - MySQL's update does work. add some logic to compiler to convert from ORM c...Mike Bayer2012-08-201-3/+7
* - [feature] The Core oeprator system now includesMike Bayer2012-08-203-20/+60
* - [feature] The prefix_with() method is now availableMike Bayer2012-08-192-82/+86
* 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-183-14/+32
* - [feature] To complement [ticket:2547], typesMike Bayer2012-08-171-48/+88
* _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