| Commit message (Expand) | Author | Age | Files | Lines |
| * | - fix C version of rowproxy pickling so that it pickles to the same format | Gaëtan de Menten | 2010-02-14 | 1 | -13/+8 |
| * | - Added an optional C extension to speed up the sql layer by | Gaëtan de Menten | 2010-02-13 | 1 | -157/+225 |
| * | - Restored the keys() method to ResultProxy. | Mike Bayer | 2010-02-10 | 1 | -1/+8 |
| * | add sql_compiler property to all Compiled subclasses for convenience | Mike Bayer | 2010-02-07 | 1 | -0/+10 |
| * | - FunctionElement subclasses are now directly executable the | Mike Bayer | 2010-02-07 | 1 | -1/+1 |
| * | - the "connection" argument from engine.transaction() and | Mike Bayer | 2010-01-29 | 1 | -29/+38 |
| * | - inline some code and turn some instance-level defaults into class level | Mike Bayer | 2010-01-29 | 2 | -36/+53 |
| * | - the "autocommit" flag on select() and text() as well | Mike Bayer | 2010-01-28 | 1 | -11/+13 |
| * | - union(), intersect(), except() and other "compound" types | Mike Bayer | 2010-01-25 | 1 | -2/+3 |
| * | - Connection has execution_options(), generative method | Mike Bayer | 2010-01-24 | 2 | -9/+10 |
| * | - move "should_autocommit" to a deferred method. connection wont call it if... | Mike Bayer | 2010-01-24 | 2 | -10/+18 |
| * | - oracle + firebird: "case sensitivity" feature will detect an all-lowercase | Mike Bayer | 2010-01-24 | 1 | -1/+3 |
| * | - the "threadlocal" engine has been rewritten and simplified | Mike Bayer | 2010-01-24 | 2 | -175/+60 |
| * | clarify intent | Mike Bayer | 2010-01-24 | 1 | -1/+1 |
| * | fix ResultProxy for SQLite truncated names | Gaëtan de Menten | 2010-01-20 | 1 | -1/+1 |
| * | moved the metadata step of ResultProxy into a ResultMetaData object. this al... | Mike Bayer | 2010-01-20 | 1 | -175/+147 |
| * | - added native INTERVAL type to the dialect. This supports | Mike Bayer | 2010-01-18 | 1 | -3/+4 |
| * | statement_options -> execution_options | Mike Bayer | 2010-01-17 | 1 | -2/+2 |
| * | doc updates partially from [ticket:1651] | Mike Bayer | 2010-01-17 | 1 | -7/+19 |
| * | - added "statement_options()" to Query, to so options can be | Mike Bayer | 2010-01-16 | 1 | -1/+3 |
| * | - ConnectionProxy now has wrapper methods for all transaction | Mike Bayer | 2010-01-16 | 1 | -0/+30 |
| * | happy new year | Mike Bayer | 2010-01-07 | 4 | -4/+4 |
| * | - have inspector properly return default_schema_name [ticket:1626] | Mike Bayer | 2010-01-03 | 1 | -1/+1 |
| * | - added _with_options() to Connection. not publicizing this yet. | Mike Bayer | 2009-12-18 | 1 | -3/+21 |
| * | - The version_id_col feature on mapper() will raise a warning when | Mike Bayer | 2009-12-18 | 1 | -1/+5 |
| * | add a warning for unported dialects. considered a full blown NotImplemented... | Mike Bayer | 2009-12-06 | 1 | -0/+5 |
| * | - reworked the DDL generation of ENUM and similar to be more platform agnostic. | Mike Bayer | 2009-12-06 | 2 | -0/+24 |
| * | - fixed the import for entrypoint-driven dialects to | Mike Bayer | 2009-12-05 | 1 | -7/+24 |
| * | - pg8000 + postgresql dialects now check for float/numeric return | Mike Bayer | 2009-11-15 | 1 | -2/+1 |
| * | scan for autocommit based on text() specific flag, saves isinstance() call on... | Mike Bayer | 2009-11-10 | 1 | -2/+2 |
| * | - Fixed bug in two-phase transaction whereby commit() method | Mike Bayer | 2009-11-04 | 1 | -2/+1 |
| * | fix MySQL initialize to use defaultdialect first | Mike Bayer | 2009-11-03 | 1 | -4/+1 |
| * | - dialect.get_default_schema_name(connection) is now | Mike Bayer | 2009-11-03 | 2 | -11/+32 |
| * | - The psycopg2 dialect now uses psycopg2's "unicode extension" | Mike Bayer | 2009-10-26 | 2 | -9/+27 |
| * | - ResultProxy internals have been overhauled to greatly reduce | Mike Bayer | 2009-10-24 | 1 | -118/+149 |
| * | Removed references to sequence in MSSQL | Michael Trier | 2009-10-22 | 1 | -1/+1 |
| * | - Corrected the "has_sequence" query to take current schema, | Mike Bayer | 2009-10-21 | 1 | -2/+2 |
| * | - initial MySQL Connector/Python driver | Mike Bayer | 2009-10-18 | 2 | -2/+8 |
| * | - an executemany() now requires that all bound parameter | Mike Bayer | 2009-10-15 | 1 | -4/+15 |
| * | - DefaultRunner and subclasses have been removed. The job | Mike Bayer | 2009-10-15 | 3 | -86/+56 |
| * | - RowProxy objects are now pickleable, i.e. the object returned | Mike Bayer | 2009-10-11 | 1 | -5/+60 |
| * | - the setuptools entrypoint for external dialects is now | Mike Bayer | 2009-10-10 | 1 | -1/+1 |
| * | - boolean, int, and float arguments count as "cache key" values for inspector... | Mike Bayer | 2009-10-01 | 1 | -3/+10 |
| * | - distill contextual parameters for the purpose of default functions into con... | Mike Bayer | 2009-09-03 | 1 | -7/+5 |
| * | - Inserting NULL into a primary key + foreign key column | Mike Bayer | 2009-08-31 | 1 | -1/+1 |
| * | use *args with log.debug()/log.info(), [ticket:1520] | Mike Bayer | 2009-08-26 | 1 | -4/+4 |
| * | fix up oracle tests, returning is on by default | Mike Bayer | 2009-08-08 | 1 | -4/+1 |
| * | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 8 | -343/+1278 |
| * | changed reference to PostgreSQL in docs.rel_0_5_5 | Mike Bayer | 2009-07-13 | 1 | -1/+1 |
| * | removed needless "thread" imports from util | Mike Bayer | 2009-05-30 | 1 | -1/+1 |