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

TypeError: expected f64 #112

Open
7flash opened this issue Jan 5, 2024 · 1 comment
Open

TypeError: expected f64 #112

7flash opened this issue Jan 5, 2024 · 1 comment

Comments

@7flash
Copy link

7flash commented Jan 5, 2024

deno --version
deno 1.39.1 (release, aarch64-apple-darwin)
v8 12.0.267.8
typescript 5.3.3

Running example from README https://github.com/asg017/sqlite-vss?tab=readme-ov-file#deno

Warning Implicitly using latest version (v0.1.2) for https://deno.land/x/sqlite_vss/mod.ts
error: Uncaught (in promise) TypeError: expected f64
export const SQLITE_VERSION = readCstr(sqlite3_libversion());
                              ^
    at https://deno.land/x/sqlite3@0.8.0/src/database.ts:101:31
    at eventLoopTick (ext:core/01_core.js:181:11)
7flash added a commit to 7flash/sqlite-vss that referenced this issue Jan 5, 2024
@7flash
Copy link
Author

7flash commented Jan 5, 2024

This error throws in sqlite3@0.8.0 but works in sqlite3@0.10.0

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

No branches or pull requests

1 participant