sudr / dbdeploy

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

Folders in sql directory should be ignored #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a sub-directory in the directory containing the sql delta scripts
2. Run dbdeploy

What is the expected output? What do you see instead?
DbDebploy fails with a FileNotFoundException (Access is denied) error
because it is trying to open the sub-directory. I think it should quietly
ignore any directories it finds.

What version of the product are you using? On what operating system?
3.0M1
Windows XP

Original issue reported on code.google.com by kevin.st...@gmail.com on 7 Oct 2009 at 2:43

GoogleCodeExporter commented 9 years ago
Agreed.  dbdeploy should ignore subdirectories.

Original comment by gtack...@googlemail.com on 11 Oct 2009 at 4:43

GoogleCodeExporter commented 9 years ago
Fixed in r124

Original comment by gtack...@googlemail.com on 11 Oct 2009 at 6:21