summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/expression.py
Commit message (Expand)AuthorAgeFilesLines
...
* - Fixed bug whereby nesting a label of a select()Mike Bayer2011-05-181-5/+7
* - move documentation of available execution options to Connection - this is t...Mike Bayer2011-04-171-46/+24
* - Added explicit true()/false() constructs to expressionMike Bayer2011-04-171-3/+51
* a crapload of doc tweaks including [ticket:1666], thanks Toby !Mike Bayer2011-04-161-42/+108
* - fixed bug where "from" clause gathering from anMike Bayer2011-04-141-2/+2
* - The limit/offset keywords to select() as wellMike Bayer2011-04-071-4/+8
* - add some function examples, [ticket:2107]Mike Bayer2011-04-021-0/+2
* - Added new generic function "next_value()", acceptsMike Bayer2011-03-201-4/+6
* - some doc reorgMike Bayer2011-03-171-114/+114
* corrected a bunch of spelling typosDiana Clarke2011-02-281-3/+3
* Fixed doc problem. Thanks Toby Ho.Michael Trier2011-03-141-1/+1
* - The concept of associating a ".bind" directly with aMike Bayer2011-02-101-39/+34
* - Added over() function, method to FunctionElementMike Bayer2011-02-101-4/+160
* - Query.distinct() now accepts column expressionsMike Bayer2011-02-101-41/+100
* - figured out the ::autodata directive, can move the docstring forMike Bayer2011-02-091-0/+35
* yikes, change that name on the Alias class tooMike Bayer2011-01-301-6/+6
* - Added a `name` argument to `Query.subquery()`, to allowMike Bayer2011-01-301-33/+79
* 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