summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/compiler.py
Commit message (Expand)AuthorAgeFilesLines
* - Fixed concatenation of constraints when "PRIMARY KEY"Mike Bayer2010-05-271-4/+4
* - Fixed errant space character when generating ADD CONSTRAINTMike Bayer2010-04-261-1/+1
* much more descriptive message for bind param name conflict, [ticket:1766]Mike Bayer2010-04-121-6/+12
* - Added with_hint() method to Query() construct. This callsMike Bayer2010-03-271-12/+55
* - Fixed bug introduced in 0.6beta2 where column labels wouldMike Bayer2010-03-231-4/+7
* - added pyodbc for sybase driver.Mike Bayer2010-03-171-35/+106
|\
| * - mxodbc can use default execute() callMike Bayer2010-03-161-29/+77
|/
* - The except_() method now renders as MINUS on Oracle,Mike Bayer2010-03-161-1/+14
* -remove proof of concept "cascade constraints"Mike Bayer2010-02-281-4/+1
* working on pyodbc / mxodbcMike Bayer2010-02-271-0/+1
* - Composite PK table on InnoDB where the "autoincrement" columnMike Bayer2010-02-221-12/+16
* - A change to the solution for [ticket:1579] - an end-userMike Bayer2010-02-161-16/+27
* tighten up conditionals a bit. this method is still doing too much, i.e. the...Mike Bayer2010-02-161-42/+51
* add sql_compiler property to all Compiled subclasses for convenienceMike Bayer2010-02-071-0/+4
* dont reference self.statement during compilationMike Bayer2010-02-071-1/+1
* - Added math negation operator support, -x.Mike Bayer2010-02-051-0/+1
* - 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