summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - 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
* - The generated index name also is based onMike Bayer2010-08-021-2/+4
* - Changed the scheme used to generate truncatedMike Bayer2010-07-211-15/+15
* document the crap out of text(), Session.execute()Mike Bayer2010-07-201-18/+75
* - Fixed bug that would prevent overridden clauseMike Bayer2010-06-261-3/+5
* - The argument to "ESCAPE" of a LIKE operator or similarMike Bayer2010-06-241-4/+12
* - Modified the internals of "column annotation" such thatMike Bayer2010-06-141-1/+1
* - Fixed concatenation of constraints when "PRIMARY KEY"Mike Bayer2010-05-271-4/+4
* - Added table.add_is_dependent_on(othertable), allows manualMike Bayer2010-05-131-0/+5