@tsonic/efcore-sqlite 10.0.1 → 10.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Microsoft.Data.Sqlite/bindings.json +948 -1
- package/Microsoft.Data.Sqlite/internal/index.d.ts +51 -6
- package/Microsoft.DotNet.PlatformAbstractions/bindings.json +10 -0
- package/Microsoft.EntityFrameworkCore/bindings.json +113 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +31 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +21 -0
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +25 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +197 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +30 -6
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +557 -0
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +35 -4
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/bindings.json +52 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/index.d.ts +7 -2
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/bindings.json +37 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/bindings.json +190 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/index.d.ts +24 -4
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Sqlite.Internal/bindings.json +62 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/bindings.json +26 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/bindings.json +98 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/index.d.ts +9 -2
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/bindings.json +1541 -79
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.d.ts +131 -19
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.d.ts +5 -4
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/bindings.json +45 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/index.d.ts +8 -3
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/bindings.json +749 -9
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/index.d.ts +98 -14
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/bindings.json +55 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/bindings.json +194 -2
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/index.d.ts +24 -5
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.d.ts +3 -2
- package/Microsoft.Extensions.DependencyInjection/bindings.json +6 -0
- package/Microsoft.Extensions.DependencyModel/bindings.json +213 -0
- package/Microsoft.Extensions.DependencyModel/internal/index.d.ts +6 -1
- package/Microsoft.Extensions.DependencyModel.Resolution/bindings.json +63 -0
- package/SQLitePCL/bindings.json +1398 -9
- package/SQLitePCL/internal/index.d.ts +40 -10
- package/System.Collections.Generic/bindings.json +10 -0
- package/package.json +1 -1
|
@@ -15,7 +15,37 @@
|
|
|
15
15
|
"isSealed": false,
|
|
16
16
|
"isStatic": false,
|
|
17
17
|
"arity": 0,
|
|
18
|
+
"baseType": {
|
|
19
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.HistoryRepository",
|
|
20
|
+
"clrName": "Microsoft.EntityFrameworkCore.Migrations.HistoryRepository"
|
|
21
|
+
},
|
|
22
|
+
"interfaces": [
|
|
23
|
+
{
|
|
24
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository",
|
|
25
|
+
"clrName": "Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository"
|
|
26
|
+
}
|
|
27
|
+
],
|
|
18
28
|
"methods": [
|
|
29
|
+
{
|
|
30
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteHistoryRepository::InterpretExistsResult(System.Object):System.Boolean",
|
|
31
|
+
"clrName": "InterpretExistsResult",
|
|
32
|
+
"metadataToken": 100664125,
|
|
33
|
+
"canonicalSignature": "(System.Object):System.Boolean",
|
|
34
|
+
"normalizedSignature": "InterpretExistsResult|(System.Object):System.Boolean|static=false",
|
|
35
|
+
"emitScope": "ClassSurface",
|
|
36
|
+
"provenance": "Original",
|
|
37
|
+
"arity": 0,
|
|
38
|
+
"parameterCount": 1,
|
|
39
|
+
"isStatic": false,
|
|
40
|
+
"isAbstract": false,
|
|
41
|
+
"isVirtual": true,
|
|
42
|
+
"isOverride": true,
|
|
43
|
+
"isSealed": false,
|
|
44
|
+
"visibility": "Protected",
|
|
45
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteHistoryRepository",
|
|
46
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
47
|
+
"isExtensionMethod": false
|
|
48
|
+
},
|
|
19
49
|
{
|
|
20
50
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteHistoryRepository::GetCreateIfNotExistsScript():System.String",
|
|
21
51
|
"clrName": "GetCreateIfNotExistsScript",
|
|
@@ -31,6 +61,7 @@
|
|
|
31
61
|
"isVirtual": true,
|
|
32
62
|
"isOverride": true,
|
|
33
63
|
"isSealed": false,
|
|
64
|
+
"visibility": "Public",
|
|
34
65
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteHistoryRepository",
|
|
35
66
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
36
67
|
"isExtensionMethod": false
|
|
@@ -50,6 +81,7 @@
|
|
|
50
81
|
"isVirtual": true,
|
|
51
82
|
"isOverride": true,
|
|
52
83
|
"isSealed": false,
|
|
84
|
+
"visibility": "Public",
|
|
53
85
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteHistoryRepository",
|
|
54
86
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
55
87
|
"isExtensionMethod": false
|
|
@@ -69,6 +101,7 @@
|
|
|
69
101
|
"isVirtual": true,
|
|
70
102
|
"isOverride": true,
|
|
71
103
|
"isSealed": false,
|
|
104
|
+
"visibility": "Public",
|
|
72
105
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteHistoryRepository",
|
|
73
106
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
74
107
|
"isExtensionMethod": false
|
|
@@ -88,6 +121,7 @@
|
|
|
88
121
|
"isVirtual": true,
|
|
89
122
|
"isOverride": true,
|
|
90
123
|
"isSealed": false,
|
|
124
|
+
"visibility": "Public",
|
|
91
125
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteHistoryRepository",
|
|
92
126
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
93
127
|
"isExtensionMethod": false
|
|
@@ -107,6 +141,7 @@
|
|
|
107
141
|
"isVirtual": true,
|
|
108
142
|
"isOverride": true,
|
|
109
143
|
"isSealed": false,
|
|
144
|
+
"visibility": "Public",
|
|
110
145
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteHistoryRepository",
|
|
111
146
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
112
147
|
"isExtensionMethod": false
|
|
@@ -126,12 +161,51 @@
|
|
|
126
161
|
"isVirtual": true,
|
|
127
162
|
"isOverride": true,
|
|
128
163
|
"isSealed": false,
|
|
164
|
+
"visibility": "Public",
|
|
129
165
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteHistoryRepository",
|
|
130
166
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
131
167
|
"isExtensionMethod": false
|
|
132
168
|
}
|
|
133
169
|
],
|
|
134
170
|
"properties": [
|
|
171
|
+
{
|
|
172
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteHistoryRepository::ExistsSql:System.String",
|
|
173
|
+
"clrName": "ExistsSql",
|
|
174
|
+
"metadataToken": 385876120,
|
|
175
|
+
"canonicalSignature": ":System.String",
|
|
176
|
+
"normalizedSignature": "ExistsSql|:System.String|static=false|accessor=get",
|
|
177
|
+
"emitScope": "ClassSurface",
|
|
178
|
+
"provenance": "Original",
|
|
179
|
+
"isIndexer": false,
|
|
180
|
+
"hasGetter": true,
|
|
181
|
+
"hasSetter": false,
|
|
182
|
+
"isStatic": false,
|
|
183
|
+
"isAbstract": false,
|
|
184
|
+
"isVirtual": true,
|
|
185
|
+
"isOverride": true,
|
|
186
|
+
"visibility": "Protected",
|
|
187
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteHistoryRepository",
|
|
188
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteHistoryRepository::LockTableName:System.String",
|
|
192
|
+
"clrName": "LockTableName",
|
|
193
|
+
"metadataToken": 385876121,
|
|
194
|
+
"canonicalSignature": ":System.String",
|
|
195
|
+
"normalizedSignature": "LockTableName|:System.String|static=false|accessor=get",
|
|
196
|
+
"emitScope": "ClassSurface",
|
|
197
|
+
"provenance": "Original",
|
|
198
|
+
"isIndexer": false,
|
|
199
|
+
"hasGetter": true,
|
|
200
|
+
"hasSetter": false,
|
|
201
|
+
"isStatic": false,
|
|
202
|
+
"isAbstract": false,
|
|
203
|
+
"isVirtual": true,
|
|
204
|
+
"isOverride": false,
|
|
205
|
+
"visibility": "Protected",
|
|
206
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteHistoryRepository",
|
|
207
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
208
|
+
},
|
|
135
209
|
{
|
|
136
210
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteHistoryRepository::LockReleaseBehavior:Microsoft.EntityFrameworkCore.Migrations.LockReleaseBehavior",
|
|
137
211
|
"clrName": "LockReleaseBehavior",
|
|
@@ -147,6 +221,7 @@
|
|
|
147
221
|
"isAbstract": false,
|
|
148
222
|
"isVirtual": true,
|
|
149
223
|
"isOverride": true,
|
|
224
|
+
"visibility": "Public",
|
|
150
225
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteHistoryRepository",
|
|
151
226
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
152
227
|
}
|
|
@@ -161,6 +236,7 @@
|
|
|
161
236
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Migrations.HistoryRepositoryDependencies):void|static=false",
|
|
162
237
|
"isStatic": false,
|
|
163
238
|
"parameterCount": 1,
|
|
239
|
+
"visibility": "Public",
|
|
164
240
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteHistoryRepository",
|
|
165
241
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
166
242
|
}
|
|
@@ -177,6 +253,24 @@
|
|
|
177
253
|
"isSealed": false,
|
|
178
254
|
"isStatic": false,
|
|
179
255
|
"arity": 0,
|
|
256
|
+
"baseType": {
|
|
257
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
258
|
+
"clrName": "System.Object"
|
|
259
|
+
},
|
|
260
|
+
"interfaces": [
|
|
261
|
+
{
|
|
262
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.IMigrationsDatabaseLock",
|
|
263
|
+
"clrName": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsDatabaseLock"
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"stableId": "System.Private.CoreLib:System.IDisposable",
|
|
267
|
+
"clrName": "System.IDisposable"
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"stableId": "System.Private.CoreLib:System.IAsyncDisposable",
|
|
271
|
+
"clrName": "System.IAsyncDisposable"
|
|
272
|
+
}
|
|
273
|
+
],
|
|
180
274
|
"methods": [
|
|
181
275
|
{
|
|
182
276
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteMigrationDatabaseLock::Dispose():System.Void",
|
|
@@ -193,6 +287,7 @@
|
|
|
193
287
|
"isVirtual": true,
|
|
194
288
|
"isOverride": false,
|
|
195
289
|
"isSealed": true,
|
|
290
|
+
"visibility": "Public",
|
|
196
291
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteMigrationDatabaseLock",
|
|
197
292
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
198
293
|
"isExtensionMethod": false
|
|
@@ -212,6 +307,7 @@
|
|
|
212
307
|
"isVirtual": true,
|
|
213
308
|
"isOverride": false,
|
|
214
309
|
"isSealed": true,
|
|
310
|
+
"visibility": "Public",
|
|
215
311
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteMigrationDatabaseLock",
|
|
216
312
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
217
313
|
"isExtensionMethod": false
|
|
@@ -233,6 +329,7 @@
|
|
|
233
329
|
"isAbstract": false,
|
|
234
330
|
"isVirtual": true,
|
|
235
331
|
"isOverride": false,
|
|
332
|
+
"visibility": "Public",
|
|
236
333
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteMigrationDatabaseLock",
|
|
237
334
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
238
335
|
}
|
|
@@ -247,6 +344,7 @@
|
|
|
247
344
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.IRelationalCommand,Microsoft.EntityFrameworkCore.Storage.RelationalCommandParameterObject,Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository,System.Threading.CancellationToken):void|static=false",
|
|
248
345
|
"isStatic": false,
|
|
249
346
|
"parameterCount": 4,
|
|
347
|
+
"visibility": "Public",
|
|
250
348
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteMigrationDatabaseLock",
|
|
251
349
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
252
350
|
}
|
|
@@ -7,14 +7,21 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
|
|
|
7
7
|
|
|
8
8
|
// Import types from other namespaces
|
|
9
9
|
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
10
|
-
import type { IAsyncDisposable, IDisposable, Object as ClrObject, String as ClrString, Void } from "@tsonic/dotnet/System.js";
|
|
10
|
+
import type { Boolean as ClrBoolean, IAsyncDisposable, IDisposable, Object as ClrObject, String as ClrString, Void } from "@tsonic/dotnet/System.js";
|
|
11
11
|
import type { CancellationToken } from "@tsonic/dotnet/System.Threading.js";
|
|
12
12
|
import type { Task, ValueTask } from "@tsonic/dotnet/System.Threading.Tasks.js";
|
|
13
13
|
import * as Microsoft_EntityFrameworkCore_Migrations_Internal from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Migrations.js";
|
|
14
14
|
import type { HistoryRepository, HistoryRepositoryDependencies, IHistoryRepository, IMigrationsDatabaseLock, LockReleaseBehavior } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Migrations.js";
|
|
15
15
|
import type { IRelationalCommand, RelationalCommandParameterObject } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Storage.js";
|
|
16
16
|
|
|
17
|
-
export
|
|
17
|
+
export abstract class SqliteHistoryRepository$protected {
|
|
18
|
+
protected readonly ExistsSql: string;
|
|
19
|
+
protected readonly LockTableName: string;
|
|
20
|
+
protected InterpretExistsResult(value: unknown): boolean;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
export interface SqliteHistoryRepository$instance extends SqliteHistoryRepository$protected, HistoryRepository {
|
|
18
25
|
readonly LockReleaseBehavior: LockReleaseBehavior;
|
|
19
26
|
AcquireDatabaseLock(): IMigrationsDatabaseLock;
|
|
20
27
|
AcquireDatabaseLockAsync(cancellationToken?: CancellationToken): Task<IMigrationsDatabaseLock>;
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
import * as Internal from './Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/index.js';
|
|
7
7
|
|
|
8
8
|
// Cross-namespace type imports for constraints
|
|
9
|
-
import type { IAsyncDisposable, IDisposable, Object as ClrObject, String as ClrString, Void } from '@tsonic/dotnet/System.js';
|
|
9
|
+
import type { Boolean as ClrBoolean, IAsyncDisposable, IDisposable, Object as ClrObject, String as ClrString, Void } from '@tsonic/dotnet/System.js';
|
|
10
10
|
import type { CancellationToken } from '@tsonic/dotnet/System.Threading.js';
|
|
11
11
|
import type { Task, ValueTask } from '@tsonic/dotnet/System.Threading.Tasks.js';
|
|
12
12
|
import type { HistoryRepository, HistoryRepositoryDependencies, IHistoryRepository, IMigrationsDatabaseLock, LockReleaseBehavior } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Migrations.js';
|