summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql
Commit message (Expand)AuthorAgeFilesLines
* copyrightMike Bayer2012-05-057-7/+7
* - Cls.column.collate("some collation") nowMike Bayer2011-10-231-6/+6
* 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
* patch from 0.7: Adjusted the "importlater" mechanism, which isMike Bayer2011-09-211-0/+1
* 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-062-2/+13
* - Fixed subtle bug that caused SQL to blowMike Bayer2011-06-273-3/+30
* - 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
* - Calling query.get() against a column-based entity isMike Bayer2011-04-221-1/+1
* 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-142-2/+2
* - 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
* - Added a `name` argument to `Query.subquery()`, to allowMike Bayer2011-01-301-34/+82
* -whitespace removal bonanzaMike Bayer2011-01-026-382/+382
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-027-4/+34
* various formatting and hyperlinking fixesMike Bayer2010-12-091-0/+4
* - Fixed operator precedence rules for multipleMike Bayer2010-11-252-8/+43
* - 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
* - 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
* 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