Hi,

The Mojo team is pleased to announce the release of the SQL Maven Plugin 
version 1.5. 

Use this plugin to execute SQL statements in a combination of strings, a list 
of files and/or a set of files through sqlCommand, srcFiles, and fileset 
configurations respectively.
http://mojo.codehaus.org/sql-maven-plugin/

To get this update, simply specify the version in your project's plugin 
configuration: 

<plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>sql-maven-plugin</artifactId>
        <version>1.5</version>
</plugin>

Release Notes        Bug


[MSQL-51] -         password encryption does not work

[MSQL-63] -         Problem into the SqlSplitter class when i'm using SQL 
statements including simple and double quotes which are not opened and closed 
in the same line.

[MSQL-67] -         SQL comment /*  */ with more than one lines and  containing 
semicolons

[MSQL-68] -         Create procedure with comment /*   ..   */

[MSQL-69] -         High CPU usage of 
org.codehaus.mojo.sql.SqlSplitter.containsSqlEnd

[MSQL-74] -         parsing error with escaped double quotes


        
        Improvement


[MSQL-36] -         Document usage delimiter / delimiterType

[MSQL-70] -         Allow setting enableFiltering from the command line

[MSQL-71] -         Allow setting printResultSet from the command line

[MSQL-73] -         Mark sql-m-p as @threadSafe

[MSQL-75] -         remove duplicate SqlSplitter invocation


    
        New Feature


[MSQL-53] -         Execution order of sql files


                


Enjoy,

The Mojo team.                                    

Reply via email to