summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine/base.py
Commit message (Expand)AuthorAgeFilesLines
...
* sigh. go back to __iter__ because of silly rowproxy as argument requirementMike Bayer2012-06-111-2/+4
* comments regarding thisMike Bayer2012-06-111-0/+5
* - [bug] Fixed bug affecting Py3K wherebyMike Bayer2012-06-111-2/+2
* Add some `Sphinx` paragraph level versions informations markups,Mike Bayer2012-06-081-3/+5
* - [feature] Added SQLite execution optionMike Bayer2012-05-041-1/+1
* - [feature] Inspector.get_primary_keys() isMike Bayer2012-04-241-8/+11
|\
| * deprecate inspector.get_primary_keys() in favor of inspector.get_pk_constraint()Diana Clarke2012-04-021-13/+4
* | - [feature] The behavior of column targetingMike Bayer2012-04-241-12/+35
* | - [bug] If conn.begin() fails when callingMike Bayer2012-04-121-1/+5
* | - [feature] Added new connection eventMike Bayer2012-04-101-0/+9
|/
* typos in lib/sqlalchemy/engineDiana Clarke2012-03-171-8/+8
* - [bug] Fixed issue whereby attribute-basedMike Bayer2012-03-141-1/+0
* - [feature] Added "no_parameters=True" executionMike Bayer2012-02-131-5/+32
* - add a context manager availble via Engine.begin()Mike Bayer2012-02-121-86/+195
* - [bug] A significant change to how labelingMike Bayer2012-02-051-9/+28
* - adjust the test for [ticket:2377] to be less controversial onMike Bayer2012-01-221-11/+14
* - [bug] Fixed bug whereby a table-bound ColumnMike Bayer2012-01-221-10/+22
* happy new yearMike Bayer2012-01-041-1/+1
* - [bug] Fixed bug whereby transaction.rollback()Mike Bayer2011-12-041-9/+15
* - Improvement to multi-param statement logging,Mike Bayer2011-08-221-2/+2
* - classical mappingsMike Bayer2011-08-071-1/+1
* - rework tutorial to be all declarative, all the timeMike Bayer2011-08-061-0/+6
* - Context manager provided by Connection.begin()Mike Bayer2011-07-121-2/+5
* - add docs about not using text() with session.execute()Mike Bayer2011-06-231-15/+56
* - Adjusted the __contains__() method ofMike Bayer2011-06-041-8/+8
* - Deprecate schema/SQL-oriented methods onMike Bayer2011-06-021-49/+258
* grumpy fixMike Bayer2011-04-221-6/+20
* - move documentation of available execution options to Connection - this is t...Mike Bayer2011-04-171-3/+38
* - some doc reorgMike Bayer2011-03-171-23/+23
* - Added accessors to ResultProxy "returns_rows", "is_insert"Mike Bayer2011-03-161-0/+26
* corrected a bunch of spelling typosDiana Clarke2011-02-281-1/+1
* - rename EngineEvents to ConnectionEventsMike Bayer2011-02-171-123/+104
* - Added over() function, method to FunctionElementMike Bayer2011-02-101-0/+8
* - Non-DBAPI errors which occur in the scope of an `execute()`Mike Bayer2011-02-091-10/+23
* - add connection and cursor to is_disconnect(). We aren't using it yet,Mike Bayer2011-02-091-2/+2
* - apply optimizations to alternate row proxies, [ticket:1787]Mike Bayer2011-02-041-11/+23
* rename 'frozendict' to 'immutabledict', since 'frozen' implies hashabilityMike Bayer2011-01-201-1/+1
* - execution_options() on Connection acceptsMike Bayer2011-01-161-4/+38
* - add dialect.reset_isolation_level(), revertsMike Bayer2011-01-161-0/+15
* - getting slightly more consistent behavior for the edge case of pk columnsMike Bayer2011-01-151-3/+17
* - A TypeDecorator of Integer can be used with a primary keyMike Bayer2011-01-111-1/+1
* - whitespace removal bonanzaMike Bayer2011-01-021-172/+172
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-1/+1
* - removes the "on_" prefix.Mike Bayer2010-12-301-15/+15
* - another heap of inlinings and now I really have to be done with thisMike Bayer2010-12-211-1/+2
* - apply pep8 to compiler.pyMike Bayer2010-12-211-4/+7
* more inlinesMike Bayer2010-12-191-12/+25
* - why type.dialect_impl(dialect).bind_processor(dialect), caching just the impl?Mike Bayer2010-12-131-3/+2
* do the mercurial dance (re-merge what I just merged...)Mike Bayer2010-12-111-32/+17
|\
| * - clean up the batch insert thingMike Bayer2010-12-111-13/+23