| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Fixed bug in :class:`.AbstractConcreteBase` extension where | Mike Bayer | 2015-07-13 | 1 | -0/+11 |
| * | - try to note under insert.values(), if you need | Mike Bayer | 2015-07-08 | 1 | -1/+5 |
| * | - fix the link here fixes 3473 | Mike Bayer | 2015-07-03 | 1 | -1/+1 |
| * | - Fixed 1.0 regression where value objects that override | Mike Bayer | 2015-07-01 | 1 | -0/+11 |
| * | - Fixed 1.0 regression where a "deferred" attribute would not populate | Mike Bayer | 2015-06-29 | 1 | -0/+12 |
| * | - Fixed 1.0 regression where the "parent entity" of a synonym- | Mike Bayer | 2015-06-27 | 1 | -0/+15 |
| * | 1.0.6rel_1_0_6 | Mike Bayer | 2015-06-25 | 2 | -2/+3 |
| * | - Fixed a major regression in the 1.0 series where the version_id_counter | Mike Bayer | 2015-06-24 | 1 | -0/+15 |
| * | - edits to this section | Mike Bayer | 2015-06-22 | 2 | -16/+20 |
| * | - add a new FAQ on re-reading of data within a transaction, since | Mike Bayer | 2015-06-22 | 2 | -3/+71 |
| * | - Fixed issue when using :class:`.VARBINARY` type in conjunction with | Mike Bayer | 2015-06-22 | 1 | -0/+11 |
| * | - Re-fixed this issue first released in 1.0.5 to fix psycopg2cffi | Mike Bayer | 2015-06-22 | 1 | -0/+10 |
| * | - more edits, references #3461 | Mike Bayer | 2015-06-19 | 1 | -16/+25 |
| * | - for #3455 | Mike Bayer | 2015-06-19 | 1 | -0/+17 |
| * | - fix the bullets | Mike Bayer | 2015-06-19 | 2 | -19/+26 |
| * | - Fixed 1.0 regression where the enhanced behavior of single-inheritance | Mike Bayer | 2015-06-19 | 1 | -0/+10 |
| * | - add explciit section on engine disposal, fixes #3461 | Mike Bayer | 2015-06-19 | 1 | -0/+54 |
| * | - Repaired the :class:`.ExcludeConstraint` construct to support common | Mike Bayer | 2015-06-16 | 1 | -0/+9 |
| * | - add a subsection on how to use Sequence with server_default, | Mike Bayer | 2015-06-16 | 1 | -0/+40 |
| * | Merge branch 'pr182' | Mike Bayer | 2015-06-14 | 1 | -0/+11 |
| |\ |
|
| | * | - add test cases for pullreq github:182, where we add a new | Mike Bayer | 2015-06-14 | 1 | -0/+11 |
| * | | - add changelog for #3451, with 09485d733131b667813f44eb0b6807b698668ee7 fixe... | Mike Bayer | 2015-06-13 | 1 | -0/+10 |
| |/ |
|
| * | - Fixed an unexpected-use regression whereby custom :class:`.Comparator` | Mike Bayer | 2015-06-11 | 1 | -0/+13 |
| * | - add an 0.9 migration note regarding TypeEngine's default | Mike Bayer | 2015-06-10 | 1 | -1/+65 |
| * | - Fixed a bug where clause adaption as applied to a :class:`.Label` | Mike Bayer | 2015-06-09 | 1 | -0/+14 |
| * | - add a migration note for the query.update()/query.delete() change | Mike Bayer | 2015-06-09 | 1 | -1/+15 |
| * | - add a comment, also I think we want to expire before we do the | Mike Bayer | 2015-06-09 | 1 | -1/+6 |
| * | Merge remote-tracking branch 'origin/pr/180' into pr180 | Mike Bayer | 2015-06-09 | 1 | -1/+3 |
| |\ |
|
| | * | Expire session in testing transaction handlingpr/180 | Charles-Axel Dein | 2015-06-08 | 1 | -1/+3 |
| * | | - Fixed an internal "memoization" routine for method types such | Mike Bayer | 2015-06-08 | 1 | -0/+8 |
| * | | - start 1.0.6 | Mike Bayer | 2015-06-08 | 1 | -0/+3 |
| |/ |
|
| * | - 1.0.5rel_1_0_5 | Mike Bayer | 2015-06-07 | 2 | -2/+3 |
| * | - Added new engine event :meth:`.ConnectionEvents.engine_disposed`. | Mike Bayer | 2015-06-06 | 1 | -0/+6 |
| * | - Repaired some typing and test issues related to the pypy | Mike Bayer | 2015-06-05 | 1 | -0/+11 |
| * | - correctly categorize this changelog entry and rewrite it | Mike Bayer | 2015-06-03 | 1 | -15/+10 |
| * | - changelog for pr bitbucket:54 | Mike Bayer | 2015-06-03 | 1 | -0/+10 |
| * | Fix typo in directivepr/177 | Éric Araujo | 2015-05-29 | 1 | -2/+1 |
| * | Remove spaces around kwargs in metadata.rstpr/175 | Jochen Van de Velde | 2015-05-26 | 1 | -7/+7 |
| * | - Fixed bug where known boolean values used by | Mike Bayer | 2015-05-26 | 1 | -0/+9 |
| * | - turn some dials to try to get more log output | Mike Bayer | 2015-05-25 | 2 | -2/+2 |
| * | - work around RTD issue #1293, take one | Mike Bayer | 2015-05-25 | 2 | -1/+33 |
| * | - Added a new dialect flag to the MSSQL dialect | Mike Bayer | 2015-05-24 | 1 | -0/+28 |
| * | - Adjustments to the engine plugin hook, such that the | Mike Bayer | 2015-05-22 | 1 | -0/+11 |
| * | - Fixed regression in the :mod:`sqlalchemy.ext.mutable` extension | Mike Bayer | 2015-05-21 | 1 | -0/+41 |
| * | Correcting typo in introspectionpr/173 | Pierre Rochard | 2015-05-17 | 1 | -1/+1 |
| * | - Added support for the case of the misbehaving DBAPI that has | Mike Bayer | 2015-05-15 | 1 | -0/+13 |
| * | - The "lightweight named tuple" used when a :class:`.Query` returns | Mike Bayer | 2015-05-14 | 1 | -0/+10 |
| * | - Fixed bug where in the case that a pool checkout event handler is used | Mike Bayer | 2015-05-14 | 1 | -0/+20 |
| * | - Added official support for a CTE used by the SELECT present | Mike Bayer | 2015-05-08 | 1 | -0/+14 |
| * | - start 1.0.5 | Mike Bayer | 2015-05-08 | 1 | -0/+3 |