Thread: [Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets (Page 8)
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-03-04 17:52:13
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c6f540da58a6/ Changeset: c6f540da58a6 Branch: None User: zzzeek Date: 2014-03-04 18:51:23 Summary: cut out the BS as far as MySQLdb urls, put the one url everyone should be using Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/14c74a8fb55f/ Changeset: 14c74a8fb55f Branch: rel_0_8 User: zzzeek Date: 2014-03-04 18:51:51 Summary: cut out the BS as far as MySQLdb urls, put the one url everyone should be using Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-03-05 23:14:52
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/5299352ccfbc/ Changeset: 5299352ccfbc Branch: None User: zzzeek Date: 2014-03-06 00:07:24 Summary: ignore .patch files Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/48b82aebc3cd/ Changeset: 48b82aebc3cd Branch: None User: zzzeek Date: 2014-03-06 00:14:09 Summary: - Fixed small issue in :class:`.SingletonThreadPool` where the current connection to be returned might get inadvertently cleaned out during the "cleanup" process. Patch courtesy jd23. Affected #: 2 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-03-11 15:31:51
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/8b0bf5784055/ Changeset: 8b0bf5784055 Branch: None User: Noufal Ibrahim Date: 2014-03-11 12:52:01 Summary: Fixes argument number in docs The selectable is the third argument to with_polymorphic. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/043dc4a2c1ee/ Changeset: 043dc4a2c1ee Branch: None User: zzzeek Date: 2014-03-11 16:30:33 Summary: Merge pull request #79 from nibrahim/master Fixes argument number in docs Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-03-11 16:39:41
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/009df6a3d041/ Changeset: 009df6a3d041 Branch: None User: zzzeek Date: 2014-03-11 17:27:10 Summary: - Added a new keyword argument ``once=True`` to :func:`.event.listen` and :func:`.event.listens_for`. This is a convenience feature which will wrap the given listener such that it is only invoked once. Affected #: 6 files https://bitbucket.org/zzzeek/sqlalchemy/commits/b7169f66d7ca/ Changeset: b7169f66d7ca Branch: None User: zzzeek Date: 2014-03-11 17:39:00 Summary: - A warning is emitted if the :meth:`.MapperEvents.before_configured` or :meth:`.MapperEvents.after_configured` events are applied to a specific mapper or mapped class, as the events are only invoked for the :class:`.Mapper` target at the general level. Affected #: 3 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-03-12 21:33:46
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a7ef7eccaaca/ Changeset: a7ef7eccaaca Branch: None User: zzzeek Date: 2014-03-12 20:09:48 Summary: :paramref:`.MetaData.naming_convention` feature will now also apply to :class:`.CheckConstraint` objects that are associated directly with a :class:`.Column` instead of just on the :class:`.Table`. Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/36792434c74d/ Changeset: 36792434c74d Branch: master User: zzzeek Date: 2014-03-12 22:33:03 Summary: - Added a new feature :func:`.schema.conv`, the purpose of which is to mark a constraint name as already having had a naming convention applied. This token will be used by Alembic migrations as of Alembic 0.6.4 in order to render constraints in migration scripts with names marked as already having been subject to a naming convention. re: #2991 Affected #: 4 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-03-13 23:05:52
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/8433a48fabbb/ Changeset: 8433a48fabbb Branch: None User: zzzeek Date: 2014-03-13 23:54:56 Summary: - add more support for suite tests, moving some tests from test_query out to suite and adding some more requirements Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/dd40c638857d/ Changeset: dd40c638857d Branch: None User: zzzeek Date: 2014-03-14 00:05:22 Summary: - add a suite test for underscore as initial char Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-03-14 00:05:28
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/9c5c12fb230c/ Changeset: 9c5c12fb230c Branch: None User: zzzeek Date: 2014-03-14 00:59:10 Summary: - move some requirements up to the testing module to better support running SQLA internal tests outside; plus things like savepoints, twophase Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/11003828cb65/ Changeset: 11003828cb65 Branch: None User: zzzeek Date: 2014-03-14 01:03:48 Summary: - Added support for literal rendering of boolean values, e.g. "true" / "false" or "1" / "0". - added Boolean tests to the test suite Affected #: 4 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-03-15 19:49:12
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/56e38b8e4e64/ Changeset: 56e38b8e4e64 Branch: None User: zzzeek Date: 2014-03-15 20:44:29 Summary: - fairly epic rework of the cascade documentation Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/149584d322da/ Changeset: 149584d322da Branch: rel_0_8 User: zzzeek Date: 2014-03-15 20:48:52 Summary: - fairly epic rework of the cascade documentation Conflicts: lib/sqlalchemy/orm/relationships.py Affected #: 5 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-03-16 22:03:18
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/fb09877270cc/ Changeset: fb09877270cc Branch: None User: zzzeek Date: 2014-03-16 19:50:55 Summary: - Added support for the not-quite-yet-documented ``insert=True`` flag for :func:`.event.listen` to work with mapper / instance events. Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/e2214a61e84c/ Changeset: e2214a61e84c Branch: master User: zzzeek Date: 2014-03-16 19:51:06 Summary: typo Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-03-19 15:48:53
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/89a8e0d187b8/ Changeset: 89a8e0d187b8 Branch: None User: zzzeek Date: 2014-03-19 16:47:58 Summary: fix assertion Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/5f69d83d6c79/ Changeset: 5f69d83d6c79 Branch: rel_0_8 User: zzzeek Date: 2014-03-19 16:48:25 Summary: fix assertion Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-03-21 02:52:11
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a22927b80915/ Changeset: a22927b80915 Branch: None User: zzzeek Date: 2014-03-21 03:46:23 Summary: - reword the paragraph which talks about web framework integration for sessions: 1. fix the typo in the paragraph, fixes #2998 2. as zope-sqlalchemy only provides transaction integration and not session scoping, dial back the language here as people are probably using scoped_session with pyramid anyway 3. as I'm going to again start recommending people don't cling to flask-sqlalchemy so hard, take out the word "strongly" from the recommendation. 4. as flask is the only framework I can think of that actually has an explicit SQLAlchemy layer that handles setting up scoped_session, take out the word "most", now it's "some web frameworks" (by which it means "only flask...and flask-sqlalchemy is probably not worth using anyway") Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/cb51fe3ef894/ Changeset: cb51fe3ef894 Branch: rel_0_8 User: zzzeek Date: 2014-03-21 03:51:57 Summary: - reword the paragraph which talks about web framework integration for sessions: 1. fix the typo in the paragraph, fixes #2998 2. as zope-sqlalchemy only provides transaction integration and not session scoping, dial back the language here as people are probably using scoped_session with pyramid anyway 3. as I'm going to again start recommending people don't cling to flask-sqlalchemy so hard, take out the word "strongly" from the recommendation. 4. as flask is the only framework I can think of that actually has an explicit SQLAlchemy layer that handles setting up scoped_session, take out the word "most", now it's "some web frameworks" (by which it means "only flask...and flask-sqlalchemy is probably not worth using anyway") Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-03-21 14:00:28
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/07992a669708/ Changeset: 07992a669708 Branch: None User: borneo Date: 2014-03-21 14:42:37 Summary: Fix tag typo in changelog_09 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/2b1c3d8821b3/ Changeset: 2b1c3d8821b3 Branch: master User: zzzeek Date: 2014-03-21 14:59:23 Summary: Merge pull request #81 from tony/patch-2 Fix tag typo in changelog_09 Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-03-22 23:56:14
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/39a8e2ed375e/ Changeset: 39a8e2ed375e Branch: None User: zzzeek Date: 2014-03-23 00:55:00 Summary: - Fixed regression from 0.8.3 as a result of :ticket:`2818` where :meth:`.Query.exists` wouldn't work on a query that only had a :meth:`.Query.select_from` entry but no other entities. re: #2818 fixes #2995 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/d8aa3d91d7ea/ Changeset: d8aa3d91d7ea Branch: rel_0_8 User: zzzeek Date: 2014-03-23 00:55:27 Summary: - Fixed regression from 0.8.3 as a result of :ticket:`2818` where :meth:`.Query.exists` wouldn't work on a query that only had a :meth:`.Query.select_from` entry but no other entities. re: #2818 fixes #2995 Affected #: 3 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-03-24 14:23:27
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ebd24974f47f/ Changeset: ebd24974f47f Branch: None User: zzzeek Date: 2014-03-24 15:09:07 Summary: take out accidental PG dialect use here Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/87d7076b49ec/ Changeset: 87d7076b49ec Branch: master User: zzzeek Date: 2014-03-24 15:22:39 Summary: - Added some new event mechanics for dialect-level events; the initial implementation allows an event handler to redefine the specific mechanics by which an arbitrary dialect invokes execute() or executemany() on a DBAPI cursor. The new events, at this point semi-public and experimental, are in support of some upcoming transaction-related extensions. Affected #: 6 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-03-25 16:28:28
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/1a35188b6903/ Changeset: 1a35188b6903 Branch: None User: zzzeek Date: 2014-03-25 17:26:42 Summary: - Fixed regression caused by release 0.8.5 / 0.9.3's compatibility enhancements where index reflection on Postgresql versions specific to only the 8.1, 8.2 series again broke, surrounding the ever problematic int2vector type. While int2vector supports array operations as of 8.1, apparently it only supports CAST to a varchar as of 8.3. fix #3000 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/f6614aed6604/ Changeset: f6614aed6604 Branch: rel_0_8 User: zzzeek Date: 2014-03-25 17:27:03 Summary: - Fixed regression caused by release 0.8.5 / 0.9.3's compatibility enhancements where index reflection on Postgresql versions specific to only the 8.1, 8.2 series again broke, surrounding the ever problematic int2vector type. While int2vector supports array operations as of 8.1, apparently it only supports CAST to a varchar as of 8.3. fix #3000 Affected #: 3 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-03-27 22:28:54
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/eb94838c72f5/ Changeset: eb94838c72f5 Branch: None User: Stefan Reich Date: 2014-03-26 16:04:23 Summary: Added missing text_type requirement to TextTest Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/460139f630a8/ Changeset: 460139f630a8 Branch: None User: Stefan Reich Date: 2014-03-27 23:28:28 Summary: Added missing text_type requirement to TextTest Conflicts: lib/sqlalchemy/testing/suite/test_types.py Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-03-28 20:47:52
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/094a8550f184/ Changeset: 094a8550f184 Branch: None User: zzzeek Date: 2014-03-28 21:47:12 Summary: - the rewording of orderinglist docs got committed by accident, finish it up Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/b4eeebbabebc/ Changeset: b4eeebbabebc Branch: rel_0_8 User: zzzeek Date: 2014-03-28 21:47:38 Summary: - the rewording of orderinglist docs got committed by accident, finish it up Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-03-28 21:15:36
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/91de02cc668a/ Changeset: 91de02cc668a Branch: rel_0_8 User: zzzeek Date: 2014-03-28 21:48:05 Summary: revert inadvertent pdb Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/9a49d5fea5a9/ Changeset: 9a49d5fea5a9 Branch: None User: zzzeek Date: 2014-03-28 21:48:20 Summary: revert inadvertent pdb Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-03-28 23:20:16
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3bb9de09aa1e/ Changeset: 3bb9de09aa1e Branch: rel_0_8 User: zzzeek Date: 2014-03-29 00:17:04 Summary: this doesnt need sane multi row now... Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/6983e1479021/ Changeset: 6983e1479021 Branch: None User: zzzeek Date: 2014-03-29 00:19:55 Summary: dont need rowcount here... Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-03-28 23:45:20
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ccc0c44c3a60/ Changeset: ccc0c44c3a60 Branch: None User: zzzeek Date: 2014-03-29 00:40:09 Summary: 0.9.4 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/6bb74b6ede5d/ Changeset: 6bb74b6ede5d Branch: rel_0_8 User: zzzeek Date: 2014-03-29 00:40:21 Summary: 0.8.6 Affected #: 2 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-03-31 01:21:09
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/efd3c311e0c6/ Changeset: efd3c311e0c6 Branch: None User: zzzeek Date: 2014-03-31 03:09:33 Summary: update Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/e16ede8cae00/ Changeset: e16ede8cae00 Branch: rel_0_9 User: zzzeek Date: 2014-03-31 03:20:20 Summary: - Added new flag :paramref:`.expression.between.symmetric`, when set to True renders "BETWEEN SYMMETRIC". Also added a new negation operator "notbetween_op", which now allows an expression like ``~col.between(x, y)`` to render as "col NOT BETWEEN x AND y", rather than a parentheiszed NOT string. fixes #2990 Affected #: 7 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-04-04 21:34:26
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a68fdf0d2fc7/ Changeset: a68fdf0d2fc7 Branch: None User: zzzeek Date: 2014-04-04 23:33:35 Summary: - add some docs for the instancestate linkage to the inspection system Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/9f72da76589d/ Changeset: 9f72da76589d Branch: rel_0_8 User: zzzeek Date: 2014-04-04 23:34:07 Summary: - add some docs for the instancestate linkage to the inspection system Affected #: 2 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-04-06 22:15:32
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/e8c08b5d7baf/ Changeset: e8c08b5d7baf Branch: None User: zzzeek Date: 2014-04-07 00:14:44 Summary: repair erroneous whitespace in autodoc directives, preventing members from being documented Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/0fd2fce8f848/ Changeset: 0fd2fce8f848 Branch: rel_0_8 User: zzzeek Date: 2014-04-07 00:15:14 Summary: repair erroneous whitespace in autodoc directives, preventing members from being documented Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-04-11 19:39:51
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/4e56c9386d13/ Changeset: 4e56c9386d13 Branch: None User: antti_haapala Date: 2014-04-11 21:38:07 Summary: added an SSL related connection error Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/992928fb449b/ Changeset: 992928fb449b Branch: master User: zzzeek Date: 2014-04-11 21:39:34 Summary: Merged in antti_haapala/sqlalchemy/antti_haapala/added-an-ssl-related-connection-error-1397245079299 (pull request #13) added an SSL related connection error Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-04-23 16:38:43
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c3bbc6497eae/ Changeset: c3bbc6497eae Branch: None User: benselme Date: 2014-04-23 18:18:32 Summary: Added some links in session docs Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/18403c07f94f/ Changeset: 18403c07f94f Branch: master User: zzzeek Date: 2014-04-23 18:38:26 Summary: Merged in benselme/sqlalchemy/docs_linking (pull request #16) Added some links in session docs Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |