linxGnu / grocksdb

RocksDB wrapper for Go. Support 9.x, 8.x, 7.x, 6.x, etc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't call the method "CreateColumnFamilyWithTTL", build error _Ctype_int errorr

binyoyo opened this issue · comments

in project,call the method CreateColumnFamilyWithTTL, build error _Ctype_int

image

image

i change the package code param type (C.int to int), and in the project call the method by int param, to fixed the error
image

image

@linxGnu

oh thank you for pointing out. I will update the function signature and let you know

@binyoyo I have just release v1.6.38 which fixes the function signature. PTAL