summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/compiler.py
Commit message (Expand)AuthorAgeFilesLines
...
* - sqlMike Bayer2009-05-291-1/+1
* Added multi part schema name support. Closes #594 and #1341.Michael Trier2009-04-111-6/+14
* extract() is now dialect-sensitive and supports SQLite and others.Jason Kirtland2009-03-301-0/+22
* - anonymous alias names now truncate down to the max lengthMike Bayer2009-02-101-3/+7
* - _CalculatedClause is goneMike Bayer2009-01-281-2/+10
* - Further fixes to the "percent signs and spaces in column/tableMike Bayer2009-01-181-3/+3
* - Improved the methodology to handling percent signs in columnMike Bayer2009-01-141-4/+6
* happy new yearMike Bayer2009-01-121-1/+1
* NotSupportedError is a DBAPI wrapper which takes four args and is expected to...Mike Bayer2009-01-111-1/+1
* - 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-021-1/+1
* - Can pass mapped attributes and column objects as keysMike Bayer2008-12-281-2/+2
* 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
* merged -r5299:5438 of py3k warnings branch. this fixes some sqlite py2.6 tes...Mike Bayer2008-12-181-6/+7
* - merged -r5338:5429 of sphinx branch.Mike Bayer2008-12-061-4/+4
* - Removed the 'properties' attribute of theMike Bayer2008-11-091-4/+5
* Global propigate -> propagate change to correct spelling. Additionally found ...Michael Trier2008-11-091-1/+1
* avoid some often unnecessary method calls. i think we might have squeezed a...Mike Bayer2008-11-071-9/+14
* - Dialects can now generate label names of adjustable length.Mike Bayer2008-11-051-41/+42
* - moved _FigureVisitName into visitiors.VisitorType, added Visitor base class...Mike Bayer2008-10-251-3/+2
* - CompileTests run without the DBAPI being usedMike Bayer2008-10-231-1/+4
* call count pinata partyMike Bayer2008-10-231-10/+24
* Corrected the is_subquery() check based on recent changes. Excluded the test_...Michael Trier2008-10-211-1/+1
* 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-181-19/+21
* - 0.5.0rc3, dohMike Bayer2008-10-181-10/+2
* - "not equals" comparisons of simple many-to-one relationMike Bayer2008-10-181-53/+22
* - 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-191-3/+11
* - 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
* - Removed 2.3 set emulations/enhancements.Jason Kirtland2008-07-151-5/+5
* And thus ends support for Python 2.3.Jason Kirtland2008-07-151-15/+32
* - Fixed a couple lingering exceptions->exc usagesJason Kirtland2008-07-151-1/+1
* - Fixed bug when calling select([literal('foo')])Mike Bayer2008-07-151-1/+1
* Added new basic match() operator that performs a full-text search. Supported ...Michael Trier2008-07-131-0/+1
* - re-fixed the fix to the prefixes fixMike Bayer2008-07-061-1/+1
* - session.refresh() raises an informative error message ifMike Bayer2008-07-051-1/+1
* Added prefixes option to that accepts a list of string to insert after CREAT...Michael Trier2008-07-051-1/+1
* fixed the quote() call within dropper.visit_index()Mike Bayer2008-06-221-1/+1
* merged r4870 from 0.4 branch, index name truncation, [ticket:820]Mike Bayer2008-06-221-6/+16
* - merged r4868, disallow overly long names from create/drop, from 0.4 branch,...Mike Bayer2008-06-221-2/+14
* Columns now have default= and server_default=. PassiveDefault fades away.Jason Kirtland2008-05-141-6/+9
* - LIMIT/OFFSET of zero is detected within compiler and is countedMike Bayer2008-05-131-2/+2
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-53/+48
* - Support for COLLATE: collate(expr, col) and expr.collate(col)Jason Kirtland2008-04-161-1/+2
* - merged -r4458:4466 of query_columns branchMike Bayer2008-04-071-9/+7
* slight function call reductionMike Bayer2008-04-021-37/+32