alexander-87 / dbdeploy

Automatically exported from code.google.com/p/dbdeploy
0 stars 0 forks source link

Standard comments style doesn't work for mysql #70

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create an sql script with standard comments like following ..

--//
sql
--//@UNDO
sql

2. run maven goal dbdeploy:update

What is the expected output?
Should execute the script.

What do you see instead?
Error messages. Error at the comment characters.

What version of the product are you using? On what operating system?
3.0M3, Os X Lion.

Original issue reported on code.google.com by hard.me...@gmail.com on 20 Apr 2012 at 3:09