| Commit message (Expand) | Author | Age | Files | Lines |
| * | - fix incorrect example in inheritance docs | Mike Bayer | 2015-09-15 | 1 | -3/+3 |
| * | - add new entry for sharing of Engine across process boundaries | Mike Bayer | 2015-09-14 | 1 | -0/+81 |
| * | - call it deque, since you can really pop from either side | Mike Bayer | 2015-09-10 | 1 | -5/+5 |
| * | - add a new FAQ recipe for "walk all objects", replacing the need | Mike Bayer | 2015-09-10 | 1 | -0/+71 |
| * | fix typo in session events docs | bsmithgall | 2015-09-08 | 1 | -1/+1 |
| * | Minor grammar fix for capitalisation in session docs | David\ Beitey | 2015-09-08 | 1 | -1/+1 |
| * | - Fixed bug in :meth:`.Session.bulk_save_objects` where a mapped | Mike Bayer | 2015-09-08 | 1 | -0/+10 |
| * | - update moved link, fixes #3351 | Mike Bayer | 2015-09-03 | 1 | -1/+1 |
| * | - add new documentation that applies to all modern SQLA versions, | Mike Bayer | 2015-09-02 | 7 | -17/+256 |
| * | - Fixed regression in 1.0-released default-processor for multi-VALUES | Mike Bayer | 2015-08-31 | 1 | -0/+11 |
| * | - use consistent and descriptive language in all cases | Mike Bayer | 2015-08-27 | 1 | -6/+26 |
| * | - reword and update documentation on passive_updates=False; as virtually | Mike Bayer | 2015-08-27 | 1 | -35/+87 |
| * | - Fixed two issues in the "history_meta" example where history tracking | Mike Bayer | 2015-08-24 | 1 | -0/+9 |
| * | - rework the "controlling DDL sequences" documentation to | Mike Bayer | 2015-08-21 | 1 | -116/+124 |
| * | - Fixed 1.0 regression where the "noload" loader strategy would fail | Mike Bayer | 2015-08-11 | 1 | -0/+12 |
| * | - Fixed two issues regarding Sybase reflection, allowing tables | Mike Bayer | 2015-08-10 | 1 | -0/+11 |
| * | - Fixed support for cx_Oracle version 5.2, which was tripping | Mike Bayer | 2015-07-29 | 1 | -0/+11 |
| * | - using text().columns() for ORM matching won't work well | Mike Bayer | 2015-07-26 | 1 | -24/+0 |
| * | - work to bridge between core/ORM tutorials regarding the text() construct | Mike Bayer | 2015-07-26 | 2 | -8/+31 |
| * | - remove "completely raw", whatever that is | Mike Bayer | 2015-07-26 | 1 | -21/+16 |
| * | - typo | Mike Bayer | 2015-07-26 | 1 | -1/+1 |
| * | - add an example of text.columns | Mike Bayer | 2015-07-26 | 1 | -4/+19 |
| * | - An adjustment to the new Postgresql feature of reflecting storage | Mike Bayer | 2015-07-24 | 1 | -0/+15 |
| * | 1.0.8rel_1_0_8 | Mike Bayer | 2015-07-22 | 2 | -2/+3 |
| * | - categorize this correctly | Mike Bayer | 2015-07-22 | 1 | -1/+1 |
| * | - Fixed critical issue whereby the pool "checkout" event handler | Mike Bayer | 2015-07-22 | 1 | -0/+18 |
| * | 0.9.10 release date | Mike Bayer | 2015-07-22 | 1 | -0/+1 |
| * | - Fixed bug in SQLite dialect where reflection of UNIQUE constraints | Mike Bayer | 2015-07-21 | 1 | -0/+9 |
| * | - Fixed an issue where a particular base class within utils | Mike Bayer | 2015-07-20 | 1 | -0/+15 |
| * | 1.0.7rel_1_0_7 | Mike Bayer | 2015-07-20 | 2 | -2/+3 |
| * | - changelog for #3459, fixes #3459 | Mike Bayer | 2015-07-19 | 1 | -0/+9 |
| * | - Fixed regression where new methods on :class:`.ResultProxy` used | Mike Bayer | 2015-07-19 | 1 | -0/+11 |
| * | - Fixed regression where :meth:`.ResultProxy.keys` would return | Mike Bayer | 2015-07-19 | 1 | -0/+11 |
| * | - Fixed bug where coersion of literal ``True`` or ``False`` constant | Mike Bayer | 2015-07-19 | 1 | -0/+8 |
| * | - Fixed potential issue where a custom subclass | Mike Bayer | 2015-07-19 | 1 | -0/+9 |
| * | - changelog for pr github:188 | Mike Bayer | 2015-07-17 | 1 | -0/+8 |
| * | - version specs for new Sequence arguments | Mike Bayer | 2015-07-17 | 1 | -0/+8 |
| * | - 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 |