summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql
Commit message (Expand)AuthorAgeFilesLines
* - turn __visit_name__ into an explicit member.Mike Bayer2008-12-114-20/+60
* dont use names to find Annotated subclassesMike Bayer2008-12-091-4/+9
* further fix that docstringGaëtan de Menten2008-12-081-1/+1
* fixed invalid docstring exampleGaëtan de Menten2008-12-081-1/+1
* fix typosGaëtan de Menten2008-12-071-178/+178
* - removed creepy exec call for nowMike Bayer2008-12-061-7/+7
* need to use absolutes for these, otherwise its dictionary ordering rouletteMike Bayer2008-12-061-4/+4
* - postgres docstringMike Bayer2008-12-061-27/+46
* - merged -r5338:5429 of sphinx branch.Mike Bayer2008-12-063-77/+79
* - union() and union_all() will not whackMike Bayer2008-12-061-2/+1
* - Two fixes to help prevent out-of-band columns fromMike Bayer2008-12-031-3/+3
* propagate docstrings for column/fk collectionsMike Bayer2008-12-011-7/+13
* - Fixed the import weirdness in sqlalchemy.sqlMike Bayer2008-11-221-2/+2
* - 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-092-5/+10
* Global propigate -> propagate change to correct spelling. Additionally found ...Michael Trier2008-11-092-2/+2
* docstring updatesMike Bayer2008-11-073-29/+103
* avoid some often unnecessary method calls. i think we might have squeezed a...Mike Bayer2008-11-071-9/+14
* the @memoized_property fairy pays a visitMike Bayer2008-11-071-23/+19
* - Fixed bug in Query involving order_by() in conjunction withMike Bayer2008-11-062-4/+42
* - Dialects can now generate label names of adjustable length.Mike Bayer2008-11-052-49/+53
* - Improved the behavior of aliased() objects such that they moreMike Bayer2008-11-032-8/+75
* pep8 stuffMike Bayer2008-11-021-82/+174
* - moved _FigureVisitName into visitiors.VisitorType, added Visitor base class...Mike Bayer2008-10-254-134/+134
* small fixMike Bayer2008-10-251-0/+4
* a couple of refinementsMike Bayer2008-10-251-32/+26
* - CompileTests run without the DBAPI being usedMike Bayer2008-10-231-1/+4
* call count pinata partyMike Bayer2008-10-232-24/+53
* Corrected the is_subquery() check based on recent changes. Excluded the test_...Michael Trier2008-10-211-1/+1
* Slightly changed behavior of IN operator for comparing to empty collections. ...Ants Aasma2008-10-201-2/+2
* Modifications to allow the backends to control the behavior of an empty inser...Michael Trier2008-10-201-4/+11
* tiny tiny speed improvements....Mike Bayer2008-10-182-30/+29
* - 0.5.0rc3, dohMike Bayer2008-10-182-46/+6
* - "not equals" comparisons of simple many-to-one relationMike Bayer2008-10-181-53/+22
* - 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
* - Added func.min(), func.max(), func.sum() as "generic functions",Mike Bayer2008-09-081-2/+15
* - Fixed bug whereby mapper couldn't initialize if a compositeMike Bayer2008-09-041-2/+14
* - limit/offset no longer uses ROW NUMBER OVER to limit rows,Mike Bayer2008-09-031-1/+2
* - fixed a bug in declarative test which was looking for old version of historyMike Bayer2008-08-192-9/+13
* commentMike Bayer2008-08-081-1/+5
* - Temporarily rolled back the "ORDER BY" enhancementMike Bayer2008-08-061-10/+6
* - compiler visit_label() checks a flag "within_order_by" and will render its ...Mike Bayer2008-08-031-16/+23
* - func.count() with no argument emits COUNT(*)Jason Kirtland2008-07-241-1/+11