Jérôme created Improvement MSQL-82
Issue Type: Improvement Improvement
Affects Versions: 1.5
Assignee: Unassigned
Created: 16/Jul/12 8:29 AM
Description:

When the plugin executes an SQL statement, configure a list of error codes that are ignored. In the "execSQL" method, in the catch (SQLException), get the errorCode, and compare it with a list of codes to ignore. If the code is in the list, just log an INFO.

I want to support SQL files that try to drop an object before creating it. My database (Teradata) doesn't support a "drop ... if exists" or "create ... if not exists". This mechanism only rely on a proprietary language (BTEQ) on the client side, and is not supported by their JDBC driver.

Project: Maven 2.x SQL Plugin
Priority: Minor Minor
Reporter: Jérôme
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
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to