| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Fixed bug preventing alias() of an alias() from being | Mike Bayer | 2009-12-18 | 1 | -0/+5 |
| * | - multi-part schema names, i.e. with dots such as | Mike Bayer | 2009-12-08 | 1 | -17/+55 |
| * | - The "use get" behavior of many-to-one relations, i.e. that a | Mike Bayer | 2009-12-08 | 1 | -1/+16 |
| * | remove unfinished dialects | Mike Bayer | 2009-12-07 | 1 | -3/+0 |
| * | - The Boolean type, when used on a backend that doesn't | Mike Bayer | 2009-12-06 | 1 | -4/+38 |
| * | - reworked the DDL generation of ENUM and similar to be more platform agnostic. | Mike Bayer | 2009-12-06 | 1 | -1/+1 |
| * | - VARCHAR/NVARCHAR will not render without a length, raises | Mike Bayer | 2009-11-22 | 1 | -3/+3 |
| * | start relying on new unicode detection fully - remove isinstance() from the u... | Mike Bayer | 2009-11-15 | 1 | -2/+4 |
| * | - pg8000 + postgresql dialects now check for float/numeric return | Mike Bayer | 2009-11-15 | 1 | -6/+6 |
| * | - new oursql dialect added. [ticket:1613] | Mike Bayer | 2009-11-10 | 2 | -4/+5 |
| * | test fix, [ticket:1595] | Mike Bayer | 2009-11-10 | 1 | -6/+7 |
| * | - simplify default schema name test | Mike Bayer | 2009-11-03 | 1 | -1/+1 |
| * | - The "start" and "increment" attributes on Sequence now | Mike Bayer | 2009-11-03 | 1 | -4/+64 |
| * | no native unicode for mysql + zxjdbc | Mike Bayer | 2009-10-26 | 1 | -1/+1 |
| * | whats up with the native_unicode test on jython | Mike Bayer | 2009-10-26 | 1 | -3/+7 |
| * | test fixes | Mike Bayer | 2009-10-26 | 1 | -2/+2 |
| * | - The psycopg2 dialect now uses psycopg2's "unicode extension" | Mike Bayer | 2009-10-26 | 1 | -5/+15 |
| * | - generalized Enum to issue a CHECK constraint + VARCHAR on default platform | Mike Bayer | 2009-10-25 | 1 | -0/+81 |
| * | - ResultProxy internals have been overhauled to greatly reduce | Mike Bayer | 2009-10-24 | 1 | -1/+18 |
| * | - insert() and update() constructs can now embed bindparam() | Mike Bayer | 2009-10-23 | 1 | -0/+28 |
| * | - RETURNING is supported by 8.2+ | Mike Bayer | 2009-10-21 | 1 | -8/+8 |
| * | merge r6418 from 0.5, dedupe expressions on clause ident, not string value | Mike Bayer | 2009-10-20 | 1 | -0/+43 |
| * | merged r6416 of 0.5 branch, fix the "numeric" paramstyle and add tests | Mike Bayer | 2009-10-20 | 1 | -0/+30 |
| * | deprecations per [ticket:1498]: | Mike Bayer | 2009-10-15 | 2 | -14/+5 |
| * | - an executemany() now requires that all bound parameter | Mike Bayer | 2009-10-15 | 2 | -5/+25 |
| * | - DefaultRunner and subclasses have been removed. The job | Mike Bayer | 2009-10-15 | 1 | -1/+1 |
| * | - RowProxy objects are now pickleable, i.e. the object returned | Mike Bayer | 2009-10-11 | 1 | -3/+44 |
| * | - unit test fixes | Mike Bayer | 2009-10-10 | 1 | -1/+1 |
| * | merge from branches/clauseelement-nonzero | Philip Jenvey | 2009-09-24 | 4 | -13/+19 |
| * | mssql+zxjdbc support | Philip Jenvey | 2009-09-11 | 1 | -4/+7 |
| * | fix the new Binary str handling under Jython | Philip Jenvey | 2009-09-09 | 1 | -14/+0 |
| * | - the Binary type now returns data as a Python string | Mike Bayer | 2009-09-05 | 1 | -13/+21 |
| * | this workaround isn't necessary | Philip Jenvey | 2009-08-18 | 1 | -4/+1 |
| * | oracle+zxjdbc returning support | Philip Jenvey | 2009-08-18 | 2 | -8/+10 |
| * | - the Oracle dialect now features NUMBER which intends | Mike Bayer | 2009-08-09 | 1 | -1/+1 |
| * | - PG: somewhat better support for % signs in table/column names; | Mike Bayer | 2009-08-09 | 1 | -28/+40 |
| * | o oracle+zxjdbc type handling additions | Philip Jenvey | 2009-08-09 | 2 | -5/+7 |
| * | fix up oracle tests, returning is on by default | Mike Bayer | 2009-08-08 | 1 | -2/+31 |
| * | ensure order of larger comparisons | Philip Jenvey | 2009-08-08 | 1 | -9/+12 |
| * | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 11 | -620/+827 |
| * | merged [ticket:1486] fix from 0.6 | Mike Bayer | 2009-07-28 | 1 | -8/+43 |
| * | - Unary expressions such as DISTINCT propagate their | Mike Bayer | 2009-07-25 | 2 | -0/+17 |
| * | - Fixed a bug in extract() introduced in 0.5.4 whereby | Mike Bayer | 2009-07-17 | 1 | -1/+11 |
| * | changed reference to PostgreSQL in docs.rel_0_5_5 | Mike Bayer | 2009-07-13 | 1 | -1/+1 |
| * | - unit tests have been migrated from unittest to nose. | Mike Bayer | 2009-06-10 | 16 | -273/+252 |
| * | - sql | Mike Bayer | 2009-05-29 | 2 | -16/+15 |
| * | extract() is now dialect-sensitive and supports SQLite and others. | Jason Kirtland | 2009-03-30 | 2 | -6/+38 |
| * | remove needless print stuff | Mike Bayer | 2009-03-30 | 1 | -18/+0 |
| * | - Lazy loader will not use get() if the "lazy load" | Mike Bayer | 2009-03-29 | 1 | -0/+1 |
| * | - An alias() of a select() will convert to a "scalar subquery" | Mike Bayer | 2009-03-21 | 1 | -0/+6 |