Tamás Gulácsi

Results 146 comments of Tamás Gulácsi

rardecode documentation says "NewReader only supports single volume archives. Multi-volume archives must use OpenReader. " Rar.Extract *may* use OpenReader iff `sourceArchive.(interface {Name()string})` with that Name(), and that file exists, but...

Hi, just for heads up: I've noticed your request, but just don't have any free time these days. I'll try to create an example, as soon as possible.

I've added clob insertion test - see godrv/table_test.go insertClob function. Sorry, but the shorter version (`insert into ... () values() returning F_clob INTO :1`) doesn't work for now - didn't...

I think you're right, the default connection method is through TCP, thus each connection implies an OS thread (with at least 8kb memory), thus too much of them means a...

No, your first report was about setRowCount, this latter is at getBindInfo. But both are at malloc.goc. Which version of go do you use? The latest stable is 1.2.1, and...

I'm just shooting blindly, as I cannot reproduce this issue (no TimesTen here), but what about runtime.LockOSThread() ? Another blind shot could be trying github.com/tgulacsi/gocilib - that's C code is...

Ok, I've added some tests to the refactored isBogusDataIP.

Calling `newIndexIterator` with `util.Range` that have `Start > Limit` is clearly the programmer's error, so panicing is absolutely legal. Can this panic invoked using only the exported API of goleveldb?

It will be. I hope soon (2020Q1) - I'm just waiting for the heralded new features from Oracle (@cjbj).

I went back to proto-gen-go, and read & implemented the Protocol Buffers Style Guide (CamelCase for message and service names, snake_case for field names), and now letmegrpc starts flawlessly, it's...