add support for Uuid

This commit is contained in:
Simon Bernier St-Pierre
2019-04-08 14:19:42 -04:00
parent 22614c64bd
commit c42175a424
7 changed files with 78 additions and 3 deletions

View File

@@ -40,6 +40,7 @@ script:
- cargo test --features bundled
- cargo test --features sqlcipher
- cargo test --features i128_blob
- cargo test --features uuid
- cargo test --features "unlock_notify bundled"
- cargo test --features "array bundled csvtab vtab"
- cargo test --features "backup blob chrono csvtab functions hooks limits load_extension serde_json trace url vtab"