...lang.UDTTest fails on phoneME w/ "An attempt was made to get a data value of
type 'java.lang.Object' from a data value of type 'DECIMAL'"
--------------------------------------------------------------------------------------------------------------------------------------------
Key: DERBY-4454
URL: https://issues.apache.org/jira/browse/DERBY-4454
Project: Derby
Issue Type: Bug
Affects Versions: 10.6.0.0
Environment: JVM:
Product: phoneME Advanced (phoneme_advanced_mr2-b116)
Profile: Foundation Profile Specification 1.1
JVM: CVM phoneme_advanced_mr2-b116 (interpreter loop)
Reporter: Ole Solberg
Priority: Minor
Seen since svn rev. 885114 2009-11-28 18:01:28 MET. Related to svn rev.
r884970 / DERBY-651 ?
See e.g.
http://dbtg.foundry.sun.com/derby/test/Daily/javaME/testing/testlog/ubuntu/885114-suitesAll_diff.txt
Failing stmt.:
goodStatement
( conn,
"insert into orders( customerID, totalPrice ) values\n" +
"( 12345, makePrice( 'USD', cast( 9.99 as decimal( 31, 5 ) ),
timestamp('2009-10-16 14:24:43') ) )\n" );
in UDTTest.test_02_basicColumnRetvalParam()
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.