File tree Expand file tree Collapse file tree 2 files changed +1
-21
lines changed Expand file tree Collapse file tree 2 files changed +1
-21
lines changed Original file line number Diff line number Diff line change 4
4
<Copyright >Copyright 2014-2025 SourceGear, LLC</Copyright >
5
5
<Company >SourceGear</Company >
6
6
<Authors >Eric Sink</Authors >
7
- <Version >3.0.0-pre20250710115030 </Version >
7
+ <Version >3.0.0-pre20250710115751 </Version >
8
8
<AssemblyVersion >3.0.0.2747</AssemblyVersion >
9
9
<FileVersion >3.0.0.2747</FileVersion >
10
10
<Description >SQLitePCLRaw is a Portable Class Library (PCL) for low-level (raw) access to SQLite</Description >
Original file line number Diff line number Diff line change @@ -99,26 +99,6 @@ public static void Init()
99
99
SQLitePCL . raw . SetProvider ( new SQLitePCL . SQLite3Provider_winsqlite3 ( ) ) ;
100
100
#elif PROVIDER_internal
101
101
SQLitePCL . raw . SetProvider ( new SQLitePCL . SQLite3Provider_internal ( ) ) ;
102
- #elif PROVIDER_dynamic
103
-
104
- #if PROVIDER_NAME_e_sqlite3
105
- DoDynamic_cdecl ( "e_sqlite3" , NativeLibrary . WHERE_RUNTIME_RID | NativeLibrary . WHERE_ADJACENT | NativeLibrary . WHERE_CODEBASE ) ;
106
- #elif PROVIDER_NAME_e_sqlcipher
107
- DoDynamic_cdecl ( "e_sqlcipher" , NativeLibrary . WHERE_RUNTIME_RID | NativeLibrary . WHERE_ADJACENT ) ;
108
- #elif PROVIDER_NAME_e_sqlite3mc
109
- DoDynamic_cdecl ( "e_sqlite3mc" , NativeLibrary . WHERE_RUNTIME_RID | NativeLibrary . WHERE_ADJACENT ) ;
110
- #elif PROVIDER_NAME_sqlcipher
111
- DoDynamic_cdecl ( "sqlcipher" , NativeLibrary . WHERE_ARCH ) ; // TODO coordinate with zetetic
112
- #elif PROVIDER_NAME_winsqlite3
113
- DoDynamic_stdcall ( "winsqlite3" , NativeLibrary . WHERE_PLAIN ) ;
114
- #elif PROVIDER_NAME_sqlite3
115
- DoDynamic_cdecl ( "sqlite3" , NativeLibrary . WHERE_PLAIN ) ;
116
- #else
117
- #error batteries_v2.cs built with PROVIDER_dynamic but no PROVIDER_NAME specified
118
- #endif
119
-
120
- #elif PROVIDER_none
121
- throw new Exception ( "This is the 'bait'. You probably need to add one of the SQLitePCLRaw.bundle_* nuget packages to your platform project." ) ;
122
102
#else
123
103
#error batteries_v2.cs built with nothing specified
124
104
#endif
You can’t perform that action at this time.
0 commit comments