| Commit message (Expand) | Author | Age | Files | Lines |
| * | Minor grammar fix for capitalisation in session docspr/197 | David\ Beitey | 2015-08-28 | 1 | -1/+1 |
| * | - The :class:`.TypeDecorator` type extender will now work in conjunction | Mike Bayer | 2015-08-27 | 2 | -0/+46 |
| * | - reword and update documentation on passive_updates=False; as virtually | Mike Bayer | 2015-08-27 | 1 | -35/+87 |
| * | - add a postgresql-specific form of array_agg() that injects the | Mike Bayer | 2015-08-27 | 3 | -2/+12 |
| * | - add PG-specific aggregate_order_by(), references #3132 | Mike Bayer | 2015-08-27 | 3 | -1/+16 |
| * | - Added support for "set-aggregate" functions of the formticket_3516 | Mike Bayer | 2015-08-26 | 3 | -1/+62 |
| * | - Added support for the SQL-standard function :class:`.array_agg`, | Mike Bayer | 2015-08-26 | 1 | -0/+10 |
| * | - build out a new base type for Array, as well as new any/all operators | Mike Bayer | 2015-08-25 | 5 | -2/+84 |
| * | - Fixed two issues in the "history_meta" example where history tracking | Mike Bayer | 2015-08-24 | 1 | -0/+9 |
| * | - Added new checks for the common error case of passing mapped classes | Mike Bayer | 2015-08-22 | 2 | -0/+53 |
| * | - rework the "controlling DDL sequences" documentation to | Mike Bayer | 2015-08-21 | 1 | -116/+124 |
| * | - merge of ticket_3514 None-handling branch | Mike Bayer | 2015-08-17 | 2 | -0/+106 |
| * | - merge of ticket_3499 indexed access branch | Mike Bayer | 2015-08-17 | 3 | -1/+211 |
| * | - make these failure cases more specific to catch Oracle. | Mike Bayer | 2015-08-15 | 1 | -2/+4 |
| * | - The behavior of the :func:`.union` construct and related constructs | Mike Bayer | 2015-08-12 | 2 | -0/+70 |
| * | - 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 issue where the SQL Server dialect would reflect a string- | Mike Bayer | 2015-07-30 | 2 | -0/+52 |
| * | - Fixed support for cx_Oracle version 5.2, which was tripping | Mike Bayer | 2015-07-29 | 1 | -0/+11 |
| * | - 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 |
| * | - remove "distutils-only" mode, use setuptools only | Mike Bayer | 2015-07-24 | 2 | -38/+47 |
| * | - Organize the tree for 1.1 | Mike Bayer | 2015-07-24 | 8 | -14/+106 |
| * | - 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 |