Releases: siddhi-io/siddhi-store-rdbms
Releases · siddhi-io/siddhi-store-rdbms
Siddhi Store RDBMS 6.0.4 Release
This Release is compatible with Siddhi 5.x.x
Overview
Siddhi Store RDBMS 6.0.4 release contains various bug fixes related to data insertion, parameter annotations and Siddhi dependency upgrade.
Features & Improvements
- Documentation updates related to primary key declarations (#197)
Bug Fixes
- Fix error when more than one condition is used with contains (#198 )
- Remove invalid query validations (#197)
- Fix
update or insert
operation in InMemoryTable for EventChunks. (#196) - Fix for intermittent test case failures. (#191)
- Fix for issues related to datasource connection handling (#188)
Complete Changes
Please find the complete changes here
Download
Download the release from here
Siddhi Store RDBMS 4.0.53 Release
This Release is compatible with Siddhi 4.3.x
Overview
Siddhi Store RDBMS 4.0.53 release contains an improvement to the store definition.
Features & Improvements
- Add support to provide tableCheckQuery from store definition. This helps to support stores backed by database views (#186)
Complete Changes
Please find the complete changes here
Siddhi Store RDBMS 6.0.3 Release
This Release is compatible with Siddhi 5.x.x
Overview
Siddhi Store RDBMS 6.0.3 release contains various bug fixes related to Siddhi store joins.
Features & Improvements
- Add support to provide tableCheckQuery from store definition. This helps to support stores backed by database views (#184)
Bug Fixes
str:contains()
function not working through query (#179)having
clause columns prefixed with the table name (#179)- Incorrect resolving of params when there are more than 2 stream variables in the select clause (#179)
Complete Changes
Please find the complete changes here