💾 Archived View for bbs.geminispace.org › u › dimkr › 5441 captured on 2024-08-31 at 13:34:23. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2024-08-18)

🚧 View Differences

-=-=-=-=-=-=-

Comment by 😈 dimkr

Re: "It's the first time I see something like this: a sqlite..."

In: s/programming

@DocEdelgas Yes, they're a bit different. Both queries return the expected results when I use modernc.org/sqlite or the sqlite shell, but unlike the original, the modified query returns zero rows only when I run it with mattn/go-sqlite3.

😈 dimkr [OP]

2023-09-20 · 11 months ago

Original Post

🌒 s/programming

It's the first time I see something like this: a sqlite query that works from the shell, but not from my Go code ([https link]). I switched from mattn/go-sqlite3 to modernc.org/sqlite (different sqlite bindings) and now the query works. If I update mattn/go-sqlite3 to the same sqlite version (to rule out the possibility of a bug fixed in sqlite 3.43.1), the problem stays. More ideas how to isolate the problem?

💬 dimkr · 2 comments · 3 likes · 2023-09-14 · 1 year ago