Releases: slackhq/hack-sql-fake
Releases · slackhq/hack-sql-fake
Escape quotes when validating json data
unescape quotes when inserting json (#95) Co-authored-by: Kevin Tabb <[email protected]>
Fixes for IN() queries
Remove change that was breaking webapp unit tests (#93) * validate data integrity for json columns * added comment * remove line that was breaking a bunch of unit tests in webapp, add check for strictSQLMode before validating json column data * use ubuntu 20.04 (#94) * use ubuntu 20.04 * fix linter * remove check for sql strict mode before validating json data --------- Co-authored-by: Kevin Tabb <[email protected]> Co-authored-by: Scott Sandler <[email protected]>
Add json data type validation
Validate json integrity (#92) * validate data integrity for json columns * added comment --------- Co-authored-by: Kevin Tabb <[email protected]>
Add pcre2 support
Minor adjustment to make the regex compatible with pcre2
Add json_contains support
Fixes to previous release
Add json_contains support
Thanks for @ashleymcm for this contribution!
v4.153.0
What's Changed
- Enable primary vindex column validator by @alexandresen in #81
- test on 4.150 and compatibility updates by @ssandler in #82
- move hhast to require-dev and relax requirements by @ssandler in #83
New Contributors
- @alexandresen made their first contribution in #81
Full Changelog: 4.128.0...v4.153.0
4.128.0
Support HHVM 4.121
Includes a few fixes, with better comments in preparation for HHVM 4.133.
This doesn't include explicit loose equality checks, which will come in a future release.
Support HHVM 4.102
No functional changes, but fixes tests on 4.102 and adds dictRowsTyped
which was added to HHVM.