0xrawsec / sod

Go Simple Object Database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Index corruption error missing

qjerome opened this issue · comments

Bug that does not return ErrIndexCorrupted under some circumstances:

  1. schema got deleted (on-disk)
  2. sod.Create is used to create a new Schema

Expected: sod.Create should return ErrIndexCorrupted error