| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - execution_options() on Connection accepts | Mike Bayer | 2011-01-16 | 1 | -1/+1 |
| * | - factor consistent set_isolation_level(), get_isolation_level() | Mike Bayer | 2011-01-16 | 1 | -13/+29 |
| * | Regarding reflection for this case, reflection of an int PK col | Mike Bayer | 2011-01-15 | 1 | -0/+1 |
| * | - fix reflection of unknown types with arguments, NullType() accepts no argum... | Mike Bayer | 2011-01-12 | 1 | -4/+4 |
| * | - A TypeDecorator of Integer can be used with a primary key | Mike Bayer | 2011-01-11 | 1 | -2/+2 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -21/+21 |
| * | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -2/+3 |
| * | Ridding the world of a few wasteful imports. | Michael Trier | 2010-12-19 | 1 | -5/+3 |
| * | - merge tip | Mike Bayer | 2010-12-19 | 1 | -1/+1 |
| |\ |
|
| | * | this innocuous change allows sqlite to work with pypy. sadly, pypy is twice ... | Mike Bayer | 2010-12-17 | 1 | -2/+2 |
| * | | - some good inlinings to the whole cascade_iterator() thing. | Mike Bayer | 2010-12-18 | 1 | -1/+1 |
| * | | - system to cache the bind/result processors in a dialect-wide registry. | Mike Bayer | 2010-12-13 | 1 | -1/+2 |
| |/ |
|
| * | - ResultProxy and friends always reference the DBAPI connection at the same time | Mike Bayer | 2010-12-05 | 1 | -3/+17 |
| * | merge tip | Mike Bayer | 2010-11-14 | 1 | -1/+15 |
| |\ |
|
| | * | - On the same theme, the REFERENCES clause in a CREATE TABLE | Mike Bayer | 2010-11-12 | 1 | -1/+11 |
| | * | - The REFERENCES clause in a CREATE TABLE that includes | Mike Bayer | 2010-11-12 | 1 | -0/+4 |
| * | | - move LIMIT/OFFSET rendering to be as bind parameters, for all backends | Mike Bayer | 2010-08-29 | 1 | -4/+4 |
| |/ |
|
| * | - Calling fetchone() or similar on a result that | Mike Bayer | 2010-08-03 | 1 | -1/+1 |
| * | - Changed the scheme used to generate truncated | Mike Bayer | 2010-07-21 | 1 | -1/+1 |
| * | - Fixed concatenation of constraints when "PRIMARY KEY" | Mike Bayer | 2010-05-27 | 1 | -1/+1 |
| * | place docs for DBAPI-agnostic transaction_isolation setting for sqlite, pg [t... | Mike Bayer | 2010-04-30 | 1 | -1/+9 |
| * | clean up sqlite version detection stuff | Mike Bayer | 2010-03-26 | 1 | -0/+10 |
| * | removed all dialect table_names() methods and standardized | Mike Bayer | 2010-03-19 | 1 | -6/+3 |
| * | - moved most Decimal bind/result handling into types.py, out of sqlite, mysql... | Mike Bayer | 2010-03-18 | 1 | -15/+0 |
| * | - added pyodbc for sybase driver. | Mike Bayer | 2010-03-17 | 1 | -2/+2 |
| * | - The except_() method now renders as MINUS on Oracle, | Mike Bayer | 2010-03-16 | 1 | -2/+3 |
| * | - The visit_pool() method of Dialect is removed, and replaced with | Mike Bayer | 2010-03-15 | 1 | -14/+14 |
| * | typo | Mike Bayer | 2010-03-05 | 1 | -1/+1 |
| * | - Added an optional C extension to speed up the sql layer by | Gaëtan de Menten | 2010-02-13 | 1 | -24/+20 |
| * | - Added "native_datetime=True" flag to create_engine(). | Mike Bayer | 2010-02-11 | 1 | -8/+11 |
| * | - types.Binary is renamed to types.LargeBinary, it only | Mike Bayer | 2010-01-23 | 1 | -1/+1 |
| * | happy new year | Mike Bayer | 2010-01-07 | 1 | -1/+1 |
| * | and the docs... | Mike Bayer | 2009-12-18 | 1 | -3/+6 |
| * | - Column() supports a keyword argument "sqlite_autoincrement", which | Mike Bayer | 2009-12-18 | 1 | -0/+42 |
| * | - sqlite dialect properly generates CREATE INDEX for a table | Mike Bayer | 2009-12-07 | 1 | -2/+26 |
| * | - The Boolean type, when used on a backend that doesn't | Mike Bayer | 2009-12-06 | 1 | -16/+0 |
| * | revert part of the change of r6510 because "select datetime('now')" in SQLite | Gaëtan de Menten | 2009-11-17 | 1 | -2/+2 |
| * | - sqlite | Gaëtan de Menten | 2009-11-17 | 1 | -55/+71 |
| * | - pg8000 + postgresql dialects now check for float/numeric return | Mike Bayer | 2009-11-15 | 1 | -4/+4 |
| * | added comment so that other people don't spend their time trying to optimize | Gaëtan de Menten | 2009-10-30 | 1 | -0/+2 |
| * | minor speed improvement on date, datetime and time types on SQLite | Gaëtan de Menten | 2009-10-30 | 1 | -1/+2 |
| * | - generalized Enum to issue a CHECK constraint + VARCHAR on default platform | Mike Bayer | 2009-10-25 | 1 | -1/+1 |
| * | - boolean, int, and float arguments count as "cache key" values for inspector... | Mike Bayer | 2009-10-01 | 1 | -0/+6 |
| * | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -0/+526 |