vlcn-io / cr-sqlite

Convergent, Replicated SQLite. Multi-writer and CRDT support for SQLite
https://vlcn.io
MIT License
2.61k stars 69 forks source link

fix db version signature #368

Closed tantaman closed 9 months ago

tantaman commented 9 months ago

I typoed this when porting to Rust. Should be sqlite_int64 in rust.h not int

This typo fatals the WASM builds