summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine/default.py
Commit message (Expand)AuthorAgeFilesLines
...
* - [feature] Added "no_parameters=True" executionMike Bayer2012-02-131-0/+7
* - [bug] A significant change to how labelingMike Bayer2012-02-051-0/+5
* - [feature] New reflection feature "autoload_replace";Mike Bayer2012-01-281-2/+2
* happy new yearMike Bayer2012-01-041-1/+1
* - Added an exception catch + warning for theMike Bayer2011-10-151-13/+18
* - assume in py3k that description encoding is None unless the dialect reallyMike Bayer2011-04-081-7/+7
* - Non-DBAPI errors which occur in the scope of an `execute()`Mike Bayer2011-02-091-1/+1
* - add connection and cursor to is_disconnect(). We aren't using it yet,Mike Bayer2011-02-091-1/+1
* - new dialect for Drizzle [ticket:2003]Mike Bayer2011-01-261-0/+1
* - default_isolation_level is equal to isolation_level since it'sMike Bayer2011-01-161-4/+4
* - add dialect.reset_isolation_level(), revertsMike Bayer2011-01-161-0/+11
* - getting slightly more consistent behavior for the edge case of pk columnsMike Bayer2011-01-151-2/+3
* - the _pk_processors/_prefetch_processors approach relied upon calling RPs wi...Mike Bayer2011-01-151-26/+33
* - A TypeDecorator of Integer can be used with a primary keyMike Bayer2011-01-111-18/+30
* - whitespace removal bonanzaMike Bayer2011-01-021-75/+75
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-1/+1
* py3k fixesMike Bayer2010-12-271-1/+2
* - another heap of inlinings and now I really have to be done with thisMike Bayer2010-12-211-9/+15
* more inlinesMike Bayer2010-12-191-25/+25
* establish default for returns_unicode_strings in py3kMike Bayer2010-12-191-0/+2
* - duh, compiled is per dialectMike Bayer2010-12-191-1/+1
* - fixes for mysql and I'm ready to replace this whole adapt() business with a...Mike Bayer2010-12-141-2/+4
* - system to cache the bind/result processors in a dialect-wide registry.Mike Bayer2010-12-131-1/+4
* - why type.dialect_impl(dialect).bind_processor(dialect), caching just the impl?Mike Bayer2010-12-131-17/+8
* - another easy win, cache the calc of bind processors in the compiled objectMike Bayer2010-12-121-7/+2
* - clean up the batch insert thingMike Bayer2010-12-111-49/+16
* - initial stab at using executemany() for inserts in the ORM when possibleMike Bayer2010-12-101-17/+43
* - more inlining. nominal execution on sqlite down to 36 calls, from 51 in 0.6.Mike Bayer2010-12-051-2/+0
* - inline the various construction methods of DefaultExecutionContext. ThisMike Bayer2010-12-051-154/+190
* - ResultProxy and friends always reference the DBAPI connection at the same timeMike Bayer2010-12-051-1/+1
* - NullPool is now used by default for SQLite file-Mike Bayer2010-11-281-1/+5
* - engine_from_config() now accepts 'debug' forMike Bayer2010-10-151-1/+0
* - The generated index name also is based onMike Bayer2010-08-021-0/+11
* - updated obsolete docs regarding sequences, RETURNING for pgrel_0_6_2Mike Bayer2010-07-061-22/+34
* - Fixed bug that prevented implicit RETURNING from functioningMike Bayer2010-04-221-3/+8
* - Added get_pk_constraint() to reflection.Inspector, similarMike Bayer2010-04-151-0/+11
* mssql+mxodbc should use executedirect for all selects and execute for insert/...Mike Bayer2010-03-261-1/+4
* - pyodbc can do *some* unicode with sybase, python-sybase not at all.Mike Bayer2010-03-171-1/+1
* - added pyodbc for sybase driver.Mike Bayer2010-03-171-0/+1
* - The visit_pool() method of Dialect is removed, and replaced withMike Bayer2010-03-151-0/+14
* - initial working version of sybase, with modifications to the transactionalMike Bayer2010-03-141-1/+5
* oursql doesn't like the cursor being reused without fetch being finishedMike Bayer2010-03-121-13/+15
* - Added preliminary support for Oracle's WITH_UNICODEMike Bayer2010-03-121-1/+9
* refine that a bitMike Bayer2010-03-111-20/+15
* adding windows-appropriate levels of pain to unicode handlingMike Bayer2010-03-111-2/+2
* add a third state to converts_unicode_strings - "conditional". at the momentMike Bayer2010-03-111-2/+18
* - the execution sequence pulls all rowcount/last inserted IDMike Bayer2010-02-281-15/+21
* - simplify the OurSQL dialect regarding py3k, this version gives it a fairlyMike Bayer2010-02-281-15/+14
* working on pyodbc / mxodbcMike Bayer2010-02-271-0/+5
* Changed bind parameters to be passed as a tuple. Some drivers don't like to r...Michael Trier2010-02-261-2/+2