timob

Results 6 issues of timob

Need to make the JVM and Golang runtime work nicely together, when Go panics happen.

See https://github.com/timob/jnigi/pull/62#issuecomment-1242789704 Right now we convert return int values but not int32. I think we should probably do int -> Int , int32 -> Int and int

Currently we cache class IDs (uintptr) so they don't need to be found using the findClass JNI function. But not method IDs which we call getMethodID for in each CallMethod....

I see this repo has quite a few forks, most of these have changed the name of the module to their respective names on github. Currently it's tekao.net/jnigi which is...

create table gotest (x varchar(255)); insert into gotest values (''); Selecting from this in GoMySQL gets you a nil value instead of an empty string.