-
Notifications
You must be signed in to change notification settings - Fork 2
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
Labels
commissioned
An issue whose solution was commissioned by a customer.
Prio: Low
TO REVIEW
Type: Enhancement
Milestone
Comments
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. |
4 tasks
svettwer
changed the title
Support CLOB for SQL update
Support CLOB and BLOB for SQL update
Mar 7, 2019
svettwer
added a commit
to citrusframework/citrus
that referenced
this issue
Mar 7, 2019
…rors + some cleanup
svettwer
added a commit
to citrusframework/citrus
that referenced
this issue
Mar 7, 2019
svettwer
added a commit
that referenced
this issue
Mar 8, 2019
svettwer
added a commit
that referenced
this issue
Mar 8, 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 11, 2019
svettwer
added a commit
that referenced
this issue
Mar 11, 2019
svettwer
added a commit
that referenced
this issue
Mar 12, 2019
svettwer
added a commit
that referenced
this issue
Mar 12, 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
Mar 22, 2019
svettwer
added a commit
that referenced
this issue
Apr 11, 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
that referenced
this issue
Apr 15, 2019
svettwer
added a commit
that referenced
this issue
Apr 15, 2019
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
to citrusframework/citrus
that referenced
this issue
Apr 17, 2019
This was referenced Apr 17, 2019
svettwer
added a commit
that referenced
this issue
Jun 13, 2019
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
When executing update statements driver throws exception:
java.sql.SQLException: Not supported JDBC prepared statement function 'setClob'"
The text was updated successfully, but these errors were encountered: