radicle/node/db: Directly represent SQLite pragmas
modified crates/radicle-node/src/runtime.rs
@@ -177,7 +177,7 @@ impl Runtime {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle/src/node/db.rs
@@ -49,17 +49,22 @@ pub enum Error {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| - | |
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -117,14 +122,8 @@ impl Database {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle/src/profile.rs
@@ -253,7 +253,7 @@ impl Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|