summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - add new documentation that applies to all modern SQLA versions,ticket_2677_preMike Bayer2015-09-028-157/+339
* - 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
* - work to bridge between core/ORM tutorials regarding the text() constructMike Bayer2015-07-262-8/+31
* - remove "completely raw", whatever that isMike Bayer2015-07-261-21/+16
* - typoMike Bayer2015-07-261-1/+1
* - add an example of text.columnsMike Bayer2015-07-261-4/+19
* - remove "distutils-only" mode, use setuptools onlyMike Bayer2015-07-244-109/+109
* - Organize the tree for 1.1Mike Bayer2015-07-249-15/+107
* - An adjustment to the new Postgresql feature of reflecting storageMike Bayer2015-07-244-2/+20
* 1.0.8rel_1_0_8Mike Bayer2015-07-222-2/+3
* - categorize this correctlyMike Bayer2015-07-221-1/+1
* - Fixed critical issue whereby the pool "checkout" event handlerMike Bayer2015-07-223-1/+117