v3 RC1 #1
|
@ -39,12 +39,12 @@ public static class SqliteDb
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The table name for the catalog metadata
|
/// The table name for the catalog metadata
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static readonly string Catalog = "sqlite_master";
|
public const string Catalog = "sqlite_master";
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The name of the table used for testing
|
/// The name of the table used for testing
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static readonly string TableName = "test_table";
|
public const string TableName = "test_table";
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Create a throwaway database file with the test_table defined
|
/// Create a throwaway database file with the test_table defined
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user