| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge remote-tracking branch 'origin/pr/196' into pr196pr196 | Mike Bayer | 2015-10-22 | 1 | -1/+1 |
| |\ |
|
| | * | Link to maintained redshift dialectpr/196 | Thomas Grainger | 2015-08-19 | 1 | -1/+1 |
| * | | - update the pool pessimistic invalidation recipe to refer to the | Mike Bayer | 2015-10-22 | 1 | -38/+57 |
| * | | - release date for 1.0.9 | Mike Bayer | 2015-10-20 | 1 | -0/+1 |
| * | | - Fixed regression in 1.0 where new feature of using "executemany" | Mike Bayer | 2015-10-19 | 1 | -0/+12 |
| * | | - Added the :paramref:`.AssociationProxy.info` parameter to the | Mike Bayer | 2015-10-09 | 2 | -0/+13 |
| * | | - open up autoincrement for columns that have a default; autoinc is usually | Mike Bayer | 2015-10-08 | 1 | -0/+3 |
| * | | - The system by which a :class:`.Column` considers itself to be an | Mike Bayer | 2015-10-07 | 2 | -1/+184 |
| * | | - Fixed bug in Oracle dialect where reflection of tables and other | Mike Bayer | 2015-10-05 | 1 | -0/+11 |
| * | | - add an additional note regarding select_from, fixes #3546 | Mike Bayer | 2015-10-02 | 1 | -0/+10 |
| * | | - remove ambiguous use of the phrase "joined together by AND" as this | Mike Bayer | 2015-10-01 | 1 | -0/+6 |
| * | | - limit the search for schemas to not include "temp", which is sort of an imp... | Mike Bayer | 2015-09-28 | 2 | -1/+28 |
| * | | - replicate Query.one_or_none to BakedQuery | Mike Bayer | 2015-09-24 | 1 | -4/+9 |
| * | | Add Query.one_or_none()pr/201 | Eric Siegerman | 2015-09-24 | 2 | -1/+10 |
| * | | - Fixed rare TypeError which could occur when stringifying certain | Mike Bayer | 2015-09-23 | 1 | -0/+8 |
| * | | - The ``legacy_schema_aliasing`` flag, introduced in version 1.0.5 | Mike Bayer | 2015-09-19 | 2 | -0/+49 |
| * | | - Added a new type-level modifier :meth:`.TypeEngine.evaluates_none` | Mike Bayer | 2015-09-19 | 3 | -3/+149 |
| * | | - The use of a :class:`.postgresql.ARRAY` object that refers | Mike Bayer | 2015-09-19 | 2 | -0/+51 |
| * | | - The :func:`.type_coerce` construct is now a fully fledged Core | Mike Bayer | 2015-09-16 | 3 | -0/+124 |
| * | | - 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 |
| * | | Merged in bsmithgall/sqlalchemy/event-doc-link-fix (pull request #60) | Mike Bayer | 2015-09-08 | 1 | -1/+1 |
| |\ \ |
|
| | * | | fix typo in session events docs | bsmithgall | 2015-09-07 | 1 | -1/+1 |
| * | | | Merge pull request #197 from davidjb/master | mike bayer | 2015-09-08 | 1 | -1/+1 |
| |\ \ \ |
|
| | * | | | Minor grammar fix for capitalisation in session docspr/197 | David\ Beitey | 2015-08-28 | 1 | -1/+1 |
| * | | | | - Internal calls to "bookkeeping" functions within | Mike Bayer | 2015-09-08 | 1 | -0/+10 |
| * | | | | - 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 |
| * | | | Merge branch 'ticket_2677' | Mike Bayer | 2015-09-02 | 10 | -49/+691 |
| |\ \ \ |
|
| | * | | | - The :class:`.SessionEvents` suite now includes events to allowticket_2677 | Mike Bayer | 2015-09-02 | 5 | -54/+457 |
| | * | | | - add new documentation that applies to all modern SQLA versions,ticket_2677_pre | 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 |
| |/ / |
|
| * | | - 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 |