summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
...
* | - The use of a :class:`.postgresql.ARRAY` object that refersMike Bayer2015-09-191-1/+14
* | - The :func:`.type_coerce` construct is now a fully fledged CoreMike Bayer2015-09-164-63/+109
* | - add a new FAQ recipe for "walk all objects", replacing the needMike Bayer2015-09-101-4/+13
* | Correcting the Hybrid Property ExampleJason Myers2015-09-101-1/+1
* | - Internal calls to "bookkeeping" functions withinMike Bayer2015-09-081-48/+56
* | - Fixed bug in :meth:`.Session.bulk_save_objects` where a mappedMike Bayer2015-09-081-1/+7
* | - reduce some callcounts within the new eventsMike Bayer2015-09-032-32/+30
* | Merge branch 'ticket_2677'Mike Bayer2015-09-026-281/+593
|\ \
| * | - The :class:`.SessionEvents` suite now includes events to allowticket_2677Mike Bayer2015-09-026-141/+510
| * | - add new documentation that applies to all modern SQLA versions,ticket_2677_preMike Bayer2015-09-021-140/+83
* | | - 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-311-0/+1
|/ /
* | - use consistent and descriptive language in all casesMike Bayer2015-08-272-3/+26
* | - The :class:`.TypeDecorator` type extender will now work in conjunctionMike Bayer2015-08-271-1/+14
* | - reword and update documentation on passive_updates=False; as virtuallyMike Bayer2015-08-271-21/+17
* | - add a postgresql-specific form of array_agg() that injects theMike Bayer2015-08-275-6/+33
* | - 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-273-1/+71
* | Merge branch 'ticket_3516'Mike Bayer2015-08-2614-222/+774
|\ \
| * | - Added support for "set-aggregate" functions of the formticket_3516Mike Bayer2015-08-265-24/+296
| * | - Added support for the SQL-standard function :class:`.array_agg`,Mike Bayer2015-08-261-0/+22
| * | - build out a new base type for Array, as well as new any/all operatorsMike Bayer2015-08-2513-200/+458
* | | - re-document and fully cross link all of configure_mappers(),Mike Bayer2015-08-242-20/+111
|/ /
* | - repair the inspection hook in sqltypes to not be fooledMike Bayer2015-08-222-1/+8
* | - Added new checks for the common error case of passing mapped classesMike Bayer2015-08-226-11/+25
* | - 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-181-3/+3
* | - as the Concatenable mixin was changed to support calling down toMike Bayer2015-08-182-2/+5
* | - document workaround type for ARRAY of ENUM, fixes #3467Mike Bayer2015-08-182-0/+45
* | - merge of ticket_3514 None-handling branchMike Bayer2015-08-174-3/+89
* | - merge of ticket_3499 indexed access branchMike Bayer2015-08-1715-727/+873
* | - make these failure cases more specific to catch Oracle.Mike Bayer2015-08-152-5/+20
* | - add tests for InstanceEvents.init, InstanceEvents.init_failureMike Bayer2015-08-142-5/+68
* | - The behavior of the :func:`.union` construct and related constructsMike Bayer2015-08-123-3/+150
* | - Fixed 1.0 regression where the "noload" loader strategy would failMike Bayer2015-08-113-7/+9
|/
* - Fixed two issues regarding Sybase reflection, allowing tablesMike Bayer2015-08-101-6/+9
* fix typo int->intopr/192halfcrazy2015-08-091-1/+1
* 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-301-1/+1
* - Fixed support for cx_Oracle version 5.2, which was trippingMike Bayer2015-07-291-2/+5
* - fix typo in suffix_with() docs, fixes #3502Mike Bayer2015-07-291-1/+1
* - remove "distutils-only" mode, use setuptools onlyMike Bayer2015-07-241-11/+0
* - Organize the tree for 1.1Mike Bayer2015-07-241-1/+1
* - An adjustment to the new Postgresql feature of reflecting storageMike Bayer2015-07-242-2/+4
* - Fixed critical issue whereby the pool "checkout" event handlerMike Bayer2015-07-221-0/+5
* - Fixed bug in SQLite dialect where reflection of UNIQUE constraintsMike Bayer2015-07-212-1/+9
* - Fixed an issue where a particular base class within utilsMike Bayer2015-07-205-10/+13
* - changelog for #3459, fixes #3459Mike Bayer2015-07-191-1/+4