This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Automatically click all "Verify your email" links in the welcome e-mail from | |
Nintendo Pokémon Trainer Club's signup e-mails. | |
Only unread emails in inbox will be processed. | |
All processed e-mails will be marked as read, even if verification fails. | |
How to use: | |
1. Login to Gmail | |
2. Go to https://script.google.com/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
EXEC tSQLt.NewTestClass 'OAMTest'; | |
GO | |
CREATE PROCEDURE OAMTest.[test that spAddresses_Insert inserts the proper values in the Address table] | |
AS | |
BEGIN | |
DECLARE @Id AS INT, | |
@UserId AS BIGINT = 1, | |
@AddressTypeId AS BIGINT = 2, | |
@Address AS NVARCHAR (256) = 'Quintas do Norte', |