Added center group deserialization

This commit is contained in:
Mikayla Maki 2022-11-18 14:20:52 -08:00
parent 75d3d46b1b
commit 6530658c3e
14 changed files with 264 additions and 149 deletions

View file

@ -59,7 +59,7 @@ mod tests {
#[test]
fn test_nested_savepoints() -> Result<()> {
let connection = Connection::open_memory("nested_savepoints");
let connection = Connection::open_memory(Some("nested_savepoints"));
connection
.exec(indoc! {"