Skip to content

Commit f2a4372

Browse files
committed
Updated README
1 parent 9b60385 commit f2a4372

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ INSERT INTO
5555
Test2.dbo.Tweets
5656
(Lang, "Text", id, CreatedAt, Username, ScreenName)
5757
VALUES
58-
(@lang:string, @text:string, @id:bigint, @created_at:date, @username:string, @screenname:string)
58+
(@lang, @text, @id:bigint, @created_at:date, @username, @screenname)
5959
```
6060

6161
Following types are supported:
62-
* ``string``
62+
* ``string`` (also default type if type is omitted)
6363
* ``number`` (will be converted to MSSQL ``int``)
6464
* ``bigint``
6565
* ``boolean`` (will be converted to MSSQL ``bit``)

0 commit comments

Comments
 (0)