Hello.
I summarized problems that I encountered through DERBY-1610 in the
comment just before.
I will DERBY-1610.wait() for your response.
Please DERBY-1610.notify() to wake up me.
// It's midnight now in Japan :)
Best regards.
Tomohito Nakayama (JIRA) wrote:
[ http://issues.apache.org/jira/browse/DERBY-1610?page=comments#action_12436568 ]
Tomohito Nakayama commented on DERBY-1610:
------------------------------------------
As I could understand .....
Now, we have two inconsistency.
1: Inconsistency in a result of jdbcapi/parameterMapping.java at engine.
The result of setNull(java.sql.Types.TIME) for TIMESTAMP typed variable is regarded as error.
However, the result of setTime(null) for TIMESTAMP typed variable is not regarded as error .
http://issues.apache.org/jira/browse/DERBY-1610#action_12436554
2: Inconsistency between results of jdbcpai/parameterMapping.java at engine and
derbynet/csPrepStmt.java.
Former regards it as error to execute setNull(VARCHAR FOR BIT DATA) for
column typed in DATE.
Though latter regards it as expected.
Resolve difference of type compatibility between Embedded and
NetworkServer/NetworkDriver
-----------------------------------------------------------------------------------------
Key: DERBY-1610
URL: http://issues.apache.org/jira/browse/DERBY-1610
Project: Derby
Issue Type: Bug
Components: Network Server, Network Client
Reporter: Tomohito Nakayama
Assigned To: Tomohito Nakayama
Attachments: DERBY-1610.diff, DERBY-1610_2.diff, DERBY-1610_3.diff,
DERBY-1610_4.diff, DERBY-1610_5.diff, parameterMapping.diff,
parameterMapping.diff,
parameterMapping.diff.betweenEmbedded_and_NetworkServerNetworkClient,
parameterMapping_3.diff, TestNullChar.java, TestTypeCompatibility.java,
XCL12.diff
There exists difference of type compatibility between Embedded and
NetworkServer/NetworkClient.
This issue tries to resolve it.
--
/*
Tomohito Nakayama
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
Naka
http://www5.ocn.ne.jp/~tomohito/TopPage.html
*/