| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - [feature] Added "no_parameters=True" execution | Mike Bayer | 2012-02-13 | 1 | -0/+7 |
* | - [bug] A significant change to how labeling | Mike Bayer | 2012-02-05 | 1 | -0/+5 |
* | - [feature] New reflection feature "autoload_replace"; | Mike Bayer | 2012-01-28 | 1 | -2/+2 |
* | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
* | - Added an exception catch + warning for the | Mike Bayer | 2011-10-15 | 1 | -13/+18 |
* | - assume in py3k that description encoding is None unless the dialect really | Mike Bayer | 2011-04-08 | 1 | -7/+7 |
* | - Non-DBAPI errors which occur in the scope of an `execute()` | Mike Bayer | 2011-02-09 | 1 | -1/+1 |
* | - add connection and cursor to is_disconnect(). We aren't using it yet, | Mike Bayer | 2011-02-09 | 1 | -1/+1 |
* | - new dialect for Drizzle [ticket:2003] | Mike Bayer | 2011-01-26 | 1 | -0/+1 |
* | - default_isolation_level is equal to isolation_level since it's | Mike Bayer | 2011-01-16 | 1 | -4/+4 |
* | - add dialect.reset_isolation_level(), reverts | Mike Bayer | 2011-01-16 | 1 | -0/+11 |
* | - getting slightly more consistent behavior for the edge case of pk columns | Mike Bayer | 2011-01-15 | 1 | -2/+3 |
* | - the _pk_processors/_prefetch_processors approach relied upon calling RPs wi... | Mike Bayer | 2011-01-15 | 1 | -26/+33 |
* | - A TypeDecorator of Integer can be used with a primary key | Mike Bayer | 2011-01-11 | 1 | -18/+30 |
* | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -75/+75 |
* | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -1/+1 |
* | py3k fixes | Mike Bayer | 2010-12-27 | 1 | -1/+2 |
* | - another heap of inlinings and now I really have to be done with this | Mike Bayer | 2010-12-21 | 1 | -9/+15 |
* | more inlines | Mike Bayer | 2010-12-19 | 1 | -25/+25 |
* | establish default for returns_unicode_strings in py3k | Mike Bayer | 2010-12-19 | 1 | -0/+2 |
* | - duh, compiled is per dialect | Mike Bayer | 2010-12-19 | 1 | -1/+1 |
* | - fixes for mysql and I'm ready to replace this whole adapt() business with a... | Mike Bayer | 2010-12-14 | 1 | -2/+4 |
* | - system to cache the bind/result processors in a dialect-wide registry. | Mike Bayer | 2010-12-13 | 1 | -1/+4 |
* | - why type.dialect_impl(dialect).bind_processor(dialect), caching just the impl? | Mike Bayer | 2010-12-13 | 1 | -17/+8 |
* | - another easy win, cache the calc of bind processors in the compiled object | Mike Bayer | 2010-12-12 | 1 | -7/+2 |
* | - clean up the batch insert thing | Mike Bayer | 2010-12-11 | 1 | -49/+16 |
* | - initial stab at using executemany() for inserts in the ORM when possible | Mike Bayer | 2010-12-10 | 1 | -17/+43 |
* | - more inlining. nominal execution on sqlite down to 36 calls, from 51 in 0.6. | Mike Bayer | 2010-12-05 | 1 | -2/+0 |
* | - inline the various construction methods of DefaultExecutionContext. This | Mike Bayer | 2010-12-05 | 1 | -154/+190 |
* | - ResultProxy and friends always reference the DBAPI connection at the same time | Mike Bayer | 2010-12-05 | 1 | -1/+1 |
* | - NullPool is now used by default for SQLite file- | Mike Bayer | 2010-11-28 | 1 | -1/+5 |
* | - engine_from_config() now accepts 'debug' for | Mike Bayer | 2010-10-15 | 1 | -1/+0 |
* | - The generated index name also is based on | Mike Bayer | 2010-08-02 | 1 | -0/+11 |
* | - updated obsolete docs regarding sequences, RETURNING for pgrel_0_6_2 | Mike Bayer | 2010-07-06 | 1 | -22/+34 |
* | - Fixed bug that prevented implicit RETURNING from functioning | Mike Bayer | 2010-04-22 | 1 | -3/+8 |
* | - Added get_pk_constraint() to reflection.Inspector, similar | Mike Bayer | 2010-04-15 | 1 | -0/+11 |
* | mssql+mxodbc should use executedirect for all selects and execute for insert/... | Mike Bayer | 2010-03-26 | 1 | -1/+4 |
* | - pyodbc can do *some* unicode with sybase, python-sybase not at all. | Mike Bayer | 2010-03-17 | 1 | -1/+1 |
* | - added pyodbc for sybase driver. | Mike Bayer | 2010-03-17 | 1 | -0/+1 |
* | - The visit_pool() method of Dialect is removed, and replaced with | Mike Bayer | 2010-03-15 | 1 | -0/+14 |
* | - initial working version of sybase, with modifications to the transactional | Mike Bayer | 2010-03-14 | 1 | -1/+5 |
* | oursql doesn't like the cursor being reused without fetch being finished | Mike Bayer | 2010-03-12 | 1 | -13/+15 |
* | - Added preliminary support for Oracle's WITH_UNICODE | Mike Bayer | 2010-03-12 | 1 | -1/+9 |
* | refine that a bit | Mike Bayer | 2010-03-11 | 1 | -20/+15 |
* | adding windows-appropriate levels of pain to unicode handling | Mike Bayer | 2010-03-11 | 1 | -2/+2 |
* | add a third state to converts_unicode_strings - "conditional". at the moment | Mike Bayer | 2010-03-11 | 1 | -2/+18 |
* | - the execution sequence pulls all rowcount/last inserted ID | Mike Bayer | 2010-02-28 | 1 | -15/+21 |
* | - simplify the OurSQL dialect regarding py3k, this version gives it a fairly | Mike Bayer | 2010-02-28 | 1 | -15/+14 |
* | working on pyodbc / mxodbc | Mike Bayer | 2010-02-27 | 1 | -0/+5 |
* | Changed bind parameters to be passed as a tuple. Some drivers don't like to r... | Michael Trier | 2010-02-26 | 1 | -2/+2 |