Mike Matrigali created DERBY-6232:
-------------------------------------
Summary: enhance ParameterMappingTest for setObject to test more
than just insert
Key: DERBY-6232
URL: https://issues.apache.org/jira/browse/DERBY-6232
Project: Derby
Issue Type: Improvement
Components: Test
Affects Versions: 10.11.0.0
Reporter: Mike Matrigali
The main loop of ParameterMappingTest only checks setting a parameter into an
insert
statement, and I think only executing it once.
Issues like DERBY-6214 show that we should expand this testing to other
statments like update, and
make sure update, delete, and select are tested against both 1 row and multiple
rows. The issue in
DERBY-6214 shows problems with datatypes with underlying implementations that
are stream based,
and execution requires multiple access to the datatype. client/server and
embedded also differ in
handling of some of the types where a string may be converted to a stream over
the wire and then act differently than the embedded case.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira