Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump to 0.8.1 #11

Merged
merged 2 commits into from
Jul 12, 2023
Merged

Bump to 0.8.1 #11

merged 2 commits into from
Jul 12, 2023

Conversation

archiewood
Copy link
Contributor

Test output

~/Projects/duckdb-async$ npm run test
Debugger attached.

> duckdb-async@0.8.1 test
> jest --config jest.config.json --no-cache

Debugger attached.
 PASS  test/basic.test.ts
  ✓ t0 - basic database create (27 ms)
  Async API points
    ✓ Database.create -- read only flag (3 ms)
    ✓ Database.all -- basic query (3 ms)
    ✓ Database.all -- erroneous query (12 ms)
    ✓ Database.exec -- multiple statements (and verify results) (3 ms)
    ✓ basic connect and Connection.all (1 ms)
    ✓ basic statement prepare/run/finalize
    ✓ Statement.all
    ✓ prepareSync (1 ms)
    ✓ ternary int udf (1 ms)
    ✓ basic stream test (2 ms)
    ✓ arrowIPCAll (20 ms)
    ✓ Database.close (3 ms)

Test Suites: 1 passed, 1 total
Tests:       13 passed, 13 total
Snapshots:   0 total
Time:        1.018 s
Ran all test suites.

Copy link
Contributor

@antonycourtney antonycourtney left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @archiewood ! 🙂

@antonycourtney antonycourtney merged commit 868886e into motherduckdb:main Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants