You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,8 +122,14 @@ If you are using CEVFS, chances are that you are _not_ currently making use of t
122
122
- Free nodes are not managed which could result in wasted space. Not an issue if the database you create with `cevfs_build()` is intended to be used as a read-only database.
123
123
- VACUUM not yet implemented to recover lost space.
124
124
125
-
## Knows Issues
126
-
1. Does not work yet with SQLite version 3.13.0.
125
+
## Compatible Versions
126
+
127
+
|Version|Combatibility|
128
+
|-|-|
129
+
|3.10.2|Most development was originally on this version|
130
+
|3.11.x|OK|
131
+
|3.12.0 - 3.15.2|CEVFS recently fixed for these versions|
132
+
|3.16.0 and higher|Not compatible yet due to API changes|
127
133
128
134
## Contributing to the project
129
135
If you would like to contribute back to the project, please fork the repo and submit pull requests. For more information, please read this [wiki page](https://github.com/ryanhomer/sqlite3-compression-encryption-vfs/wiki/Developing-in-Xcode)
0 commit comments