We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87b9fdc commit 9b60385Copy full SHA for 9b60385
spec-integration/integration.spec.js
@@ -34,7 +34,7 @@ describe('Integration test', () => {
34
const cfg = {
35
uri : process.env.MSSQL_URL,
36
query: 'INSERT INTO Test2.dbo.Tweets (Lang, Retweeted, Favorited, "Text", id, CreatedAt, Username, ScreenName) '
37
- + 'VALUES (@lang:string, @retweeted:boolean, @favorited:boolean, @text:string, @id:bigint, @created_at:date, @username:string, @screenname:string)'
+ + 'VALUES (@lang, @retweeted:boolean, @favorited:boolean, @text:string, @id:bigint, @created_at:date, @username, @screenname:string)'
38
};
39
40
before(() => {
0 commit comments