SQLToJUnit improvements
-----------------------
Key: DERBY-3699
URL: https://issues.apache.org/jira/browse/DERBY-3699
Project: Derby
Issue Type: Improvement
Components: Test
Affects Versions: 10.5.0.0
Reporter: Kathey Marsden
Priority: Minor
In converting predicatePushdown.sql there were a few potential
improvements/bugs that came up in the SQLToJUnit tool.
-- Does not preserve formatting of multi line sql statements making sql harder
to read.
-- Does not insert line breaks after single line comments causing problems with
optimizer directives.
- Chokes on Runtime Statistics. We can't automate the parsing but perhaps calls
to runtime statistics can be replaced with calls to
SQLUtilities.getRuntimeStatisticsParser(st);
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.