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

Support CLOB and BLOB #28

Open
Tracked by #600
christophd opened this issue May 30, 2018 · 1 comment
Open
Tracked by #600

Support CLOB and BLOB #28

christophd opened this issue May 30, 2018 · 1 comment
Labels
commissioned An issue whose solution was commissioned by a customer. Prio: Low TO REVIEW Type: Enhancement
Milestone

Comments

@christophd
Copy link
Member

When executing update statements driver throws exception:

java.sql.SQLException: Not supported JDBC prepared statement function 'setClob'"

@christophd christophd added this to the v0.1.5 milestone May 30, 2018
@christophd
Copy link
Member Author

We need to transfer the CLOB data stream to the citrus-db server. Same thing for BLOB data streams. I suggest to load the CLOB stream as String data as a first implementation. The BLOB stream could be transformed into a base64 encoded String for transmission to the server.

@svettwer svettwer modified the milestones: v0.1.5, v2.9.0 Jan 24, 2019
@svettwer svettwer added IN PROGRESS and removed READY labels Mar 7, 2019
@svettwer svettwer changed the title Support CLOB for SQL update Support CLOB and BLOB for SQL update Mar 7, 2019
@svettwer svettwer changed the title Support CLOB and BLOB for SQL update Support CLOB and BLOB Mar 7, 2019
svettwer added a commit to citrusframework/citrus that referenced this issue Mar 7, 2019
svettwer added a commit to citrusframework/citrus that referenced this issue Mar 7, 2019
svettwer added a commit that referenced this issue Mar 11, 2019
svettwer added a commit that referenced this issue Mar 11, 2019
svettwer added a commit that referenced this issue Mar 11, 2019
svettwer added a commit that referenced this issue Mar 22, 2019
svettwer added a commit that referenced this issue Mar 22, 2019
svettwer added a commit that referenced this issue Mar 22, 2019
svettwer added a commit that referenced this issue Apr 12, 2019
svettwer added a commit that referenced this issue Apr 12, 2019
svettwer added a commit that referenced this issue Apr 12, 2019
svettwer added a commit that referenced this issue Apr 12, 2019
svettwer added a commit that referenced this issue Apr 12, 2019
svettwer added a commit that referenced this issue Apr 12, 2019
svettwer added a commit that referenced this issue Apr 12, 2019
svettwer added a commit that referenced this issue Apr 12, 2019
svettwer added a commit to citrusframework/citrus that referenced this issue Apr 12, 2019
svettwer added a commit that referenced this issue Apr 15, 2019
…es without triggering citrus variable substitution
svettwer added a commit to citrusframework/citrus that referenced this issue Apr 15, 2019
…o be able to compare values without triggering citrus variable substitution
svettwer added a commit that referenced this issue Apr 17, 2019
svettwer added a commit that referenced this issue Apr 17, 2019
svettwer added a commit that referenced this issue Apr 17, 2019
svettwer added a commit that referenced this issue Apr 17, 2019
svettwer added a commit to citrusframework/citrus that referenced this issue Apr 17, 2019
@svettwer svettwer added the commissioned An issue whose solution was commissioned by a customer. label Aug 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
commissioned An issue whose solution was commissioned by a customer. Prio: Low TO REVIEW Type: Enhancement
Projects
None yet
Development

No branches or pull requests

2 participants