| Commit message (Expand) | Author | Age | Files | Lines |
| * | - update mysql connector python links, #2938rel_0_6 | Mike Bayer | 2014-02-18 | 1 | -1/+2 |
| * | - merge udpated sql_mode documentation for [ticket:1552] | Mike Bayer | 2013-04-29 | 1 | -58/+28 |
| * | pysqlite doc update | Mike Bayer | 2012-08-30 | 1 | -29/+41 |
| * | - rewrite rowcount documentation to be as absolutely clear as possible | Mike Bayer | 2012-06-12 | 2 | -21/+66 |
| * | Add some `Sphinx` paragraph level versions informations markups, | Mike Bayer | 2012-06-08 | 12 | -61/+91 |
| * | copyright | Mike Bayer | 2012-05-05 | 108 | -108/+108 |
| * | - some mysql test tweaks ported from 0.7 | Mike Bayer | 2012-05-05 | 1 | -0/+14 |
| * | - Backported the fix for [ticket:2317] introduced | Mike Bayer | 2012-04-24 | 1 | -8/+15 |
| * | add doc for with_lockmode(), [ticket:2412] | Mike Bayer | 2012-02-20 | 1 | -1/+16 |
| * | fix .. note::/ ..warning:: directives which no longer consistently | Mike Bayer | 2011-12-25 | 3 | -9/+21 |
| * | backport [ticket:2269] fix from 0.7 | Mike Bayer | 2011-12-06 | 1 | -2/+9 |
| * | - [bug] Fixed the error formatting raised when | Mike Bayer | 2011-12-03 | 1 | -1/+1 |
| * | - [bug] fixed inappropriate evaluation of user-mapped | Mike Bayer | 2011-10-28 | 1 | -1/+1 |
| * | - Cls.column.collate("some collation") now | Mike Bayer | 2011-10-23 | 1 | -6/+6 |
| * | - Fixed bug related to [ticket:2141] whereby the | Mike Bayer | 2011-10-05 | 1 | -6/+12 |
| * | - a CREATE TABLE will put the COLLATE option | Mike Bayer | 2011-10-03 | 1 | -20/+30 |
| * | - Fixed bug whereby mapper.order_by attribute would | Mike Bayer | 2011-09-28 | 1 | -0/+4 |
| * | improved docs on select_from() [ticket:2274] | Mike Bayer | 2011-09-26 | 1 | -5/+14 |
| * | rollback r990939ba046a, does not apply to 0.6 | Mike Bayer | 2011-09-21 | 1 | -2/+1 |
| * | - Fixed ReturningResultProxy for zxjdbc dialect. | Mike Bayer | 2011-09-21 | 1 | -1/+2 |
| * | - Fixed bug whereby with_only_columns() method of | Mike Bayer | 2011-09-21 | 1 | -6/+7 |
| * | patch from 0.7: Adjusted the "importlater" mechanism, which is | Mike Bayer | 2011-09-21 | 4 | -15/+52 |
| * | fix typo, [ticket:2271] | Mike Bayer | 2011-09-06 | 1 | -1/+1 |
| * | link date/time classes correctly, helps [ticket:2244] | Mike Bayer | 2011-08-04 | 1 | -1/+1 |
| * | - document get_bind(), [ticket:1053] | Mike Bayer | 2011-07-31 | 1 | -8/+25 |
| * | - Fixed bug where query.join() + aliased=True | Mike Bayer | 2011-07-30 | 1 | -1/+1 |
| * | Backed out changeset e5737a6d896ba54da07c7ffb0bc56121732ade72 - this only app... | Mike Bayer | 2011-07-24 | 1 | -1/+1 |
| * | - fix annotation for aliased() | Mike Bayer | 2011-07-24 | 1 | -1/+1 |
| * | - added CURRENT to reserved word list. | Mike Bayer | 2011-07-24 | 1 | -1/+1 |
| * | - Fixed OurSQL dialect to use ansi-neutral | Mike Bayer | 2011-07-24 | 1 | -6/+7 |
| * | - Fixed bug apparent only in Python 3 whereby | Mike Bayer | 2011-07-24 | 2 | -5/+7 |
| * | - document query.get(), ObjectDeletedError fully, [ticket:2146] | Mike Bayer | 2011-07-23 | 2 | -17/+72 |
| * | - Added an informative error message when | Mike Bayer | 2011-07-21 | 1 | -1/+7 |
| * | put a really explicit note about joinedload vs. join, everywhere joinedload()... | Mike Bayer | 2011-07-20 | 2 | -6/+13 |
| * | - Fixed bug whereby the source clause | Mike Bayer | 2011-07-20 | 1 | -1/+2 |
| * | - repaired the oracle.RAW type which did not | Mike Bayer | 2011-07-19 | 2 | -4/+7 |
| * | - Fixed bug whereby if a mapped class | Mike Bayer | 2011-07-17 | 2 | -10/+23 |
| * | - The join condition produced by with_parent | Mike Bayer | 2011-07-06 | 3 | -23/+43 |
| * | - fix pypostgresql typo, [ticket:2185] | Mike Bayer | 2011-07-04 | 5 | -33/+45 |
| * | - Fixed subtle bug that caused SQL to blow | Mike Bayer | 2011-06-27 | 5 | -11/+43 |
| * | - Fixed a subtle bug involving column | Mike Bayer | 2011-06-27 | 1 | -1/+6 |
| * | - the "cascade" section of the session doc was totally screwed up, mappings | Mike Bayer | 2011-06-23 | 1 | -8/+24 |
| * | fix docstring | Mike Bayer | 2011-06-23 | 1 | -1/+1 |
| * | - Added ORA-00028 to disconnect codes, use | Mike Bayer | 2011-06-22 | 1 | -1/+5 |
| * | - Repaired the "no statement condition" | Mike Bayer | 2011-06-21 | 2 | -2/+2 |
| * | - Fixed bug whereby DATETIME2 type would fail on | Mike Bayer | 2011-06-05 | 1 | -0/+1 |
| * | - Fixed bug where transaction-level "deleted" | Mike Bayer | 2011-06-05 | 1 | -0/+2 |
| * | - Adjusted the __contains__() method of | Mike Bayer | 2011-06-04 | 2 | -8/+17 |
| * | - Some unit test fixes regarding numeric arrays, | Mike Bayer | 2011-06-04 | 1 | -0/+6 |
| * | - Modify the text of the message which occurs | Mike Bayer | 2011-06-04 | 1 | -4/+9 |