penberg / limbo

Limbo is a work-in-progress, in-process OLTP database management system, compatible with SQLite.
MIT License
896 stars 49 forks source link

Fix primary key handling in BTreeTable #97

Closed haaawk closed 1 month ago

haaawk commented 1 month ago

Fixes #96

penberg commented 1 month ago

Thanks @haaawk! It's good to also add tests to testing/all.test because it allows easy way to verify that the behavior matches SQLite.