Skip to content

Commit

Permalink
Make changes after review by @mtxr
Browse files Browse the repository at this point in the history
  • Loading branch information
gjsjohnmurray committed Sep 7, 2022
1 parent aaca5c2 commit d2eb00c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions packages/driver.sqlite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@
"dev:fw": "chokidar \"src/**/*\" \"*.json\" --initial --silent -c \"yarn run watch\"",
"ts": "tsc -p ."
},
"dependencies": {
"sqlite3": "^5.0.11"
},
"devDependencies": {
"@sqltools/base-driver": "latest",
"@types/sqlite3": "^3.1.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/driver.sqlite/src/ls/driver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { parse as queryParse } from '@sqltools/util/query';
import generateId from '@sqltools/util/internal-id';
import keywordsCompletion from './keywords';

const SQLite3Version = '5.0.10';
const SQLite3Version = '5.0.11';

export default class SQLite extends AbstractDriver<SQLiteLib.Database, any> implements IConnectionDriver {

Expand Down

0 comments on commit d2eb00c

Please sign in to comment.