Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sstalin committed Nov 2, 2023
1 parent e90d379 commit dcba276
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/monetdb-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
strategy:
fail-fast: false
matrix:
node: ['18']
monetdbversion:
- "monetdb/dev-builds:Jan2022"
- "monetdb/dev-builds:Sep2022"
- "monetdb/dev-builds:Jun2023"
- "monetdb/dev-builds:default"
node: ['18']
services:
monetdb:
image: ${{ matrix.monetdbversion }}
Expand Down
2 changes: 2 additions & 0 deletions src/connection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import {
parseMapiUri,
createMapiConfig,
HandShakeOption,
QueryResult,
QueryStream,
} from "./mapi";
import PrepareStatement from "./PrepareStatement";

Expand Down
1 change: 1 addition & 0 deletions src/mapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1012,4 +1012,5 @@ export {
createMapiConfig,
HandShakeOption,
QueryResult,
QueryStream,
};

0 comments on commit dcba276

Please sign in to comment.