-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Raw SQL support #14
Comments
Hi @Toilal, you can execute sql scripts before and after, it helps for your case? |
Currently we have only executeStatementsBefore but I think it would be useful to have scripts execution before tests where statements are separated by ';' inside a .sql script. |
Hi again @Toilal, It should be fixed now, you can use this test as reference. Any problem just come back here, thanks for your feedback so far. PS: its available on central snapshots. |
Would it be possible to add support of raw SQL script datasets ? It seems not to be supported by by DbUnit itself, but could be handy in some cases though.
The text was updated successfully, but these errors were encountered: