| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - classical mappings | Mike Bayer | 2011-08-07 | 1 | -1/+1 |
| * | - rework tutorial to be all declarative, all the time | Mike Bayer | 2011-08-06 | 2 | -0/+12 |
| * | - Context manager provided by Connection.begin() | Mike Bayer | 2011-07-12 | 1 | -2/+5 |
| * | - fix up the invalidate on connect for py3k | Mike Bayer | 2011-07-06 | 1 | -2/+6 |
| * | - fix pypostgresql typo, [ticket:2185] | Mike Bayer | 2011-07-04 | 1 | -11/+22 |
| * | - Failures on connect which raise dbapi.Error | Mike Bayer | 2011-07-01 | 1 | -1/+2 |
| * | - add docs about not using text() with session.execute() | Mike Bayer | 2011-06-23 | 1 | -15/+56 |
| * | - Use urllib.parse_qsl() in Python 2.6 and above, | Mike Bayer | 2011-06-21 | 1 | -4/+4 |
| * | - Adjusted the __contains__() method of | Mike Bayer | 2011-06-04 | 1 | -8/+8 |
| * | - Unit tests pass 100% on MySQL installed | Mike Bayer | 2011-06-02 | 1 | -6/+0 |
| * | - Deprecate schema/SQL-oriented methods on | Mike Bayer | 2011-06-02 | 2 | -49/+265 |
| * | - metadata.reflect() and reflection.Inspector() | Mike Bayer | 2011-04-23 | 1 | -4/+5 |
| * | grumpy fix | Mike Bayer | 2011-04-22 | 1 | -6/+20 |
| * | - move documentation of available execution options to Connection - this is t... | Mike Bayer | 2011-04-17 | 1 | -3/+38 |
| * | - assume in py3k that description encoding is None unless the dialect really | Mike Bayer | 2011-04-08 | 1 | -7/+7 |
| * | - adjust the previous checkin a bit. need to transfer sequences over from pi... | Mike Bayer | 2011-03-23 | 1 | -2/+2 |
| * | - some doc reorg | Mike Bayer | 2011-03-17 | 2 | -25/+25 |
| * | - Added accessors to ResultProxy "returns_rows", "is_insert" | Mike Bayer | 2011-03-16 | 1 | -0/+26 |
| * | initial work on column reflect | Mike Bayer | 2011-03-14 | 1 | -4/+5 |
| * | corrected a bunch of spelling typos | Diana Clarke | 2011-02-28 | 1 | -1/+1 |
| * | see #2060 | Diana Clarke | 2011-02-28 | 1 | -1/+2 |
| * | - rename EngineEvents to ConnectionEvents | Mike Bayer | 2011-02-17 | 3 | -134/+112 |
| * | - The Sequence() construct, when passed a MetaData() | Mike Bayer | 2011-02-13 | 1 | -30/+72 |
| * | - Added over() function, method to FunctionElement | Mike Bayer | 2011-02-10 | 1 | -0/+8 |
| * | - py3k fix regarding new exception system | Mike Bayer | 2011-02-09 | 1 | -1/+1 |
| * | - Non-DBAPI errors which occur in the scope of an `execute()` | Mike Bayer | 2011-02-09 | 3 | -13/+29 |
| * | - add connection and cursor to is_disconnect(). We aren't using it yet, | Mike Bayer | 2011-02-09 | 2 | -3/+3 |
| * | - apply optimizations to alternate row proxies, [ticket:1787] | Mike Bayer | 2011-02-04 | 1 | -11/+23 |
| * | - new dialect for Drizzle [ticket:2003] | Mike Bayer | 2011-01-26 | 1 | -0/+1 |
| * | rename 'frozendict' to 'immutabledict', since 'frozen' implies hashability | Mike Bayer | 2011-01-20 | 1 | -1/+1 |
| * | - execution_options() on Connection accepts | Mike Bayer | 2011-01-16 | 1 | -4/+38 |
| * | - 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 | 2 | -0/+26 |
| * | - getting slightly more consistent behavior for the edge case of pk columns | Mike Bayer | 2011-01-15 | 3 | -6/+25 |
| * | - 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 | 2 | -19/+31 |
| * | crappy docs, lets try that again | Mike Bayer | 2011-01-08 | 1 | -9/+8 |
| * | - merge r43460573c27a:4993c7eae8e5d117ff342bdc59f3b0635b898e2c of 0.6 branch | Mike Bayer | 2011-01-08 | 2 | -0/+22 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 8 | -316/+316 |
| * | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 8 | -4/+28 |
| * | - removes the "on_" prefix. | Mike Bayer | 2010-12-30 | 3 | -26/+26 |
| * | - they don't want "on_". First step, change the naming convention on Events | Mike Bayer | 2010-12-30 | 1 | -2/+2 |
| * | 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 | 2 | -10/+17 |
| * | - apply pep8 to compiler.py | Mike Bayer | 2010-12-21 | 1 | -4/+7 |
| * | more inlines | Mike Bayer | 2010-12-19 | 2 | -37/+50 |
| * | 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 |