Skip to content

Commit 1c87289

Browse files
author
Renat Zubairov
authored
Update README.md
1 parent ca3077b commit 1c87289

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ Comopnent will remember last execution timestamp and let you build queries on it
3737
select * from Leads where Created >= '%%EIO_LAST_POLL%%'
3838
```
3939

40+
where just before executing the statement the ``%%EIO_LAST_POLL%%`` will be replaced with ISO Date of the last execution, for example ``2017-08-25T07:43:48.127Z``. During the first execution, date will be equal to [the bigging of time](http://www.onthisday.com/date/1970/january/1) - ``1970-01-01T00:00:00.000Z``.
41+
4042
### INSERT/DELETE/UPDATE Action
4143

4244
![image](https://cloud.githubusercontent.com/assets/56208/22904204/cef8cb06-f23b-11e6-998f-3fe65ab81540.png)

0 commit comments

Comments
 (0)