Releases: sds/db-query-matchers
Releases · sds/db-query-matchers
v0.4.1
- Fix wrong error messages for nested block expectations (patch by @severinraez)
v0.4.0
- Support passing a range to the count: option, by calling the case equality operator on the argument.
v0.3.1
Changes in this release:
- Add
matching
option that allows you to target certain queries.
v0.3.0
- Restore RSpec 2 support.
- Add manipulative option to match CREATE, UPDATE and DELETE FROM queries.
- Add .projections.json configuration file.
v0.2.2
Added ignores
configuration option to exclude certain queries from being counted.