mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-26 09:16:22 +02:00
is it q?? trying to fix windows i64 stuff
This commit is contained in:
parent
2eafd843d7
commit
37b4c2e9dc
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ def _f32(list):
|
|||
|
||||
|
||||
def _i64(list):
|
||||
return struct.pack("%sl" % len(list), *list)
|
||||
return struct.pack("%sq" % len(list), *list)
|
||||
|
||||
|
||||
def _int8(list):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue