Time collation tests.

This commit is contained in:
Nuno Cruces
2023-03-10 16:25:07 +00:00
parent f61d430e65
commit 56e8281bdb
7 changed files with 65 additions and 9 deletions

View File

@@ -99,6 +99,8 @@ func (c *Conn) openDB(filename string, flags OpenFlag) (uint32, error) {
return 0, err
}
}
c.call(c.api.timeCollation, uint64(handle))
return handle, nil
}