Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when using new image for Streaming Integrator #1958

Closed
ug205 opened this issue Jun 26, 2023 · 1 comment
Closed

Error when using new image for Streaming Integrator #1958

ug205 opened this issue Jun 26, 2023 · 1 comment

Comments

@ug205
Copy link

ug205 commented Jun 26, 2023

Description

Hi all,

Trying to execute update queries with static value setting using CUD operation is not working in latest U2 (46) worked in older U2 levels

Steps to Reproduce

Create and deploy a siddhi application with following sample query, when SET is given a static value, SiddhiAppCreationException occurs.


from TriggerStream#rdbms:cud("TEST_DB", "UPDATE Employee SET FirstName='Umesha' where FirstName=?", changedName, previousName) 
select numRecords 
insert into  RecordStream;

Affected Component

SI

Version

1.1.0

Environment Details (with versions)

No response

Relevant Log Output

No response

Related Issues

No response

Suggested Labels

No response

@YasasRangika
Copy link

This issue does not affect the master branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants