summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* py2k: accept unicode literals on :func:`backref`, toopr/212Nils Philippsen2015-11-251-1/+9
* - Fixed joinedload bug which would occur when a. the query includesMike Bayer2015-11-211-0/+15
* - A rare case which occurs when a :meth:`.Session.rollback` fails in theMike Bayer2015-11-191-0/+15
* - add documentation that describes, then proceeds to warn aboutMike Bayer2015-11-191-0/+44
* - Fixed the ``.python_type`` attribute of :class:`.postgresql.INTERVAL`Mike Bayer2015-11-191-0/+10
* - rewrite the docs and add a test for the bake_queries=TrueMike Bayer2015-11-191-0/+8
* - Added support for reflecting the source of materialized viewsMike Bayer2015-11-181-0/+8
* - extend pullreq github:213 to also include DATETIMEOFFSET and TIME,Mike Bayer2015-11-141-0/+13
* - 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
|/ / /