summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql
Commit message (Expand)AuthorAgeFilesLines
...
* - Fixed a recursive pickling issue in serializer, triggeredMike Bayer2009-02-171-0/+6
* - anonymous alias names now truncate down to the max lengthMike Bayer2009-02-101-3/+7
* - Fixed missing _label attribute on Function object, othersMike Bayer2009-02-011-1/+2
* some docstring stuffMike Bayer2009-01-281-20/+19
* - _CalculatedClause is goneMike Bayer2009-01-284-95/+87
* - Query now implements __clause_element__() which producesMike Bayer2009-01-271-13/+13
* - Further fixes to the "percent signs and spaces in column/tableMike Bayer2009-01-182-9/+9
* - Query.from_self() as well as query.subquery() both disableMike Bayer2009-01-151-0/+6
* - Improved the methodology to handling percent signs in columnMike Bayer2009-01-142-12/+20
* happy new yearMike Bayer2009-01-122-2/+2
* NotSupportedError is a DBAPI wrapper which takes four args and is expected to...Mike Bayer2009-01-111-1/+1
* docstrings for the hated fold_equivalents argument/functionMike Bayer2009-01-032-12/+14
* - Fixed some deep "column correspondence" issues which couldMike Bayer2009-01-031-5/+33
* - mysql, postgres: "%" signs in text() constructs are automatically escaped t...Mike Bayer2009-01-021-1/+4
* - sqlalchemy.sql.expression.Function is now a publicMike Bayer2009-01-023-7/+7
* - Can pass mapped attributes and column objects as keysMike Bayer2008-12-282-6/+9
* use new anonymize style for the public _anonymize as wellMike Bayer2008-12-231-1/+1
* silly negative ID numbers on linux...Mike Bayer2008-12-231-1/+1
* - Columns can again contain percent signs within theirMike Bayer2008-12-231-2/+3
* missed an ordering on a set. attempting to nail down linux-specific buildbo...Mike Bayer2008-12-191-1/+1
* *most* py3k warnings are resolved, with the exception of the various __setsli...Mike Bayer2008-12-181-1/+1
* merged -r5299:5438 of py3k warnings branch. this fixes some sqlite py2.6 tes...Mike Bayer2008-12-184-25/+31
* - Query() can be passed a "composite" attributeMike Bayer2008-12-181-0/+8
* - _execute_clauseelement() goes back to beingMike Bayer2008-12-171-1/+1
* - 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