The structure of the data stored on the file-system can change with every version. Currently every structure-change can (and in most cases will) make the already stored files incompatible.
The structure of the stored files should be versioned, every version should be readable (by the latest phpsql-version) and migrations to higher versions should be possible.
The structure of the data stored on the file-system can change with every version. Currently every structure-change can (and in most cases will) make the already stored files incompatible.
The structure of the stored files should be versioned, every version should be readable (by the latest phpsql-version) and migrations to higher versions should be possible.