-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sql lite schema migration #24
Comments
Hi @khoroshevskyi, sorry i overlooked at the schema migrations! Published a new version, to test install: pip install pybiocfilecache==0.5.2-dev1 Can you try this and let me know if you run into any issues? Thanks. |
Thank you @jkanche Unfortunately, I faced with another issue:
And because of this, I have few questions related to versioning, that I would like just clarify for myself. Background:In previous releases, the database version was 0.99.4, which is the most recent version supported by the current R BiocFileCache package. You can find the supported versions listed in the biocFlieCahe utils The same version was in 0.4.1 In version 0.5.1, there was introduced tags column, and unfortunately, I can't find this column in R package. Questions:
In our package, we are aiming to make caching compatible between R and Python. Since I am not deeply familiar with the R BiocFileCache, I wanted to clarify these points. I am happy to help if needed. |
actually never mind, i'm going to drop some of the newer fields to maintain consistency with the R cache and spin off a separate package for the usecases in the recent changes. |
After the new release (0.5.0), I noticed that you updated the SQL table schema. This introduces a problem: the previous SQL files with cached data no longer work, causing all packages dependent on pyBiocFileCache to crash in case if they are using already existed cache file.
Do you have any SQL schema migration scripts or an easy way to handle this without losing data?
The text was updated successfully, but these errors were encountered: