summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/expression.py
Commit message (Expand)AuthorAgeFilesLines
* copyrightMike Bayer2012-05-051-1/+1
* improved docs on select_from() [ticket:2274]Mike Bayer2011-09-261-5/+14
* - Fixed bug whereby with_only_columns() method ofMike Bayer2011-09-211-6/+7
* Backed out changeset e5737a6d896ba54da07c7ffb0bc56121732ade72 - this only app...Mike Bayer2011-07-241-1/+1
* - fix annotation for aliased()Mike Bayer2011-07-241-1/+1
* - The join condition produced by with_parentMike Bayer2011-07-061-0/+9
* - Fixed subtle bug that caused SQL to blowMike Bayer2011-06-271-1/+1
* - Fixed a subtle bug involving columnMike Bayer2011-06-271-1/+6
* - Adjusted the __contains__() method ofMike Bayer2011-06-041-0/+9
* - merge 00380cf3c304ea7f1c7397f17b828166364c36ac from defaultMike Bayer2011-05-181-5/+7
* merge doc fixes from 0.7Mike Bayer2011-04-161-43/+109
* - The limit/offset keywords to select() as wellMike Bayer2011-04-071-4/+4
* Corrected a bunch of spelling typos.Diana Clarke2011-03-141-1/+1
* - figured out the ::autodata directive, can move the docstring forMike Bayer2011-02-091-0/+35
* - Added a `name` argument to `Query.subquery()`, to allowMike Bayer2011-01-301-34/+82
* -whitespace removal bonanzaMike Bayer2011-01-021-176/+176
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-2/+2
* various formatting and hyperlinking fixesMike Bayer2010-12-091-0/+4
* - Fixed operator precedence rules for multipleMike Bayer2010-11-251-7/+35
* - 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