[
https://issues.apache.org/jira/browse/DERBY-4318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12733997#action_12733997
]
Eranda Sooriyabandara commented on DERBY-4318:
----------------------------------------------
Hi Bryan,
In the code I face with a problem with the code,
st.executeUpdate(
" insert into t values (0, 100, 'hello', 'everyone "
+ "is here', 200.0e0,"
+ " 300.0e0, '1992-01-01', '12:30:30', "
+ "'xxxxxxFILTERED-TIMESTAMPxxxxx')");
and I replace with the code,
st.executeUpdate(
" insert into t values (0, 100, 'hello', 'everyone "
+ "is here', 200.0e0,"
+ " 300.0e0, '1992-01-01','12:30:30',"+
"'"+Timestamp.valueOf("1992-01-01 12:30:30")+"')");
And I got the results fine.
> convert inbetween.sql to JUNIT
> ------------------------------
>
> Key: DERBY-4318
> URL: https://issues.apache.org/jira/browse/DERBY-4318
> Project: Derby
> Issue Type: Improvement
> Components: Test
> Reporter: Eranda Sooriyabandara
> Assignee: Eranda Sooriyabandara
> Priority: Minor
>
> conversion of inbetween.sql to JUNIT
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.