Skip to content

Commit 92e52b4

Browse files
committed
Update readme
1 parent 2b49159 commit 92e52b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ The format of ``Start Polling From (optional)`` field should be like ``yyyy-mm-d
108108
- ``ss`` - second
109109
- ``sss`` - millisecond (optional)
110110

111+
*Note:* please see [**Current-limitations**](#current-limitations).
112+
111113
### SELECT trigger (Deprecated)
112114
This action exists in JDBC component only for backward compatibility. New [**Select trigger**](#select-trigger) is recommended to use.
113115

@@ -215,9 +217,7 @@ This action exists in JDBC component only for backward compatibility. [**Upsert
215217
- ``Oracle`` - compatible with Oracle Database 8.1.7 - 12.1.0.2
216218
- ``MSSQL`` - compatible with Microsoft SQL Server 2008 R2 and higher
217219
3. The current implementation of the action ``Upsert By Primary Key`` doesn't mark non-nullable fields as required fields at a dynamic metadata. In case of updating such fields with an empty value you will get SQL Exception ``Cannot insert the value NULL into...``. You should manually fill in all non-nullable fields with previous data, if you want to update part of columns in a row, even if data in that fields doesn't change.
218-
219-
## Known issues
220-
No known issues are there yet.
220+
4. **Get Rows Polling trigger** does not supported in Real-Time flows
221221

222222
## License
223223
Apache-2.0 © [elastic.io GmbH](https://www.elastic.io "elastic.io GmbH")

0 commit comments

Comments
 (0)