Skip to content

Releases: slackhq/hack-sql-fake

Escape quotes when validating json data

13 Feb 16:43
d5f9391
Compare
Choose a tag to compare
unescape quotes when inserting json (#95)

Co-authored-by: Kevin Tabb <ktabb@Kevins-MacBook-Pro.local>

Fixes for IN() queries

09 Feb 17:52
a32bc1d
Compare
Choose a tag to compare
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 <ktabb@Kevins-MacBook-Pro.local>
Co-authored-by: Scott Sandler <ssandler@slack-corp.com>

Add json data type validation

06 Feb 16:20
246d1f9
Compare
Choose a tag to compare
Validate json integrity (#92)

* validate data integrity for json columns

* added comment

---------

Co-authored-by: Kevin Tabb <ktabb@Kevins-MacBook-Pro.local>

Add pcre2 support

04 Oct 21:11
2d2c5bb
Compare
Choose a tag to compare

Minor adjustment to make the regex compatible with pcre2

Add json_contains support

08 Aug 17:37
236abf8
Compare
Choose a tag to compare

Fixes to previous release

Add json_contains support

03 Aug 16:48
806439f
Compare
Choose a tag to compare

Thanks for @ashleymcm for this contribution!

v4.153.0

22 Mar 15:09
9073708
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.128.0...v4.153.0

4.128.0

02 Feb 18:16
be51f53
Compare
Choose a tag to compare

Support and test on HHVM 4.128

Support HHVM 4.121

09 Nov 16:17
6756034
Compare
Choose a tag to compare

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

19 Aug 00:51
bc67d24
Compare
Choose a tag to compare

No functional changes, but fixes tests on 4.102 and adds dictRowsTyped which was added to HHVM.