summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/expression.py
Commit message (Expand)AuthorAgeFilesLines
* - [bug] Added support for using the .keyMike Bayer2012-02-051-6/+23
* - [bug] A significant change to how labelingMike Bayer2012-02-051-20/+54
* - add a warning regarding tuple.in_(), [ticket:2395]Mike Bayer2012-02-041-0/+8
* - [bug] Fixed bug whereby a table-bound ColumnMike Bayer2012-01-221-0/+14
* - Fixed regression from 0.6 whereby ifMike Bayer2012-01-101-0/+15
* happy new yearMike Bayer2012-01-041-1/+1
* fix a whole bunch of note:: / warning:: that were inline,Mike Bayer2011-12-251-4/+8
* - [bug] Fixed bug whereby column_property() createdMike Bayer2011-12-031-11/+10
* merge tipMike Bayer2011-11-221-1/+1
|\
| * typoMike Bayer2011-11-221-1/+1
* | fixes to actually get tests to passMike Bayer2011-11-221-0/+14
* | - commit the unit testsMike Bayer2011-11-221-41/+144
|/
* - [bug] further tweak to the fix from [ticket:2261],Mike Bayer2011-11-191-16/+108
* improved docs on select_from() [ticket:2274]Mike Bayer2011-09-261-4/+13
* - Fixed bug whereby with_only_columns() method ofMike Bayer2011-09-211-5/+7
* - Changed the update() method on association proxyMike Bayer2011-09-141-1/+1
* - Behavioral improvement: emptyMike Bayer2011-09-091-0/+6
* - Fixed bug regarding calculation of "from" listMike Bayer2011-09-051-181/+241
* document autocommit when using the compiler extension, update the "understand...Mike Bayer2011-08-181-1/+14
* some core cross linkageMike Bayer2011-08-071-12/+35
* - rewrite cloned_traverse() and replacement_traverse() to use a straightMike Bayer2011-07-241-54/+62
* - The join condition produced by with_parentMike Bayer2011-07-061-0/+9
* - Fixed subtle bug that caused SQL to blowMike Bayer2011-06-271-1/+1
* - 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-281-424/+1
* - 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
* - 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-171-3/+51
* 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
* - add some function examples, [ticket:2107]Mike Bayer2011-04-021-0/+2
* - Added new generic function "next_value()", acceptsMike Bayer2011-03-201-4/+6
* - some doc reorgMike Bayer2011-03-171-114/+114
* corrected a bunch of spelling typosDiana Clarke2011-02-281-3/+3
* Fixed doc problem. Thanks Toby Ho.Michael Trier2011-03-141-1/+1
* - The concept of associating a ".bind" directly with aMike Bayer2011-02-101-39/+34
* - Added over() function, method to FunctionElementMike Bayer2011-02-101-4/+160
* - 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
* 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