Skip to content

Fixes for IN() queries

Compare
Choose a tag to compare
@ssandler ssandler released this 09 Feb 17:52
· 28 commits to main since this release
a32bc1d
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]>