| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - SQLite dialect no longer strips quotes | Mike Bayer | 2011-07-28 | 1 | -4/+6 |
| * | - Failures on connect which raise dbapi.Error | Mike Bayer | 2011-07-01 | 1 | -1/+2 |
| * | - document that pysqlite does not share temporary tables | Mike Bayer | 2011-06-29 | 1 | -0/+29 |
| * | sqlite :memory: works across threads now hooray ! | Mike Bayer | 2011-06-20 | 1 | -24/+42 |
| * | - Accept None from SQLite cursor.fetchone() when | Mike Bayer | 2011-06-04 | 1 | -1/+11 |
| * | random cleanup | Mike Bayer | 2011-05-04 | 1 | -1/+2 |
| * | - Fixed bug where reflection of foreign key | Mike Bayer | 2011-04-10 | 1 | -0/+4 |
| * | - REAL has been added to the core types. Supported | Mike Bayer | 2011-04-05 | 2 | -5/+4 |
| * | - Documented SQLite DATE/TIME/DATETIME types. | Mike Bayer | 2011-03-27 | 1 | -1/+101 |
| * | - some doc reorg | Mike Bayer | 2011-03-17 | 1 | -1/+1 |
| * | - The path given as the location of a sqlite database is now | Mike Bayer | 2011-02-10 | 1 | -0/+3 |
| * | - add connection and cursor to is_disconnect(). We aren't using it yet, | Mike Bayer | 2011-02-09 | 1 | -1/+1 |
| * | - 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 | 2 | -30/+30 |
| * | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 3 | -2/+15 |
| * | Ridding the world of a few wasteful imports. | Michael Trier | 2010-12-19 | 2 | -7/+4 |
| * | - 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 |
| * | - NullPool is now used by default for SQLite file- | Mike Bayer | 2010-11-28 | 1 | -21/+23 |
| * | merge tip | Mike Bayer | 2010-11-14 | 2 | -4/+19 |
| |\ |
|
| | * | - 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 |
| | * | doc edits | Mike Bayer | 2010-09-23 | 1 | -3/+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 | 2 | -7/+12 |
| * | 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 |
| * | - name all the "sub" dialect components <DB><component>_<dialectname>, [ticke... | Mike Bayer | 2010-03-14 | 1 | -2/+2 |
| * | 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 | 2 | -9/+79 |
| * | - 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 |