-- Leo's gemini proxy

-- Connecting to bbs.geminispace.org:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini; charset=utf-8

Comment by 馃敪 DocEdelgas


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

In: s/programming


I haven't looked very far yet, but it seems to me that both sqlite queries are not completely identical. Just to make sure, did you try the modified query for the mattn/go-sqlite3 implementation?


馃敪 DocEdelgas

2023-09-19 路 8 months ago


1 Later Comment


馃槇 dimkr [OP] 路 2023-09-20 at 12:14:

@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.


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 路 9 months ago

-- Response ended

-- Page fetched on Sun Jun 2 09:46:00 2024