summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/expression.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* - The type/expression system now does a more complete jobMike Bayer2010-02-111-45/+43
* - FunctionElement subclasses are now directly executable theMike Bayer2010-02-071-3/+4
* - Added math negation operator support, -x.Mike Bayer2010-02-051-0/+6
* fix the kwargs scoping. mysteriously was affecting pool gcingMike Bayer2010-01-291-4/+5
* - inline some code and turn some instance-level defaults into class levelMike Bayer2010-01-291-3/+7
* - the "autocommit" flag on select() and text() as wellMike Bayer2010-01-281-19/+44
* against is optionalMike Bayer2010-01-281-1/+1
* - allow exists(s.as_scalar()) to workMike Bayer2010-01-281-1/+1
* add an informative error msg for non-collection passed to select()Mike Bayer2010-01-281-2/+8
* - Added a tuple_() construct, allows sets of expressionsMike Bayer2010-01-251-5/+38
* - union(), intersect(), except() and other "compound" typesMike Bayer2010-01-251-5/+1
* - Connection has execution_options(), generative methodMike Bayer2010-01-241-5/+7
* not ready to put execution_options in the text()/select() constructors yetMike Bayer2010-01-241-9/+3
* statement_options -> execution_optionsMike Bayer2010-01-171-30/+32
* - added "statement_options()" to Query, to so options can beMike Bayer2010-01-161-22/+43
* happy new yearMike Bayer2010-01-071-1/+1
* - Fixed a column arithmetic bug that affected columnMike Bayer2010-01-031-1/+2
* - clarify ForeignKey docs, copy operationMike Bayer2010-01-021-186/+187
* - calling expr.in_([]), i.e. with an empty list, emits a warningMike Bayer2009-12-291-1/+9
* - Fixed bug preventing alias() of an alias() from beingMike Bayer2009-12-181-1/+1
* documentation patch for [ticket:1354]Mike Bayer2009-12-091-2/+8
* - removed needless "counter" behavior with select()Mike Bayer2009-12-081-8/+0