summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/compiler.py
Commit message (Expand)AuthorAgeFilesLines
* - types.Binary is renamed to types.LargeBinary, it onlyMike Bayer2010-01-231-1/+7
* fixed the illegal_initial_chars collection + unit test, [ticket:1659]Mike Bayer2010-01-211-1/+1
* happy new yearMike Bayer2010-01-071-1/+1
* - Column() supports a keyword argument "sqlite_autoincrement", whichMike Bayer2009-12-181-1/+3
* - reworked the DDL generation of ENUM and similar to be more platform agnostic.Mike Bayer2009-12-061-21/+11
* - The "start" and "increment" attributes on Sequence nowMike Bayer2009-11-031-0/+11
* - generalized Enum to issue a CHECK constraint + VARCHAR on default platformMike Bayer2009-10-251-6/+23
* - Added new ENUM type to the Postgresql dialect, which exists as a schema-levelMike Bayer2009-10-251-1/+5
* - insert() and update() constructs can now embed bindparam()Mike Bayer2009-10-231-4/+9
* merge r6418 from 0.5, dedupe expressions on clause ident, not string valueMike Bayer2009-10-201-3/+3
* merged r6416 of 0.5 branch, fix the "numeric" paramstyle and add testsMike Bayer2009-10-201-1/+1
* deprecations per [ticket:1498]:Mike Bayer2009-10-151-1/+1
* - an executemany() now requires that all bound parameterMike Bayer2009-10-151-8/+15
* remove instanceof() in favor of memoized flags, part of [ticket:1566]Mike Bayer2009-10-141-9/+7
* - added "ddl" argument to the "on" callable of DDLElement [ticket:1538]Mike Bayer2009-10-121-3/+3
* merge from branches/clauseelement-nonzeroPhilip Jenvey2009-09-241-5/+5
* - Inserting NULL into a primary key + foreign key columnMike Bayer2009-08-311-2/+1
* always visit returning clauses in the right order for positional paramstylePhilip Jenvey2009-08-181-8/+4
* - simplify MySQLIdentifierPreparer into standard pattern,Mike Bayer2009-08-101-3/+5
* - the Oracle dialect now features NUMBER which intendsMike Bayer2009-08-091-0/+2
* clean up the way we detect MSSQL's form of RETURNINGMike Bayer2009-08-081-10/+22
* unwrapped _get_colparams a bit, dropped out an isinstance() callMike Bayer2009-08-081-22/+23
* - turned on auto-returning for oracle, some errorsMike Bayer2009-08-081-11/+11
* fix non2.4 gremlinMike Bayer2009-08-061-1/+1
* merge 0.6 series to trunk.Mike Bayer2009-08-061-334/+538
* - Unary expressions such as DISTINCT propagate theirMike Bayer2009-07-251-2/+2
* - 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