Merge remote-tracking branch 'jgallagher/master' into vtab

This commit is contained in:
gwenn
2018-06-28 20:54:32 +02:00
2 changed files with 2 additions and 0 deletions

View File

@@ -156,6 +156,7 @@ fn path_to_cstring(p: &Path) -> Result<CString> {
}
/// Name for a database within a SQLite connection.
#[derive(Copy,Clone)]
pub enum DatabaseName<'a> {
/// The main database.
Main,