Skip to content

Commit c3293c6

Browse files
author
Renat Zubairov
authored
Update README.md
1 parent f409bf8 commit c3293c6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,12 @@ VALUES
4949
```
5050

5151
Following types are supported:
52-
52+
* ``string``
53+
* ``number``
54+
* ``bigint``
55+
* ``boolean`` (will be converted to MSSQL ``bit``)
56+
* ``date``
57+
more details can be found [here](https://github.com/elasticio/mssql-component/blob/master/lib/actions/insert.js#L25)
5358

5459
## Authentication
5560

0 commit comments

Comments
 (0)