summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/expression.py
Commit message (Expand)AuthorAgeFilesLines
...
* rename 'frozendict' to 'immutabledict', since 'frozen' implies hashabilityMike Bayer2011-01-201-3/+3
* - execution_options() on Connection acceptsMike Bayer2011-01-161-11/+25
* - getting slightly more consistent behavior for the edge case of pk columnsMike Bayer2011-01-151-7/+8
* - whitespace removal bonanzaMike Bayer2011-01-021-207/+207
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-2/+2
* - 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