thaliproject / thali

Our root repository for all of our projects
MIT License
86 stars 13 forks source link

Destroy doesn't seem to work with PouchDB using SQLite #147

Closed yaronyg closed 9 years ago

yaronyg commented 9 years ago

We may or may not care depending on our desire to stick with SQLite vs LevelDB. But we need to investigate this to confirm. This showed up when I was running the PouchDB perf tests using SQLite and I got errors whenever we tried to destroy the DB.

yaronyg commented 9 years ago

Confirmed. https://github.com/calvinmetcalf/SQLdown/issues/11 And yes I wrote my own two lines of test code to re-confirm on the latest bits. :( But we are just going to live with it for now assuming we will get over to LevelDB very soon.