v3 RC1 #1

Merged
danieljsummers merged 25 commits from merge-projects into main 2024-01-06 20:51:49 +00:00
2 changed files with 238 additions and 245 deletions
Showing only changes of commit 6ce619ac60 - Show all commits

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