Skip to content

Commit fa38a9e

Browse files
author
Renat Zubairov
authored
Update README.md
1 parent be23a50 commit fa38a9e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
# mssql-component
55
MSSQL Component component for the [elastic.io platform](http://www.elastic.io "elastic.io platform")
66

7-
![image](https://cloud.githubusercontent.com/assets/56208/22904377/89b611c4-f23c-11e6-8b5d-783d62cf5caf.png)
8-
7+
![image](https://user-images.githubusercontent.com/56208/29715706-b4930bdc-89a8-11e7-8a0d-969959d26dd6.png)
98

109
## Before you Begin
1110

@@ -39,7 +38,7 @@ select * from Leads where Created >= '%%EIO_LAST_POLL%%'
3938

4039
### INSERT/DELETE/UPDATE Action
4140

42-
![image](https://cloud.githubusercontent.com/assets/56208/22904204/cef8cb06-f23b-11e6-998f-3fe65ab81540.png)
41+
![image](https://user-images.githubusercontent.com/56208/29715914-9c369ee0-89a9-11e7-89cb-a559f4a8861f.png)
4342

4443
You may use this action to do the operations that are not producing output rows but do the database manipulations,
4544
e.g. ``INSERT``, ``UPDATE`` or ``DELETE`` statements. Internally we use prepared statements, so all incoming data is

0 commit comments

Comments
 (0)