I have a class with a primary key that is stored in a database. When creating a new instance of the class it can either be fetched from the HSQLDB database ...
Is there any way to test that SQL scripts contain standard SQL with java/junit tests?
Currently we have sql scripts for creating a database etc. in a Postgres db, but when using ...