summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Reduce the numbers of calls to isinstancepr/200Gorka Eguileor2015-10-083-35/+33
* Remove dict comprehension for py26 compatibilityGorka Eguileor2015-10-052-5/+5
* Only check once if parameters are orderedGorka Eguileor2015-10-024-35/+36
* Postpone parameters change in ordered updatesGorka Eguileor2015-09-305-28/+26
* Only preserve order in updates if tuple/dictGorka Eguileor2015-09-2911-50/+134
* Preserve order in update methodGorka Eguileor2015-09-2410-32/+106
* Add a lot more detailEric Siegerman2015-09-231-3/+22
* Add some markupEric Siegerman2015-09-231-2/+2
* A few minor rewordingsEric Siegerman2015-09-231-3/+3
* - Fixed rare TypeError which could occur when stringifying certainMike Bayer2015-09-233-2/+20
* - The ``legacy_schema_aliasing`` flag, introduced in version 1.0.5Mike Bayer2015-09-196-79/+96
* - Added a new type-level modifier :meth:`.TypeEngine.evaluates_none`Mike Bayer2015-09-197-11/+259
* - The use of a :class:`.postgresql.ARRAY` object that refersMike Bayer2015-09-194-1/+91
* - fixes for the ORM side test for #3531.Mike Bayer2015-09-171-3/+6
* - The :func:`.type_coerce` construct is now a fully fledged CoreMike Bayer2015-09-1610-65/+373
* - fix incorrect example in inheritance docsMike Bayer2015-09-151-3/+3
* - add new entry for sharing of Engine across process boundariesMike Bayer2015-09-141-0/+81
* - call it deque, since you can really pop from either sideMike Bayer2015-09-101-5/+5
* - add a new FAQ recipe for "walk all objects", replacing the needMike Bayer2015-09-102-4/+84
* Correcting the Hybrid Property ExampleJason Myers2015-09-101-1/+1
* - profile updateMike Bayer2015-09-081-1/+1
* Merged in bsmithgall/sqlalchemy/event-doc-link-fix (pull request #60)Mike Bayer2015-09-081-1/+1
|\
| * fix typo in session events docsbsmithgall2015-09-071-1/+1
* | Merge pull request #197 from davidjb/mastermike bayer2015-09-081-1/+1
|\ \
| * | 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