Closed n-st closed 7 years ago
$ /usr/bin/env python3 --version
Python 3.4.3
$ sqlite3 --version
3.8.2 2013-12-06 14:53:30 27392118af4c38c5203a04b8013e1afdb1cebd0d
Support for WITH RECURSIVE
was not added until SQLite 3.8.3. This feature is crucial to the database schema, so backwards compatibility cannot be guaranteed here without refactoring a significant portion of the code into inferior SQL.
The problem of the incomplete database file resulting from this bug will still be tracked as #31 .
Occurs during initial
studip.py sync
on an empty directory:Later
sync
s also fail because the database hasn't been populated correctly: