| Commit message (Expand) | Author | Age | Files | Lines |
* | - 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 |
* | - mysql, postgres: "%" signs in text() constructs are automatically escaped t... | Mike Bayer | 2009-01-02 | 1 | -1/+4 |
* | - sqlalchemy.sql.expression.Function is now a public | Mike Bayer | 2009-01-02 | 1 | -1/+1 |
* | - Can pass mapped attributes and column objects as keys | Mike Bayer | 2008-12-28 | 1 | -2/+2 |
* | use new anonymize style for the public _anonymize as well | Mike Bayer | 2008-12-23 | 1 | -1/+1 |
* | silly negative ID numbers on linux... | Mike Bayer | 2008-12-23 | 1 | -1/+1 |
* | - Columns can again contain percent signs within their | Mike Bayer | 2008-12-23 | 1 | -2/+3 |
* | merged -r5299:5438 of py3k warnings branch. this fixes some sqlite py2.6 tes... | Mike Bayer | 2008-12-18 | 1 | -6/+7 |
* | - merged -r5338:5429 of sphinx branch. | Mike Bayer | 2008-12-06 | 1 | -4/+4 |
* | - Removed the 'properties' attribute of the | Mike Bayer | 2008-11-09 | 1 | -4/+5 |
* | Global propigate -> propagate change to correct spelling. Additionally found ... | Michael Trier | 2008-11-09 | 1 | -1/+1 |
* | avoid some often unnecessary method calls. i think we might have squeezed a... | Mike Bayer | 2008-11-07 | 1 | -9/+14 |
* | - Dialects can now generate label names of adjustable length. | Mike Bayer | 2008-11-05 | 1 | -41/+42 |
* | - moved _FigureVisitName into visitiors.VisitorType, added Visitor base class... | Mike Bayer | 2008-10-25 | 1 | -3/+2 |
* | - CompileTests run without the DBAPI being used | Mike Bayer | 2008-10-23 | 1 | -1/+4 |
* | call count pinata party | Mike Bayer | 2008-10-23 | 1 | -10/+24 |