George Dunlap

Results 26 comments of George Dunlap

For `syscall.Errno`, it seems like having an `Unwrap()` method which would return that value if present would be better. That way any code that relied on unwrapping would work, even...

If you give me some guidance, I could write a test case for adding a Cgo callback. It seems like it might be easier to manage in its own file;...

@rittneje Ah yes, I remember that now. Well, I think making a new package is a bit beyond my enthusiasm at the moment. :-) I'm not sure it will make...

@rittneje OK, I've finally gotten around to taking your advice regarding the testing. Hopefully this gets a green check for coverage from Travis.

OK, v4 to fix the build in Golang 1.9, which doesn't have `sql.OpenDB()`

@mattn Any update on this PR? It's a pretty self-contained change, which I've been using for several months now. It's had some really good input from @rittneje, and has testing...

@mattn @rittneje Any more comments? This has a pretty massive impact on my query, which makes heavy use of a custom function. Below are microbenchmark results; `C-12` is the direct...

@rittneje Hey, it's been like 2 and a half years now, and I'm still rebasing my one little patch. What needs to be done to get this merged? 😁

(Alternately, if you think the Golang callback could be sped up significantly, I could post the function and my simple benchmarking code; but my impression was that there was no...

Thanks for the quick response! The existence of `sqlite3ext.h` seems to imply that they're actually working to keep A*B*I compatibility, and not just A*P*I compatibility across versions; so it seems...