| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - Fixed errant space character when generating ADD CONSTRAINT | Mike Bayer | 2010-04-26 | 1 | -1/+1 |
| * | much more descriptive message for bind param name conflict, [ticket:1766] | Mike Bayer | 2010-04-12 | 1 | -6/+12 |
| * | - Added with_hint() method to Query() construct. This calls | Mike Bayer | 2010-03-27 | 1 | -12/+55 |
| * | - Fixed bug introduced in 0.6beta2 where column labels would | Mike Bayer | 2010-03-23 | 1 | -4/+7 |
| * | - added pyodbc for sybase driver. | Mike Bayer | 2010-03-17 | 1 | -35/+106 |
| |\ |
|
| | * | - mxodbc can use default execute() call | Mike Bayer | 2010-03-16 | 1 | -29/+77 |
| |/ |
|
| * | - The except_() method now renders as MINUS on Oracle, | Mike Bayer | 2010-03-16 | 1 | -1/+14 |
| * | -remove proof of concept "cascade constraints" | Mike Bayer | 2010-02-28 | 1 | -4/+1 |
| * | working on pyodbc / mxodbc | Mike Bayer | 2010-02-27 | 1 | -0/+1 |
| * | - Composite PK table on InnoDB where the "autoincrement" column | Mike Bayer | 2010-02-22 | 1 | -12/+16 |
| * | - A change to the solution for [ticket:1579] - an end-user | Mike Bayer | 2010-02-16 | 1 | -16/+27 |
| * | tighten up conditionals a bit. this method is still doing too much, i.e. the... | Mike Bayer | 2010-02-16 | 1 | -42/+51 |
| * | add sql_compiler property to all Compiled subclasses for convenience | Mike Bayer | 2010-02-07 | 1 | -0/+4 |
| * | dont reference self.statement during compilation | Mike Bayer | 2010-02-07 | 1 | -1/+1 |
| * | - Added math negation operator support, -x. | Mike Bayer | 2010-02-05 | 1 | -0/+1 |
| * | - types.Binary is renamed to types.LargeBinary, it only | Mike Bayer | 2010-01-23 | 1 | -1/+7 |
| * | fixed the illegal_initial_chars collection + unit test, [ticket:1659] | Mike Bayer | 2010-01-21 | 1 | -1/+1 |
| * | happy new year | Mike Bayer | 2010-01-07 | 1 | -1/+1 |
| * | - Column() supports a keyword argument "sqlite_autoincrement", which | Mike Bayer | 2009-12-18 | 1 | -1/+3 |
| * | - reworked the DDL generation of ENUM and similar to be more platform agnostic. | Mike Bayer | 2009-12-06 | 1 | -21/+11 |
| * | - The "start" and "increment" attributes on Sequence now | Mike Bayer | 2009-11-03 | 1 | -0/+11 |
| * | - generalized Enum to issue a CHECK constraint + VARCHAR on default platform | Mike Bayer | 2009-10-25 | 1 | -6/+23 |
| * | - Added new ENUM type to the Postgresql dialect, which exists as a schema-level | Mike Bayer | 2009-10-25 | 1 | -1/+5 |
| * | - insert() and update() constructs can now embed bindparam() | Mike Bayer | 2009-10-23 | 1 | -4/+9 |
| * | merge r6418 from 0.5, dedupe expressions on clause ident, not string value | Mike Bayer | 2009-10-20 | 1 | -3/+3 |
| * | merged r6416 of 0.5 branch, fix the "numeric" paramstyle and add tests | Mike Bayer | 2009-10-20 | 1 | -1/+1 |
| * | deprecations per [ticket:1498]: | Mike Bayer | 2009-10-15 | 1 | -1/+1 |
| * | - an executemany() now requires that all bound parameter | Mike Bayer | 2009-10-15 | 1 | -8/+15 |
| * | remove instanceof() in favor of memoized flags, part of [ticket:1566] | Mike Bayer | 2009-10-14 | 1 | -9/+7 |
| * | - added "ddl" argument to the "on" callable of DDLElement [ticket:1538] | Mike Bayer | 2009-10-12 | 1 | -3/+3 |
| * | merge from branches/clauseelement-nonzero | Philip Jenvey | 2009-09-24 | 1 | -5/+5 |
| * | - Inserting NULL into a primary key + foreign key column | Mike Bayer | 2009-08-31 | 1 | -2/+1 |
| * | always visit returning clauses in the right order for positional paramstyle | Philip Jenvey | 2009-08-18 | 1 | -8/+4 |
| * | - simplify MySQLIdentifierPreparer into standard pattern, | Mike Bayer | 2009-08-10 | 1 | -3/+5 |
| * | - the Oracle dialect now features NUMBER which intends | Mike Bayer | 2009-08-09 | 1 | -0/+2 |
| * | clean up the way we detect MSSQL's form of RETURNING | Mike Bayer | 2009-08-08 | 1 | -10/+22 |
| * | unwrapped _get_colparams a bit, dropped out an isinstance() call | Mike Bayer | 2009-08-08 | 1 | -22/+23 |
| * | - turned on auto-returning for oracle, some errors | Mike Bayer | 2009-08-08 | 1 | -11/+11 |
| * | fix non2.4 gremlin | Mike Bayer | 2009-08-06 | 1 | -1/+1 |
| * | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -334/+538 |
| * | - Unary expressions such as DISTINCT propagate their | Mike Bayer | 2009-07-25 | 1 | -2/+2 |
| * | - sql | Mike Bayer | 2009-05-29 | 1 | -1/+1 |
| * | Added multi part schema name support. Closes #594 and #1341. | Michael Trier | 2009-04-11 | 1 | -6/+14 |
| * | extract() is now dialect-sensitive and supports SQLite and others. | Jason Kirtland | 2009-03-30 | 1 | -0/+22 |
| * | - anonymous alias names now truncate down to the max length | Mike Bayer | 2009-02-10 | 1 | -3/+7 |
| * | - _CalculatedClause is gone | Mike Bayer | 2009-01-28 | 1 | -2/+10 |
| * | - Further fixes to the "percent signs and spaces in column/table | Mike Bayer | 2009-01-18 | 1 | -3/+3 |
| * | - Improved the methodology to handling percent signs in column | Mike Bayer | 2009-01-14 | 1 | -4/+6 |
| * | happy new year | Mike Bayer | 2009-01-12 | 1 | -1/+1 |
| * | NotSupportedError is a DBAPI wrapper which takes four args and is expected to... | Mike Bayer | 2009-01-11 | 1 | -1/+1 |