I have a program that creats a sqlite file, deletes it, and recreates the file once in a while.
Somehow, when I rerun queries in notebook against a db file that has changed, the results stay the same.
It seems that the results are cached somewhere, I don't understand how the query can be rerun if the file was deleted and recreated.
I have a program that creats a sqlite file, deletes it, and recreates the file once in a while.
Somehow, when I rerun queries in notebook against a db file that has changed, the results stay the same.
It seems that the results are cached somewhere, I don't understand how the query can be rerun if the file was deleted and recreated.