tejorupan
tejorupan
Gorilla RPC does not have any provision to support streaming. Use-case (1) is retrieving 1000s of records of data from a database using SQL, in a loop. We may not...
For compiling sqlite-3.8.7.2, in the file: lib/codec.c replace sqlite3Error(...) function call with sqlite3ErrorWithMsg(...). Compilation goes successfully with the above changes. However, when I do "go test" it fails, for TestTail...
When I run "go test" on this package it failed, with the following: ============================================ failure: 1 === RUN TestTail --- FAIL: TestTail (0.00s) sqlite3_test.go:703: 711: s.Tail is a pointer into...