We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
jdbc("test") .query("select * from #{tbl}") .check(simpleCheck(simpleCheckType.NonEmpty));
should work.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
jdbc("test")
.query("select * from #{tbl}")
.check(simpleCheck(simpleCheckType.NonEmpty));
should work.
The text was updated successfully, but these errors were encountered: