| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | sigh. go back to __iter__ because of silly rowproxy as argument requirement | Mike Bayer | 2012-06-11 | 1 | -2/+4 |
| * | comments regarding this | Mike Bayer | 2012-06-11 | 1 | -0/+5 |
| * | - [bug] Fixed bug affecting Py3K whereby | Mike Bayer | 2012-06-11 | 1 | -2/+2 |
| * | Add some `Sphinx` paragraph level versions informations markups, | Mike Bayer | 2012-06-08 | 1 | -3/+5 |
| * | - [feature] Added SQLite execution option | Mike Bayer | 2012-05-04 | 1 | -1/+1 |
| * | - [feature] Inspector.get_primary_keys() is | Mike Bayer | 2012-04-24 | 1 | -8/+11 |
| |\ |
|
| | * | deprecate inspector.get_primary_keys() in favor of inspector.get_pk_constraint() | Diana Clarke | 2012-04-02 | 1 | -13/+4 |
| * | | - [feature] The behavior of column targeting | Mike Bayer | 2012-04-24 | 1 | -12/+35 |
| * | | - [bug] If conn.begin() fails when calling | Mike Bayer | 2012-04-12 | 1 | -1/+5 |
| * | | - [feature] Added new connection event | Mike Bayer | 2012-04-10 | 1 | -0/+9 |
| |/ |
|
| * | typos in lib/sqlalchemy/engine | Diana Clarke | 2012-03-17 | 1 | -8/+8 |
| * | - [bug] Fixed issue whereby attribute-based | Mike Bayer | 2012-03-14 | 1 | -1/+0 |
| * | - [feature] Added "no_parameters=True" execution | Mike Bayer | 2012-02-13 | 1 | -5/+32 |
| * | - add a context manager availble via Engine.begin() | Mike Bayer | 2012-02-12 | 1 | -86/+195 |
| * | - [bug] A significant change to how labeling | Mike Bayer | 2012-02-05 | 1 | -9/+28 |
| * | - adjust the test for [ticket:2377] to be less controversial on | Mike Bayer | 2012-01-22 | 1 | -11/+14 |
| * | - [bug] Fixed bug whereby a table-bound Column | Mike Bayer | 2012-01-22 | 1 | -10/+22 |
| * | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
| * | - [bug] Fixed bug whereby transaction.rollback() | Mike Bayer | 2011-12-04 | 1 | -9/+15 |
| * | - Improvement to multi-param statement logging, | Mike Bayer | 2011-08-22 | 1 | -2/+2 |
| * | - classical mappings | Mike Bayer | 2011-08-07 | 1 | -1/+1 |
| * | - rework tutorial to be all declarative, all the time | Mike Bayer | 2011-08-06 | 1 | -0/+6 |
| * | - Context manager provided by Connection.begin() | Mike Bayer | 2011-07-12 | 1 | -2/+5 |
| * | - add docs about not using text() with session.execute() | Mike Bayer | 2011-06-23 | 1 | -15/+56 |
| * | - Adjusted the __contains__() method of | Mike Bayer | 2011-06-04 | 1 | -8/+8 |
| * | - Deprecate schema/SQL-oriented methods on | Mike Bayer | 2011-06-02 | 1 | -49/+258 |
| * | 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 |
| * | - some doc reorg | Mike Bayer | 2011-03-17 | 1 | -23/+23 |
| * | - Added accessors to ResultProxy "returns_rows", "is_insert" | Mike Bayer | 2011-03-16 | 1 | -0/+26 |
| * | corrected a bunch of spelling typos | Diana Clarke | 2011-02-28 | 1 | -1/+1 |
| * | - rename EngineEvents to ConnectionEvents | Mike Bayer | 2011-02-17 | 1 | -123/+104 |
| * | - Added over() function, method to FunctionElement | Mike Bayer | 2011-02-10 | 1 | -0/+8 |
| * | - Non-DBAPI errors which occur in the scope of an `execute()` | Mike Bayer | 2011-02-09 | 1 | -10/+23 |
| * | - add connection and cursor to is_disconnect(). We aren't using it yet, | Mike Bayer | 2011-02-09 | 1 | -2/+2 |
| * | - apply optimizations to alternate row proxies, [ticket:1787] | Mike Bayer | 2011-02-04 | 1 | -11/+23 |
| * | 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 |
| * | - add dialect.reset_isolation_level(), reverts | Mike Bayer | 2011-01-16 | 1 | -0/+15 |
| * | - getting slightly more consistent behavior for the edge case of pk columns | Mike Bayer | 2011-01-15 | 1 | -3/+17 |
| * | - A TypeDecorator of Integer can be used with a primary key | Mike Bayer | 2011-01-11 | 1 | -1/+1 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -172/+172 |
| * | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -1/+1 |
| * | - removes the "on_" prefix. | Mike Bayer | 2010-12-30 | 1 | -15/+15 |
| * | - another heap of inlinings and now I really have to be done with this | Mike Bayer | 2010-12-21 | 1 | -1/+2 |
| * | - apply pep8 to compiler.py | Mike Bayer | 2010-12-21 | 1 | -4/+7 |
| * | more inlines | Mike Bayer | 2010-12-19 | 1 | -12/+25 |
| * | - why type.dialect_impl(dialect).bind_processor(dialect), caching just the impl? | Mike Bayer | 2010-12-13 | 1 | -3/+2 |
| * | do the mercurial dance (re-merge what I just merged...) | Mike Bayer | 2010-12-11 | 1 | -32/+17 |
| |\ |
|
| | * | - clean up the batch insert thing | Mike Bayer | 2010-12-11 | 1 | -13/+23 |