You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/SQLite.Net/SQLiteConnection.cs
+16-4Lines changed: 16 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -110,9 +110,9 @@ public virtual SQLiteConnection Clone()
110
110
/// <param name="extraTypeMappings">Any extra type mappings that you wish to use for overriding the default for creating column definitions for SQLite DDL in the class Orm (snake in Swedish).</param>
111
111
/// <param name="resolver">A contract resovler for resolving interfaces to concreate types during object creation</param>
112
112
/// <param name="encryptionKey">When using SQL CIPHER, automatically sets the key (you won't need to override Clone() in this case)</param>
113
-
/// <param name="configOption">Mode in which to open the db</param>
113
+
/// <param name="configOption">Mode in which to open the db. Default to Serialized</param>
0 commit comments