Changes between Version 17 and Version 18 of SqliteVersions
- Timestamp:
- Aug 15, 2012, 7:16:13 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SqliteVersions
v17 v18 35 35 the SQLite version mattered a lot. For instance, SQLite added 36 36 features for generating UUIDs, but not until 3.3.13. That meant 37 that generating UUIDs at the database level was out of the question. 37 that generating UUIDs at the database level was out of the question 38 for Vespa. 38 39 39 40 I learned to live without those features (which was fine, really).