summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | Minor grammar fix for capitalisation in session docspr/197David\ Beitey2015-08-281-1/+1
| | * | | | | | - Internal calls to "bookkeeping" functions withinMike Bayer2015-09-083-50/+69
| | * | | | | | - Fixed bug in :meth:`.Session.bulk_save_objects` where a mappedMike Bayer2015-09-083-2/+70
| | | |/ / / / | | |/| | | |
| | * | | | | - update moved link, fixes #3351Mike Bayer2015-09-031-1/+1
| | * | | | | - rewrite some profiles that went *down*! woopMike Bayer2015-09-031-5/+5
| | * | | | | - reduce some callcounts within the new eventsMike Bayer2015-09-032-32/+30
| | * | | | | Merge branch 'ticket_2677'Mike Bayer2015-09-0222-382/+1910
| | |\ \ \ \ \
| | | * | | | | - The :class:`.SessionEvents` suite now includes events to allowticket_2677Mike Bayer2015-09-0217-247/+1593
| | | * | | | | - add new documentation that applies to all modern SQLA versions,ticket_2677_preMike Bayer2015-09-028-157/+339
| | * | | | | | - add a note about DISTINCT in query w/ ORDER BY, references #3518Mike Bayer2015-08-311-0/+13
| | * | | | | | - Fixed regression in 1.0-released default-processor for multi-VALUESMike Bayer2015-08-314-16/+64
| | |/ / / / /
| | * | | | | - use consistent and descriptive language in all casesMike Bayer2015-08-273-9/+52
| | |/ / / /
| | * | | | - The :class:`.TypeDecorator` type extender will now work in conjunctionMike Bayer2015-08-275-9/+90
| | * | | | - reword and update documentation on passive_updates=False; as virtuallyMike Bayer2015-08-272-56/+104
| | * | | | - add a postgresql-specific form of array_agg() that injects theMike Bayer2015-08-279-8/+56
| | * | | | - consolidate "constraints.py" into the more general "ext.py",Mike Bayer2015-08-273-100/+92
| | * | | | - add PG-specific aggregate_order_by(), references #3132Mike Bayer2015-08-277-3/+132
| | * | | | Merge branch 'ticket_3516'Mike Bayer2015-08-2626-259/+1458
| | |\ \ \ \
| | | * | | | - Added support for "set-aggregate" functions of the formticket_3516Mike Bayer2015-08-2612-49/+477
| | | * | | | - Added support for the SQL-standard function :class:`.array_agg`,Mike Bayer2015-08-264-2/+69
| | | * | | | - build out a new base type for Array, as well as new any/all operatorsMike Bayer2015-08-2522-214/+918
| | * | | | | - re-document and fully cross link all of configure_mappers(),Mike Bayer2015-08-242-20/+111
| | |/ / / /
| | * | | | - Fixed two issues in the "history_meta" example where history trackingMike Bayer2015-08-243-4/+78
| | * | | | - repair the inspection hook in sqltypes to not be fooledMike Bayer2015-08-223-2/+17
| | * | | | - Added new checks for the common error case of passing mapped classesMike Bayer2015-08-2211-15/+139
| | * | | | - rework the "controlling DDL sequences" documentation toMike Bayer2015-08-211-116/+124
| | | |/ / | | |/| |
| | * | | - some cleanups in compiler.pyMike Bayer2015-08-181-50/+32
| | * | | - forgot to implement py3k logic for JSON.NULLMike Bayer2015-08-181-23/+21
| | * | | - fix the postgresql_jsonb requirement to include the 9.4 requirementMike Bayer2015-08-184-8/+8
| | * | | - as the Concatenable mixin was changed to support calling down toMike Bayer2015-08-183-3/+60
| | * | | - document workaround type for ARRAY of ENUM, fixes #3467Mike Bayer2015-08-182-0/+45
| | * | | - merge of ticket_3514 None-handling branchMike Bayer2015-08-178-3/+416
| | * | | - merge of ticket_3499 indexed access branchMike Bayer2015-08-1724-764/+1619
| | * | | - correct this, need bracketsMike Bayer2015-08-151-1/+1
| | * | | - make these failure cases more specific to catch Oracle.Mike Bayer2015-08-154-9/+43
| | * | | - add tests for InstanceEvents.init, InstanceEvents.init_failureMike Bayer2015-08-143-5/+105
| | * | | Tell Wheel to generate platform and interpreter specific wheelspr/194Donald Stufft2015-08-131-1/+16
| | * | | - we can again use setuptools.find_packages since we require setuptoolsMike Bayer2015-08-131-25/+13
| | * | | - The behavior of the :func:`.union` construct and related constructsMike Bayer2015-08-128-7/+312
| | * | | - Fixed 1.0 regression where the "noload" loader strategy would failMike Bayer2015-08-115-7/+39
| | * | | - pep8 test/orm/test_mapperMike Bayer2015-08-111-536/+698
| | |/ /
| | * | - Fixed two issues regarding Sybase reflection, allowing tablesMike Bayer2015-08-102-6/+20
| | * | Merge pull request #192 from halfcrazy/patch-1mike bayer2015-08-091-1/+1
| | |\ \
| | | * | fix typo int->intopr/192halfcrazy2015-08-091-1/+1
| | |/ /
| | * | Merge pull request #191 from leorochael/leorochael-remove_dead_variablemike bayer2015-08-061-3/+0
| | |\ \
| | | * | Remove useless codepr/191Leonardo Rochael Almeida2015-08-061-3/+0
| | |/ /
| | * | - add a note clarifying query.with_labels(), fixes #3506Mike Bayer2015-08-031-0/+10
| | * | - Fixed issue where the SQL Server dialect would reflect a string-Mike Bayer2015-07-304-5/+83
| | * | - Fixed support for cx_Oracle version 5.2, which was trippingMike Bayer2015-07-292-2/+16
| | * | - fix typo in suffix_with() docs, fixes #3502Mike Bayer2015-07-291-1/+1