Marreck
Marreck
I just removed the line, which had no impact on how I use this package. But am switching to another serializing package to make sure no problems will arise.
Maybe you can just create the index by running the following after you have created the table? ``` _connection.Query("CREATE INDEX tablename_idx ON tablename (columnname)"); ```
I am having the same issue on 1.4 and not 1.3.8. This is with a 100GB database file with a few key-value pairs having very large values (probably in the...
> [@andreyvit](https://github.com/andreyvit) do you get chance to work on this issue? If not, I will try to deliver a PR next week Unfortunately not. For now I just reverted back...
Having the same issue. Downgrading to 1.24 worked for me though.