WIP on test integration

This commit is contained in:
Daniel J. Summers 2023-12-25 15:24:23 -05:00
parent b2cfcfdd63
commit 6ce619ac60
2 changed files with 238 additions and 245 deletions

View File

@ -39,12 +39,12 @@ public static class SqliteDb
/// <summary>
/// The table name for the catalog metadata
/// </summary>
public static readonly string Catalog = "sqlite_master";
public const string Catalog = "sqlite_master";
/// <summary>
/// The name of the table used for testing
/// </summary>
public static readonly string TableName = "test_table";
public const string TableName = "test_table";
/// <summary>
/// Create a throwaway database file with the test_table defined

File diff suppressed because it is too large Load Diff