| Commit message (Expand) | Author | Age | Files | Lines |
| * | - rewrite rowcount documentation to be as absolutely clear as possible | Mike Bayer | 2012-06-12 | 1 | -21/+49 |
| * | Add some `Sphinx` paragraph level versions informations markups, | Mike Bayer | 2012-06-08 | 1 | -2/+2 |
| * | copyright | Mike Bayer | 2012-05-05 | 7 | -7/+7 |
| * | - Backported the fix for [ticket:2317] introduced | Mike Bayer | 2012-04-24 | 1 | -8/+15 |
| * | - fix pypostgresql typo, [ticket:2185] | Mike Bayer | 2011-07-04 | 1 | -11/+22 |
| * | - Adjusted the __contains__() method of | Mike Bayer | 2011-06-04 | 1 | -8/+8 |
| * | put a version number on these since the docs will probably go to the site bef... | Mike Bayer | 2011-03-16 | 1 | -0/+4 |
| * | - 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-03-14 | 1 | -1/+1 |
| * | crappy docs, lets try that againrel_0_6_6 | Mike Bayer | 2011-01-08 | 1 | -9/+8 |
| * | - document implicit_returning feature on create_engine() | Mike Bayer | 2011-01-08 | 1 | -0/+10 |
| * | - Threadlocal engine returns itself upon begin(), | Mike Bayer | 2011-01-08 | 1 | -1/+12 |
| * | -whitespace removal bonanza | Mike Bayer | 2011-01-02 | 8 | -274/+274 |
| * | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 8 | -4/+28 |
| * | - further fixes to no trans in progress, no trans ever for TLEngine, [ticket:... | Mike Bayer | 2010-12-09 | 1 | -3/+6 |
| * | - Threadlocal engine methods rollback(), commit(), | Mike Bayer | 2010-12-08 | 1 | -1/+7 |
| * | - and fix everything from the last checkin that breaks on py 2.4, 2.5 | Mike Bayer | 2010-11-09 | 1 | -2/+2 |
| * | - Implemented sequence check capability for the C | Mike Bayer | 2010-11-09 | 1 | -0/+8 |
| * | - engine_from_config() now accepts 'debug' for | Mike Bayer | 2010-10-15 | 2 | -4/+4 |
| * | - the logging message emitted by the engine when | Mike Bayer | 2010-09-21 | 1 | -1/+1 |
| * | - Fixed a regression in 0.6.4 whereby the change that | Mike Bayer | 2010-09-16 | 1 | -3/+3 |
| * | doc edits | Mike Bayer | 2010-09-08 | 1 | -13/+23 |
| * | edits | Mike Bayer | 2010-09-08 | 1 | -4/+1 |
| * | doc updates | Mike Bayer | 2010-09-06 | 1 | -1/+18 |
| * | fixup | Mike Bayer | 2010-09-05 | 1 | -7/+7 |
| * | - rewrote the "connections" section | Mike Bayer | 2010-09-05 | 1 | -14/+57 |
| * | roughly the finished product. | Mike Bayer | 2010-09-04 | 1 | -1/+14 |
| * | - replaced all self.__connection.is_valid with | Mike Bayer | 2010-08-26 | 1 | -14/+22 |
| * | get slightly better about deprecations in docstrings, tho this is kind of an ... | Mike Bayer | 2010-08-09 | 1 | -2/+2 |
| * | - Calling fetchone() or similar on a result that | Mike Bayer | 2010-08-03 | 1 | -8/+30 |
| * | - The generated index name also is based on | Mike Bayer | 2010-08-02 | 1 | -0/+11 |
| * | document the crap out of text(), Session.execute() | Mike Bayer | 2010-07-20 | 1 | -1/+10 |
| * | - updated obsolete docs regarding sequences, RETURNING for pgrel_0_6_2 | Mike Bayer | 2010-07-06 | 1 | -22/+34 |
| * | - verbiage expressing that pool_size==0 means no limit; NullPool is | Mike Bayer | 2010-07-02 | 1 | -1/+4 |
| * | - Fixed @memoized_property and @memoized_instancemethod | Mike Bayer | 2010-06-19 | 1 | -2/+2 |
| * | fix variable name | Mike Bayer | 2010-06-14 | 1 | -1/+1 |
| * | - added documentation for Inspector [ticket:1820] | Mike Bayer | 2010-06-13 | 1 | -9/+74 |
| * | - Inspector hits bind.connect() when invoked to ensure | Mike Bayer | 2010-06-11 | 1 | -19/+24 |
| * | - Pool classes will reuse the same "pool_logging_name" setting | Mike Bayer | 2010-05-30 | 3 | -5/+29 |
| * | 79 char lines for base.py | Mike Bayer | 2010-05-30 | 1 | -138/+281 |
| * | docs on dispose | Mike Bayer | 2010-05-15 | 1 | -0/+23 |
| * | - Fixed bug that prevented implicit RETURNING from functioning | Mike Bayer | 2010-04-22 | 1 | -3/+8 |
| * | since we are calling traverse_single within ddl.py, call traverse_single at t... | Mike Bayer | 2010-04-16 | 1 | -1/+1 |
| * | - Table.create() and Table.drop() no longer apply metadata- | Mike Bayer | 2010-04-16 | 2 | -6/+12 |
| * | holy python2.4 batman | Mike Bayer | 2010-04-15 | 1 | -4/+4 |
| * | - Added get_pk_constraint() to reflection.Inspector, similar | Mike Bayer | 2010-04-15 | 3 | -6/+57 |
| * | - Added new 'compiled_cache' execution option. A dictionary | Mike Bayer | 2010-04-07 | 1 | -3/+15 |
| * | - Fixed bug in execution_options() feature whereby the existing | Mike Bayer | 2010-04-07 | 1 | -3/+11 |
| * | - The sqlalchemy.orm.shard module now becomes an extension, | Mike Bayer | 2010-03-28 | 2 | -4/+8 |
| * | mssql+mxodbc should use executedirect for all selects and execute for insert/... | Mike Bayer | 2010-03-26 | 1 | -1/+4 |