pybids icon indicating copy to clipboard operation
pybids copied to clipboard

ENH: Add warning when loading old db

Open adelavega opened this issue 3 years ago • 1 comments

To address loading incompatible saved dbs from previous various we could:

  • Throw a warning when loading a db from a previous pybids version
  • Catch SQL exceptions and suggest version incompatibilities as a potential reason for the error

Other ideas?

adelavega avatar Jul 26 '21 20:07 adelavega

I would suggest that we add a database version, rather than the PyBIDS version. Call what we've had up to now version 1, move to an explicit version 2.

effigies avatar Jul 26 '21 21:07 effigies