probcomp / bayeslite

BayesDB on SQLite. A Bayesian database table for querying the probable implications of data as easily as SQL databases query the data itself.
http://probcomp.csail.mit.edu/software/bayesdb
Apache License 2.0
922 stars 64 forks source link

Loom Backend: Fix off-by-one rowid mapping, SQLITE rowids typically start from one. #609

Closed fsaad closed 6 years ago

fsaad commented 6 years ago

This was already fixed in a previous commit.