Issue #133: Updating version of sqlite3 to the latest version (4.0.6).
Also, fixed 2 errors with the mocha tests:
1) Google sheets csv file that the code is looking for that no longer exists. Added a new google sheets csv file for the test to use.
2) In test to detect invalid JSON, the way it was parsing out the error was no longer working due to a change in the error message format. Fixed the pattern that it was looking for to match the new error message format.
Issue #133: Updating version of sqlite3 to the latest version (4.0.6). Also, fixed 2 errors with the mocha tests: 1) Google sheets csv file that the code is looking for that no longer exists. Added a new google sheets csv file for the test to use. 2) In test to detect invalid JSON, the way it was parsing out the error was no longer working due to a change in the error message format. Fixed the pattern that it was looking for to match the new error message format.