Skip to content

0.7.0

Compare
Choose a tag to compare
@tolbertam tolbertam released this 01 Dec 21:00
· 99 commits to master since this release
6bafb81

Minor release bump due to incompatible change for:

  • [#31] - Differentiate between the then affecting the prepared statement and the bound statement

ErrorResult.isignoreOnPrepare has been renamed and moved to Result.isIgnoreOnPrepare. ignore_on_prepare in json now applies to all then results and defaults to true.

Setting ignore_on_prepare to false on a successful result enables delay_in_ms to apply to a PREPARE statement sent from a client, this fixes:

  • [#23] - Timeout not working for priming prepare statement