Skip to content

Commit 6517c62

Browse files
author
Renat Zubairov
authored
Update README.md
1 parent 11de0af commit 6517c62

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,16 @@ Following types are supported:
6767

6868
more details can be found [here](https://github.com/elasticio/mssql-component/blob/master/lib/actions/insert.js#L25)
6969

70-
After prepared statement is created and filled with parameters, query will be executed in scope of message body, so that ``msg.body.foo`` will be used to fill ``@foo`` parameter on prepared statement.
70+
Component supports dynamic incomig metadata - as soon as your query is in place it will be parsed and incoming metadata will be generated accordingly.
7171

7272
## Known issues
7373

7474
No known issues are there yet.
75-
* For INSERT/UPDATE/DELETE action
76-
** Incoming message body should only contain simple types, e.g. ``body.foo`` or
77-
``body.bar`` nested obejct/values like ``body.foo.bar`` are not supported yet.
7875

76+
## TODOs
77+
* Support for templating in SELECT query
78+
* Support for BULK upload
79+
* Support for binary attachments
7980

8081
## License
8182

0 commit comments

Comments
 (0)