| Commit message (Expand) | Author | Age | Files | Lines |
| * | py2k: accept unicode literals on :func:`backref`, toopr/212 | Nils Philippsen | 2015-11-25 | 1 | -1/+9 |
| * | - Fixed joinedload bug which would occur when a. the query includes | Mike Bayer | 2015-11-21 | 1 | -0/+15 |
| * | - A rare case which occurs when a :meth:`.Session.rollback` fails in the | Mike Bayer | 2015-11-19 | 1 | -0/+15 |
| * | - add documentation that describes, then proceeds to warn about | Mike Bayer | 2015-11-19 | 1 | -0/+44 |
| * | - Fixed the ``.python_type`` attribute of :class:`.postgresql.INTERVAL` | Mike Bayer | 2015-11-19 | 1 | -0/+10 |
| * | - rewrite the docs and add a test for the bake_queries=True | Mike Bayer | 2015-11-19 | 1 | -0/+8 |
| * | - Added support for reflecting the source of materialized views | Mike Bayer | 2015-11-18 | 1 | -0/+8 |
| * | - extend pullreq github:213 to also include DATETIMEOFFSET and TIME, | Mike Bayer | 2015-11-14 | 1 | -0/+13 |
| * | - Fixed bug where the "single table inheritance" criteria would be | Mike Bayer | 2015-11-11 | 2 | -1/+51 |
| * | Merge branch 'jeffwidman/fix-typo-foriegn-foreign-1446862160653' of https://b... | Mike Bayer | 2015-11-10 | 1 | -1/+1 |
| |\ |
|
| | * | Fix typo: foriegn --> foreign | Jeff Widman | 2015-11-07 | 1 | -1/+1 |
| * | | - fix ambiguous documentation re: after_flush_postexec(), the | Mike Bayer | 2015-11-09 | 1 | -1/+4 |
| * | | - fix broken link to loader behavior | Mike Bayer | 2015-11-07 | 1 | -1/+1 |
| |/ |
|
| * | - cross-linking for pool recycle feature | Mike Bayer | 2015-10-30 | 1 | -0/+2 |
| * | Merge branch 'pr204' | Mike Bayer | 2015-10-29 | 1 | -0/+10 |
| |\ |
|
| | * | - convert wrap_callable() to a general purpose update_wrapper-like | Mike Bayer | 2015-10-29 | 1 | -0/+10 |
| * | | Merge remote-tracking branch 'origin/pr/196' into pr196pr196 | Mike Bayer | 2015-10-22 | 1 | -1/+1 |
| |\ \ |
|
| | * | | Link to maintained redshift dialectpr/196 | Thomas Grainger | 2015-08-19 | 1 | -1/+1 |
| * | | | - update the pool pessimistic invalidation recipe to refer to the | Mike Bayer | 2015-10-22 | 1 | -38/+57 |
| * | | | - release date for 1.0.9 | Mike Bayer | 2015-10-20 | 1 | -0/+1 |
| * | | | - Fixed regression in 1.0 where new feature of using "executemany" | Mike Bayer | 2015-10-19 | 1 | -0/+12 |
| * | | | - Added the :paramref:`.AssociationProxy.info` parameter to the | Mike Bayer | 2015-10-09 | 2 | -0/+13 |
| * | | | - open up autoincrement for columns that have a default; autoinc is usually | Mike Bayer | 2015-10-08 | 1 | -0/+3 |
| * | | | - The system by which a :class:`.Column` considers itself to be an | Mike Bayer | 2015-10-07 | 2 | -1/+184 |
| * | | | - Fixed bug in Oracle dialect where reflection of tables and other | Mike Bayer | 2015-10-05 | 1 | -0/+11 |
| * | | | - add an additional note regarding select_from, fixes #3546 | Mike Bayer | 2015-10-02 | 1 | -0/+10 |
| * | | | - remove ambiguous use of the phrase "joined together by AND" as this | Mike Bayer | 2015-10-01 | 1 | -0/+6 |
| * | | | - limit the search for schemas to not include "temp", which is sort of an imp... | Mike Bayer | 2015-09-28 | 2 | -1/+28 |
| | |/
|/| |
|
| * | | - replicate Query.one_or_none to BakedQuery | Mike Bayer | 2015-09-24 | 1 | -4/+9 |
| * | | Add Query.one_or_none()pr/201 | Eric Siegerman | 2015-09-24 | 2 | -1/+10 |
| * | | - Fixed rare TypeError which could occur when stringifying certain | Mike Bayer | 2015-09-23 | 1 | -0/+8 |
| * | | - The ``legacy_schema_aliasing`` flag, introduced in version 1.0.5 | Mike Bayer | 2015-09-19 | 2 | -0/+49 |
| * | | - Added a new type-level modifier :meth:`.TypeEngine.evaluates_none` | Mike Bayer | 2015-09-19 | 3 | -3/+149 |
| * | | - The use of a :class:`.postgresql.ARRAY` object that refers | Mike Bayer | 2015-09-19 | 2 | -0/+51 |
| * | | - The :func:`.type_coerce` construct is now a fully fledged Core | Mike Bayer | 2015-09-16 | 3 | -0/+124 |
| * | | - fix incorrect example in inheritance docs | Mike Bayer | 2015-09-15 | 1 | -3/+3 |
| * | | - add new entry for sharing of Engine across process boundaries | Mike Bayer | 2015-09-14 | 1 | -0/+81 |
| * | | - call it deque, since you can really pop from either side | Mike Bayer | 2015-09-10 | 1 | -5/+5 |
| * | | - add a new FAQ recipe for "walk all objects", replacing the need | Mike Bayer | 2015-09-10 | 1 | -0/+71 |
| * | | Merged in bsmithgall/sqlalchemy/event-doc-link-fix (pull request #60) | Mike Bayer | 2015-09-08 | 1 | -1/+1 |
| |\ \ |
|
| | * | | fix typo in session events docs | bsmithgall | 2015-09-07 | 1 | -1/+1 |
| * | | | Merge pull request #197 from davidjb/master | mike bayer | 2015-09-08 | 1 | -1/+1 |
| |\ \ \ |
|
| | * | | | Minor grammar fix for capitalisation in session docspr/197 | David\ Beitey | 2015-08-28 | 1 | -1/+1 |
| * | | | | - Internal calls to "bookkeeping" functions within | Mike Bayer | 2015-09-08 | 1 | -0/+10 |
| * | | | | - Fixed bug in :meth:`.Session.bulk_save_objects` where a mapped | Mike Bayer | 2015-09-08 | 1 | -0/+10 |
| | |/ /
|/| | |
|
| * | | | - update moved link, fixes #3351 | Mike Bayer | 2015-09-03 | 1 | -1/+1 |
| * | | | Merge branch 'ticket_2677' | Mike Bayer | 2015-09-02 | 10 | -49/+691 |
| |\ \ \ |
|
| | * | | | - The :class:`.SessionEvents` suite now includes events to allowticket_2677 | Mike Bayer | 2015-09-02 | 5 | -54/+457 |
| | * | | | - add new documentation that applies to all modern SQLA versions,ticket_2677_pre | Mike Bayer | 2015-09-02 | 7 | -17/+256 |
| * | | | | - Fixed regression in 1.0-released default-processor for multi-VALUES | Mike Bayer | 2015-08-31 | 1 | -0/+11 |
| |/ / / |
|