summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/expression.py
Commit message (Expand)AuthorAgeFilesLines
* - remove OrderedSet usage from a critical areaMike Bayer2010-12-221-11/+0
* - apply pep8 to compiler.pyMike Bayer2010-12-211-4/+4
* callcount reductionMike Bayer2010-12-201-14/+20
* Added NULLS FIRST and NULLS LAST support.Michael Trier2010-12-191-3/+39
* - why type.dialect_impl(dialect).bind_processor(dialect), caching just the impl?Mike Bayer2010-12-131-3/+0
* - callcountsMike Bayer2010-12-101-17/+40
* various formatting and hyperlinking fixesMike Bayer2010-12-091-0/+4
* - merge default tipMike Bayer2010-12-051-7/+35
|\
| * - Fixed operator precedence rules for multipleMike Bayer2010-11-251-7/+35
* | - replace util.py with util/ package, [ticket:1986]Mike Bayer2010-11-281-1/+1
* | - the "type_map" dictionary in sqlalchemy.types is now private,Mike Bayer2010-11-281-1/+1
* | - _literal_as_text raises if the incoming arg is not a Visitable or basestring.Mike Bayer2010-11-281-1/+3
* | - bindparam() gets a new option "callable", which is a lambda or defMike Bayer2010-11-201-18/+48
* | - adapt initial patch from [ticket:1917] to current tipMike Bayer2010-11-161-45/+78
|/
* - move inline "import" statements to use new "util.importlater()" construct. ...Mike Bayer2010-11-131-30/+11
* - Added type_coerce(expr, type_) expression element.Mike Bayer2010-10-231-2/+50
* - fix a typo that was apparently not really impacting anythingMike Bayer2010-09-251-1/+1
* doc editsMike Bayer2010-09-221-10/+13
* - as_scalar(), label() can be called on a selectableMike Bayer2010-09-181-3/+10
* - An informative error message is raised if a ColumnMike Bayer2010-09-181-9/+11
* - pending deprecation in 0.7 for the execute/scalar on clauseelementMike Bayer2010-09-071-6/+10
* - rewrote the "connections" sectionMike Bayer2010-09-051-4/+30
* docstring for query.correlate, [ticket:1889]Mike Bayer2010-08-291-3/+3
* - Similarly, for relationship(), foreign_keys,Mike Bayer2010-08-211-3/+3
* - 79 chars for expressionMike Bayer2010-08-141-428/+559
* get slightly better about deprecations in docstrings, tho this is kind of an ...Mike Bayer2010-08-091-2/+3
* - the _Label construct, i.e. the one that is producedMike Bayer2010-08-071-11/+9
* - the text() construct, if placed in a columnMike Bayer2010-08-031-3/+3
* - Specifying a non-column based argumentMike Bayer2010-08-021-0/+8
* - if @classproperty is used with a regular class-boundMike Bayer2010-08-021-1/+1
* document the crap out of text(), Session.execute()Mike Bayer2010-07-201-18/+75
* - func.XXX() doesn't inadvertently resolve to non-FunctionMike Bayer2010-05-131-1/+3
* - the _make_proxy() method of ColumnClause and Column now useMike Bayer2010-05-101-1/+13
* - expr.in_() now accepts a text() construct as the argument.Mike Bayer2010-05-081-2/+9
* remove a few superfluous importsMike Bayer2010-04-291-10/+11
* - beef up the --reversetop test option to embed RandomSet throughout the ORMMike Bayer2010-04-151-0/+3
* - somejoin.select(fold_equivalents=True) is no longerMike Bayer2010-04-111-6/+1
* - Added new 'compiled_cache' execution option. A dictionaryMike Bayer2010-04-071-0/+17
* - Restored some bind-labeling logic from 0.5 which ensuresMike Bayer2010-03-311-0/+10
* - Added with_hint() method to Query() construct. This callsMike Bayer2010-03-271-1/+29
* - join() will now simulate a NATURAL JOIN by default. Meaning,Mike Bayer2010-03-191-2/+6
* - The except_() method now renders as MINUS on Oracle,Mike Bayer2010-03-161-8/+13
* whitespace fixes to improve readability (shortened excessively long lines, an...Brad Allen2010-03-151-28/+42
* fixed up docs for execution_options() across all three locations.Mike Bayer2010-03-091-1/+13
* base tests passMike Bayer2010-03-091-1/+1
* still thinking about stuff hereMike Bayer2010-03-081-3/+11
* working on getting operators/left hand type awareness into the "bind" coercio...Mike Bayer2010-03-081-26/+29
* - adjusted the literal coercion rules to take the left side's type into accou...Mike Bayer2010-03-011-0/+2
* - make tuple a little more friendlyMike Bayer2010-02-281-0/+1
* - Made sqlalchemy.sql.expressions.Executable part of publicMike Bayer2010-02-121-22/+32