summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql
Commit message (Expand)AuthorAgeFilesLines
* - Fixed a subtle bug involving columnMike Bayer2011-06-271-1/+5
* - Fixed bug whereby comparison of columnMike Bayer2011-06-121-1/+4
* - Added the same "columns-only" check toMike Bayer2011-06-081-2/+9
* - Adjusted the __contains__() method ofMike Bayer2011-06-041-0/+9
* fix some testsMike Bayer2011-06-021-1/+16
* - move Operators and ColumnOperators into sqlalchemy.sql.operators - since thisMike Bayer2011-05-282-424/+425
* - Streamlined the process by which a SelectMike Bayer2011-05-281-11/+3
* - get all comparison operators to document with sphinx - column based, relati...Mike Bayer2011-05-261-79/+321
* - add some docs to hybrid comparators, operators/comparator logic at the baseMike Bayer2011-05-221-1/+62
* - Fixed bug whereby nesting a label of a select()Mike Bayer2011-05-181-5/+7
* - Changed the handling in determination of joinMike Bayer2011-05-071-14/+13
* - It is an error to call query.get() when theMike Bayer2011-04-221-1/+1
* - move documentation of available execution options to Connection - this is t...Mike Bayer2011-04-171-46/+24
* - Added explicit true()/false() constructs to expressionMike Bayer2011-04-172-4/+58
* - Fixed incorrect usage of "," in over() clauseMike Bayer2011-04-171-1/+1
* a crapload of doc tweaks including [ticket:1666], thanks Toby !Mike Bayer2011-04-161-42/+108
* - fixed bug where "from" clause gathering from anMike Bayer2011-04-141-2/+2
* - The limit/offset keywords to select() as wellMike Bayer2011-04-071-4/+8
* - REAL has been added to the core types. SupportedMike Bayer2011-04-051-0/+6
* - add some function examples, [ticket:2107]Mike Bayer2011-04-022-1/+3
* - Added new generic function "next_value()", acceptsMike Bayer2011-03-203-12/+50
* - some doc reorgMike Bayer2011-03-171-114/+114
* corrected a bunch of spelling typosDiana Clarke2011-02-282-4/+4
* Fixed doc problem. Thanks Toby Ho.Michael Trier2011-03-141-1/+1
* - establish an "insert" option for events to control ordering if needed (not ...Mike Bayer2011-02-251-1/+1
* - The concept of associating a ".bind" directly with aMike Bayer2011-02-101-39/+34
* - Added over() function, method to FunctionElementMike Bayer2011-02-103-9/+181
* - 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