summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/expression.py
Commit message (Expand)AuthorAgeFilesLines
* heh dont need that eitherMike Bayer2013-04-251-7/+1
* dont need thisMike Bayer2013-04-251-6/+0
* everything passes with this!!!!!!! holy crap !!!!! and its the simplest of allMike Bayer2013-04-251-2/+14
* Fully implemented the IS and IS NOT operators withMike Bayer2013-04-221-12/+34
* A major fix to the way in which a select() object producesMike Bayer2013-04-111-6/+40
* no need to use getattr() hereMike Bayer2013-03-171-0/+2
* doc updatesMike Bayer2013-03-111-29/+29
* - repair doctest for SQL expression tutorialMike Bayer2013-03-111-1/+35
* - since correlation is now always at least semi-automatic, remove theMike Bayer2013-03-091-28/+30
* Changed behavior of Select.correlate() to ignore correlations to froms that d...Luke Cyca2013-03-071-25/+34
* - A clear error message is emitted if an event handlerMike Bayer2013-02-251-1/+8
* The :meth:`.ColumnOperators.in_` operator will now coerceMike Bayer2013-02-021-0/+2
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* Fixed bug whereby using a label_length on dialect that was smallerMike Bayer2012-12-081-6/+11
* - multivalued inserts, [ticket:2623]Mike Bayer2012-12-081-55/+133
* merge latest defaultMike Bayer2012-12-081-5/+6
|\
| * fixing broken links (see #2625)Diana Clarke2012-12-051-2/+2
| * - BinaryExpression now keeps track of "left" and "right" as passed in,Mike Bayer2012-12-021-3/+4
* | updatebase: add support for multi parametersIdan Kamara2012-12-061-9/+22
|/
* just a pep8 pass of lib/sqlalchemy/sql/Diana Clarke2012-11-191-28/+118
* Fixed bug in type_coerce() whereby typing informationMike Bayer2012-11-121-0/+2
* Fixed bug whereby the ".key" of a Column wasn't beingMike Bayer2012-10-311-2/+4
* - add class_ to AliasedInspMike Bayer2012-10-261-0/+17
* Added :meth:`.ColumnOperators.notin_`,Mike Bayer2012-10-241-0/+3
* - [feature] "scalar" selects now have a WHERE methodMike Bayer2012-10-151-5/+9
* - use our new Cls.memoized_name._reset(self) method in place of all those __d...Mike Bayer2012-09-231-4/+4
* - 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-221-0/+2
* - [bug] CompileError is raised when VARCHAR withMike Bayer2012-09-101-1/+1
* - [feature] The cast() and extract() constructsMike Bayer2012-09-101-8/+12
* `lshift` (<<) and `rshift` (>>) are also supported as optional operators.Mike Bayer2012-09-041-0/+2
* - [bug] Fixed a regression since 0.6 regardingMike Bayer2012-08-311-4/+7
* - [feature] Reworked the startswith(), endswith(),Mike Bayer2012-08-271-34/+3
* 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