Re-use the bulk-import mechanism to support the TRUNCATE command
----------------------------------------------------------------
Key: DERBY-4801
URL: https://issues.apache.org/jira/browse/DERBY-4801
Project: Derby
Issue Type: Improvement
Components: SQL
Reporter: Rick Hillegas
Re-using the bulk-import code to support TRUNCATE will increase our confidence
in TRUNCATE. In addition, the bulk-import code will allow TRUNCATE to succeed
in the following edge case, which currently raises an exception:
o The truncated table is referenced by a foreign key
o But there are no rows in the referencing table
See the discussion on the related DERBY-268 issue.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.