gatling-jdbc-plugin icon indicating copy to clipboard operation
gatling-jdbc-plugin copied to clipboard

Simple gatling plugin for JDBC

Results 8 gatling-jdbc-plugin issues
Sort by recently updated
recently updated
newest added

## About this PR 📦 Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from `3.7.3` to `3.7.12` 📜 [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.7.12) - [Version Diff](https://github.com/scalameta/scalafmt/compare/v3.7.3...v3.7.12) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...

## About this PR 📦 Updates [org.scala-sbt:sbt](https://github.com/sbt/sbt) from `1.8.3` to `1.9.3` 📜 [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.9.3) - [Version Diff](https://github.com/sbt/sbt/compare/v1.8.3...v1.9.3) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...

## About this PR 📦 Updates [com.h2database:h2](https://github.com/h2database/h2database) from `2.1.214` to `2.2.220` ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change...

## About this PR 📦 Updates [org.scala-lang:scala-library](https://github.com/scala/scala) from `2.13.10` to `2.13.11` 📜 [GitHub Release Notes](https://github.com/scala/scala/releases/tag/v2.13.11) - [Version Diff](https://github.com/scala/scala/compare/v2.13.10...v2.13.11) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...

## About this PR 📦 Updates [io.gatling:gatling-sbt](https://github.com/gatling/gatling-sbt-plugin) from `4.3.2` to `4.3.3` 📜 [GitHub Release Notes](https://github.com/gatling/gatling-sbt-plugin/releases/tag/v4.3.3) - [Version Diff](https://github.com/gatling/gatling-sbt-plugin/compare/v4.3.2...v4.3.3) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...

## About this PR 📦 Updates [org.scoverage:sbt-scoverage](https://github.com/scoverage/sbt-scoverage) from `2.0.7` to `2.0.8` 📜 [GitHub Release Notes](https://github.com/scoverage/sbt-scoverage/releases/tag/v2.0.8) - [Version Diff](https://github.com/scoverage/sbt-scoverage/compare/v2.0.7...v2.0.8) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...

jdbc("test") .query("select * from #{tbl}") .check(simpleCheck(simpleCheckType.NonEmpty)); should work.

[The existing examples](https://github.com/Tinkoff/gatling-jdbc-plugin/blob/master/src/test/java/ru/tinkoff/load/jdbc/test/cases/JdbcActions.java#L66) for `check()` are very basic, only utilizing `simpleCheck()`. Is there support for more advanced checks to actually inspect result rows and columns? When results are saved into...