Details
-
New Feature
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.0
-
None
-
None
-
Windows XP, Oracle 10g, JDK 1.4
Description
Hi,
This is my first time come here, our project is using this tool as core. This is a great tools, so I hope there is a new features to be add on.
Truncate the table data
I have read all the api, but can not found any soluation for delete all the data in the table, I try use database.query() with a truncate table sql, but it return an exception, "Could not read the metadata of the result set", and ORA-01003 error.
And in my project, there is a requirement to deal with the check constraint, but ver 1.0 seems doesn't support it. I saw it supported in ver 1.2 in jira, but it is not released yet.
So I hope the new version will be released soon.