Skip to content

Commit de5e862

Browse files
authored
fix: explicitly load DuckDB icu extension (#175)
Could help with #174 but not sure, since I can't reproduce.
1 parent 70d4b01 commit de5e862

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/hooks/stac-value.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export default function useStacValue({
3333
(async () => {
3434
const connection = await db.connect();
3535
await connection.query("LOAD spatial;");
36+
await connection.query("LOAD icu;");
3637
try {
3738
new URL(href);
3839
} catch {

0 commit comments

Comments
 (0)