Skip to content

Commit ad95960

Browse files
committed
Update SQLite.cs
1 parent e8a24a8 commit ad95960

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SQLite.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ public static NotNullConstraintViolationException New (SQLiteException exception
114114
public enum SQLiteOpenFlags
115115
{
116116
ReadOnly = 1, ReadWrite = 2, Create = 4,
117+
Uri = 0x40, Memory = 0x80,
117118
NoMutex = 0x8000, FullMutex = 0x10000,
118119
SharedCache = 0x20000, PrivateCache = 0x40000,
119120
ProtectionComplete = 0x00100000,

0 commit comments

Comments
 (0)