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]>