summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/expression.py
Commit message (Expand)AuthorAgeFilesLines
...
* - union() and union_all() will not whackMike Bayer2008-12-061-2/+1
* propagate docstrings for column/fk collectionsMike Bayer2008-12-011-7/+13
* - Added NotImplementedError for params() methodMike Bayer2008-11-211-1/+5
* - converted some more attributes to @memoized_property in expressionsMike Bayer2008-11-101-31/+30
* flattened _get_from_objects() into a descriptor/class-bound attributeMike Bayer2008-11-091-68/+50
* - Removed the 'properties' attribute of theMike Bayer2008-11-091-1/+5
* Global propigate -> propagate change to correct spelling. Additionally found ...Michael Trier2008-11-091-1/+1
* docstring updatesMike Bayer2008-11-071-29/+49
* the @memoized_property fairy pays a visitMike Bayer2008-11-071-23/+19
* - Fixed bug in Query involving order_by() in conjunction withMike Bayer2008-11-061-1/+16
* - Dialects can now generate label names of adjustable length.Mike Bayer2008-11-051-8/+11
* - Improved the behavior of aliased() objects such that they moreMike Bayer2008-11-031-1/+12
* pep8 stuffMike Bayer2008-11-021-82/+174
* - moved _FigureVisitName into visitiors.VisitorType, added Visitor base class...Mike Bayer2008-10-251-113/+87
* small fixMike Bayer2008-10-251-0/+4
* a couple of refinementsMike Bayer2008-10-251-32/+26
* call count pinata partyMike Bayer2008-10-231-14/+29
* Slightly changed behavior of IN operator for comparing to empty collections. ...Ants Aasma2008-10-201-2/+2
* tiny tiny speed improvements....Mike Bayer2008-10-181-11/+8
* - 0.5.0rc3, dohMike Bayer2008-10-181-36/+4
* - session.execute() will execute a Sequence object passed toMike Bayer2008-09-281-1/+4
* - version bumpMike Bayer2008-09-161-32/+47
* - 0.5.0rc1rel_0_5rc1Mike Bayer2008-09-111-3/+1
* return type of exists() is boolean, duhMike Bayer2008-09-091-1/+1
* - Bind params now subclass ColumnElement which allows them to beMike Bayer2008-09-091-2/+9
* - The exists() construct won't "export" its contained listMike Bayer2008-09-081-2/+16
* - Moved to 2.4+ import syntax (w/ some experimental merge-friendly formatting)Jason Kirtland2008-07-151-1/+1
* - Always use native itemgetter & attrgetterJason Kirtland2008-07-151-2/+4
* - Removed 2.3 set emulations/enhancements.Jason Kirtland2008-07-151-14/+14
* And thus ends support for Python 2.3.Jason Kirtland2008-07-151-10/+13
* Added new basic match() operator that performs a full-text search. Supported ...Michael Trier2008-07-131-0/+11
* add with_only_columns to Select to allow for removing columns from selectsAnts Aasma2008-05-291-0/+10
* - added some help for a heavily flush-order-dependent testMike Bayer2008-05-161-1/+3
* Followup to [4760]: forward **kwargs on TableClause.delete()Lele Gaifax2008-05-151-2/+2
* Augment expression.Delete() with a kwargs, like Insert() and Update()Lele Gaifax2008-05-151-2/+4
* - fixed propagation of operate() for aliased relation descriptorsMike Bayer2008-05-131-2/+2
* - clause adaption hits _raw_columns of a select() (though no ORM tests need t...Mike Bayer2008-05-121-1/+1
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-271/+219
* - _Label adds itself to the proxy collection so that it works in correspoindi...Mike Bayer2008-05-061-3/+8
* - same as [ticket:1019] but repaired the non-labeled use caseMike Bayer2008-05-051-1/+4
* - factored out the logic used by Join to create its join conditionMike Bayer2008-05-021-28/+4
* - improved behavior of text() expressions when used asMike Bayer2008-04-261-10/+7
* - Support for COLLATE: collate(expr, col) and expr.collate(col)Jason Kirtland2008-04-161-1/+19
* *headslap* those mutators cant mutate the collections except for never-genera...Mike Bayer2008-04-071-9/+5
* - merged -r4458:4466 of query_columns branchMike Bayer2008-04-071-227/+132
* factored down exportable_columns/flatten_cols/proxy_column/oid_etc_yada down ...Mike Bayer2008-04-041-137/+69
* fixed union() bug whereby oid_column would not be available if no oid_column ...Mike Bayer2008-04-041-2/+5
* A couple of usage examples for the case statementAnts Aasma2008-04-031-0/+9
* - case() interprets the "THEN" expressionsMike Bayer2008-04-031-9/+38
* The case() function now also takes a dictionary as its whens parameter. But b...Ants Aasma2008-04-031-1/+6