mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-26 09:16:22 +02:00
win: .exe, update error name
This commit is contained in:
parent
3c1fb0ad86
commit
78717dda4d
2 changed files with 2 additions and 2 deletions
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
|
|
@ -66,7 +66,7 @@ jobs:
|
||||||
- run: mkdir dist
|
- run: mkdir dist
|
||||||
- run: cl.exe /fPIC -shared /W4 /Ivendor/ /O2 /LD sqlite-vec.c -o dist/vec0.dll
|
- run: cl.exe /fPIC -shared /W4 /Ivendor/ /O2 /LD sqlite-vec.c -o dist/vec0.dll
|
||||||
- run: uv sync --directory tests
|
- run: uv sync --directory tests
|
||||||
- run: make test-loadable python=./tests/.venv/bin/python
|
- run: make test-loadable python=./tests/.venv/bin/python.exe
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: sqlite-vec-windows-x86_64-extension
|
name: sqlite-vec-windows-x86_64-extension
|
||||||
|
|
|
||||||
|
|
@ -148,7 +148,7 @@
|
||||||
# ---
|
# ---
|
||||||
# name: test_types[1. raises type error]
|
# name: test_types[1. raises type error]
|
||||||
dict({
|
dict({
|
||||||
'error': 'OperationalError',
|
'error': 'DatabaseError',
|
||||||
'message': 'Parition key type mismatch: The partition key column p1 has type INTEGER, but TEXT was provided.',
|
'message': 'Parition key type mismatch: The partition key column p1 has type INTEGER, but TEXT was provided.',
|
||||||
})
|
})
|
||||||
# ---
|
# ---
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue