summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* - Fixed bug where the "single table inheritance" criteria would beMike Bayer2015-11-112-1/+51
* Merge branch 'jeffwidman/fix-typo-foriegn-foreign-1446862160653' of https://b...Mike Bayer2015-11-101-1/+1
|\
| * Fix typo: foriegn --> foreignJeff Widman2015-11-071-1/+1
* | - fix ambiguous documentation re: after_flush_postexec(), theMike Bayer2015-11-091-1/+4
* | - fix broken link to loader behaviorMike Bayer2015-11-071-1/+1
|/
* - cross-linking for pool recycle featureMike Bayer2015-10-301-0/+2
* Merge branch 'pr204'Mike Bayer2015-10-291-0/+10
|\
| * - convert wrap_callable() to a general purpose update_wrapper-likeMike Bayer2015-10-291-0/+10
* | Merge remote-tracking branch 'origin/pr/196' into pr196pr196Mike Bayer2015-10-221-1/+1
|\ \
| * | Link to maintained redshift dialectpr/196Thomas Grainger2015-08-191-1/+1
* | | - update the pool pessimistic invalidation recipe to refer to theMike Bayer2015-10-221-38/+57
* | | - release date for 1.0.9Mike Bayer2015-10-201-0/+1
* | | - Fixed regression in 1.0 where new feature of using "executemany"Mike Bayer2015-10-191-0/+12
* | | - Added the :paramref:`.AssociationProxy.info` parameter to theMike Bayer2015-10-092-0/+13
* | | - open up autoincrement for columns that have a default; autoinc is usuallyMike Bayer2015-10-081-0/+3
* | | - The system by which a :class:`.Column` considers itself to be anMike Bayer2015-10-072-1/+184
* | | - Fixed bug in Oracle dialect where reflection of tables and otherMike Bayer2015-10-051-0/+11
* | | - add an additional note regarding select_from, fixes #3546Mike Bayer2015-10-021-0/+10
* | | - remove ambiguous use of the phrase "joined together by AND" as thisMike Bayer2015-10-011-0/+6
* | | - limit the search for schemas to not include "temp", which is sort of an imp...Mike Bayer2015-09-282-1/+28
| |/ |/|
* | - replicate Query.one_or_none to BakedQueryMike Bayer2015-09-241-4/+9
* | Add Query.one_or_none()pr/201Eric Siegerman2015-09-242-1/+10
* | - Fixed rare TypeError which could occur when stringifying certainMike Bayer2015-09-231-0/+8
* | - The ``legacy_schema_aliasing`` flag, introduced in version 1.0.5Mike Bayer2015-09-192-0/+49
* | - Added a new type-level modifier :meth:`.TypeEngine.evaluates_none`Mike Bayer2015-09-193-3/+149
* | - The use of a :class:`.postgresql.ARRAY` object that refersMike Bayer2015-09-192-0/+51
* | - The :func:`.type_coerce` construct is now a fully fledged CoreMike Bayer2015-09-163-0/+124
* | - 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-101-0/+71
* | 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-081-0/+10
* | | | - Fixed bug in :meth:`.Session.bulk_save_objects` where a mappedMike Bayer2015-09-081-0/+10
| |/ / |/| |
* | | - update moved link, fixes #3351Mike Bayer2015-09-031-1/+1
* | | Merge branch 'ticket_2677'Mike Bayer2015-09-0210-49/+691
|\ \ \
| * | | - The :class:`.SessionEvents` suite now includes events to allowticket_2677Mike Bayer2015-09-025-54/+457
| * | | - add new documentation that applies to all modern SQLA versions,ticket_2677_preMike Bayer2015-09-027-17/+256
* | | | - Fixed regression in 1.0-released default-processor for multi-VALUESMike Bayer2015-08-311-0/+11
|/ / /
* | | - use consistent and descriptive language in all casesMike Bayer2015-08-271-6/+26
|/ /
* | - The :class:`.TypeDecorator` type extender will now work in conjunctionMike Bayer2015-08-272-0/+46
* | - reword and update documentation on passive_updates=False; as virtuallyMike Bayer2015-08-271-35/+87
* | - add a postgresql-specific form of array_agg() that injects theMike Bayer2015-08-273-2/+12
* | - add PG-specific aggregate_order_by(), references #3132Mike Bayer2015-08-273-1/+16
* | - Added support for "set-aggregate" functions of the formticket_3516Mike Bayer2015-08-263-1/+62
* | - Added support for the SQL-standard function :class:`.array_agg`,Mike Bayer2015-08-261-0/+10
* | - build out a new base type for Array, as well as new any/all operatorsMike Bayer2015-08-255-2/+84