Problem with autocommit in ANT SQL task
- by Alex Stamper
I have an SQL script and want to apply it witn ANT task.
This script clears out schema, creates new tables and views.
The ANT defined task as follows:
<sql driver="com.mysql.jdbc.Driver"
url="jdbc:mysql://host:3306/smth"
userid="smth"
password="smth"
expandProperties="false"
autocommit="true" …