summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - The compiler extension now supports overriding the defaultMike Bayer2011-02-092-26/+22
* 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-152-15/+14
* - the _pk_processors/_prefetch_processors approach relied upon calling RPs wi...Mike Bayer2011-01-151-14/+0
* - A TypeDecorator of Integer can be used with a primary keyMike Bayer2011-01-111-2/+16
* - whitespace removal bonanzaMike Bayer2011-01-026-415/+415
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-027-4/+34
* - remove OrderedSet usage from a critical areaMike Bayer2010-12-222-14/+8
* - another heap of inlinings and now I really have to be done with thisMike Bayer2010-12-211-56/+71
* - apply pep8 to compiler.pyMike Bayer2010-12-212-126/+221
* callcount reductionMike Bayer2010-12-201-14/+20
* more inlinesMike Bayer2010-12-191-18/+17
* merge tipMichael Trier2010-12-191-12/+4
|\
| * - duh, compiled is per dialectMike Bayer2010-12-191-12/+4
* | Added NULLS FIRST and NULLS LAST support.Michael Trier2010-12-193-3/+47
|/
* - why type.dialect_impl(dialect).bind_processor(dialect), caching just the impl?Mike Bayer2010-12-132-5/+2
* - another easy win, cache the calc of bind processors in the compiled objectMike Bayer2010-12-121-0/+19
* - callcountsMike Bayer2010-12-101-17/+40
* various formatting and hyperlinking fixesMike Bayer2010-12-091-0/+4
* - merge default tipMike Bayer2010-12-052-9/+44
|\
| * - Fixed operator precedence rules for multipleMike Bayer2010-11-252-8/+43
* | - move topological, queue into utilMike Bayer2010-12-051-1/+2
* | - 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
* | - post_process_text() is called for DDL() constructs, in particular allowingMike 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-202-22/+52
* | - merge FromObj cleanup, immutable .c attribute patch, [ticket:1917]Mike Bayer2010-11-202-46/+79
|\ \
| * | - adapt initial patch from [ticket:1917] to current tipMike Bayer2010-11-162-46/+79
| |/
* | merge tipMike Bayer2010-11-144-46/+107
|\ \ | |/
| * - move inline "import" statements to use new "util.importlater()" construct. ...Mike Bayer2010-11-131-30/+11
| * - The REFERENCES clause in a CREATE TABLE that includesMike Bayer2010-11-121-1/+6
| * - Added type_coerce(expr, type_) expression element.Mike Bayer2010-10-233-4/+57
| * - fix a typo that was apparently not really impacting anythingMike Bayer2010-09-251-1/+1
| * doc editsMike Bayer2010-09-221-10/+13
| * - Patched a case where query.join() would adapt theMike Bayer2010-09-211-0/+19
* | merge tipMike Bayer2010-09-193-18/+86
|\ \ | |/
| * - 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-182-9/+15
| * - lazy loads for relationship attributes now useMike Bayer2010-09-121-0/+25
| * - 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
* | - move LIMIT/OFFSET rendering to be as bind parameters, for all backendsMike Bayer2010-08-291-3/+3
|/
* docstring for query.correlate, [ticket:1889]Mike Bayer2010-08-291-3/+3
* - Similarly, for relationship(), foreign_keys,Mike Bayer2010-08-211-3/+3