@tsonic/efcore-sqlite 0.1.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 +2636 -3286
- package/Microsoft.Data.Sqlite/internal/index.d.ts +312 -267
- package/Microsoft.DotNet.PlatformAbstractions/bindings.json +55 -72
- package/Microsoft.DotNet.PlatformAbstractions/internal/index.d.ts +6 -6
- package/Microsoft.EntityFrameworkCore/bindings.json +610 -803
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +69 -69
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +84 -260
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +22 -22
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +52 -38
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +40 -37
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +261 -122
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +35 -11
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +586 -40
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +37 -6
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/bindings.json +103 -97
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/index.d.ts +12 -7
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/bindings.json +92 -284
- package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/index.d.ts +22 -22
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/bindings.json +230 -82
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/index.d.ts +29 -9
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Sqlite.Internal/bindings.json +381 -564
- package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/index.d.ts +50 -50
- package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/bindings.json +63 -139
- package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/index.d.ts +11 -11
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/bindings.json +171 -142
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/index.d.ts +19 -12
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/bindings.json +2037 -1206
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.d.ts +191 -79
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.d.ts +5 -4
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/bindings.json +78 -61
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/index.d.ts +11 -6
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/bindings.json +951 -446
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/index.d.ts +120 -36
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/bindings.json +203 -250
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/index.d.ts +20 -20
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/bindings.json +269 -154
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/index.d.ts +31 -12
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.d.ts +3 -2
- package/Microsoft.Extensions.DependencyInjection/bindings.json +34 -26
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.DependencyModel/bindings.json +743 -1368
- package/Microsoft.Extensions.DependencyModel/internal/index.d.ts +84 -79
- package/Microsoft.Extensions.DependencyModel.Resolution/bindings.json +172 -228
- package/Microsoft.Extensions.DependencyModel.Resolution/internal/index.d.ts +7 -7
- package/SQLitePCL/bindings.json +10824 -14640
- package/SQLitePCL/internal/index.d.ts +72 -42
- package/System.Collections.Generic/bindings.json +58 -70
- package/System.Collections.Generic/internal/index.d.ts +6 -6
- package/__build/scripts/generate.sh +4 -4
- package/__internal/extensions/index.d.ts +12 -12
- package/package.json +5 -5
- package/Microsoft.Data.Sqlite/internal/metadata.json +0 -4417
- package/Microsoft.DotNet.PlatformAbstractions/internal/metadata.json +0 -121
- package/Microsoft.EntityFrameworkCore/internal/metadata.json +0 -1368
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +0 -267
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/metadata.json +0 -82
- package/Microsoft.EntityFrameworkCore.Metadata/internal/metadata.json +0 -54
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/metadata.json +0 -203
- package/Microsoft.EntityFrameworkCore.Migrations/internal/metadata.json +0 -81
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/metadata.json +0 -157
- package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/metadata.json +0 -293
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/metadata.json +0 -133
- package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/metadata.json +0 -855
- package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/metadata.json +0 -161
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/metadata.json +0 -214
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/metadata.json +0 -1844
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/metadata.json +0 -102
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/metadata.json +0 -707
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/metadata.json +0 -438
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/metadata.json +0 -280
- package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -63
- package/Microsoft.Extensions.DependencyModel/internal/metadata.json +0 -1654
- package/Microsoft.Extensions.DependencyModel.Resolution/internal/metadata.json +0 -329
- package/SQLitePCL/internal/metadata.json +0 -11902
- package/System.Collections.Generic/internal/metadata.json +0 -123
|
@@ -1,23 +1,67 @@
|
|
|
1
1
|
{
|
|
2
2
|
"namespace": "Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal",
|
|
3
|
+
"contributingAssemblies": [
|
|
4
|
+
"Microsoft.EntityFrameworkCore.Sqlite"
|
|
5
|
+
],
|
|
3
6
|
"types": [
|
|
4
7
|
{
|
|
5
8
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteHistoryRepository",
|
|
6
9
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteHistoryRepository",
|
|
7
|
-
"tsEmitName": "SqliteHistoryRepository",
|
|
8
10
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
9
11
|
"metadataToken": 0,
|
|
12
|
+
"kind": "Class",
|
|
13
|
+
"accessibility": "Public",
|
|
14
|
+
"isAbstract": false,
|
|
15
|
+
"isSealed": false,
|
|
16
|
+
"isStatic": false,
|
|
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
|
+
],
|
|
10
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
|
+
},
|
|
11
49
|
{
|
|
12
50
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteHistoryRepository::GetCreateIfNotExistsScript():System.String",
|
|
13
51
|
"clrName": "GetCreateIfNotExistsScript",
|
|
14
|
-
"tsEmitName": "getCreateIfNotExistsScript",
|
|
15
52
|
"metadataToken": 100664126,
|
|
16
53
|
"canonicalSignature": "():System.String",
|
|
17
54
|
"normalizedSignature": "GetCreateIfNotExistsScript|():System.String|static=false",
|
|
18
55
|
"emitScope": "ClassSurface",
|
|
56
|
+
"provenance": "Original",
|
|
19
57
|
"arity": 0,
|
|
20
58
|
"parameterCount": 0,
|
|
59
|
+
"isStatic": false,
|
|
60
|
+
"isAbstract": false,
|
|
61
|
+
"isVirtual": true,
|
|
62
|
+
"isOverride": true,
|
|
63
|
+
"isSealed": false,
|
|
64
|
+
"visibility": "Public",
|
|
21
65
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteHistoryRepository",
|
|
22
66
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
23
67
|
"isExtensionMethod": false
|
|
@@ -25,13 +69,19 @@
|
|
|
25
69
|
{
|
|
26
70
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteHistoryRepository::GetBeginIfNotExistsScript(System.String):System.String",
|
|
27
71
|
"clrName": "GetBeginIfNotExistsScript",
|
|
28
|
-
"tsEmitName": "getBeginIfNotExistsScript",
|
|
29
72
|
"metadataToken": 100664127,
|
|
30
73
|
"canonicalSignature": "(System.String):System.String",
|
|
31
74
|
"normalizedSignature": "GetBeginIfNotExistsScript|(System.String):System.String|static=false",
|
|
32
75
|
"emitScope": "ClassSurface",
|
|
76
|
+
"provenance": "Original",
|
|
33
77
|
"arity": 0,
|
|
34
78
|
"parameterCount": 1,
|
|
79
|
+
"isStatic": false,
|
|
80
|
+
"isAbstract": false,
|
|
81
|
+
"isVirtual": true,
|
|
82
|
+
"isOverride": true,
|
|
83
|
+
"isSealed": false,
|
|
84
|
+
"visibility": "Public",
|
|
35
85
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteHistoryRepository",
|
|
36
86
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
37
87
|
"isExtensionMethod": false
|
|
@@ -39,13 +89,19 @@
|
|
|
39
89
|
{
|
|
40
90
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteHistoryRepository::GetBeginIfExistsScript(System.String):System.String",
|
|
41
91
|
"clrName": "GetBeginIfExistsScript",
|
|
42
|
-
"tsEmitName": "getBeginIfExistsScript",
|
|
43
92
|
"metadataToken": 100664128,
|
|
44
93
|
"canonicalSignature": "(System.String):System.String",
|
|
45
94
|
"normalizedSignature": "GetBeginIfExistsScript|(System.String):System.String|static=false",
|
|
46
95
|
"emitScope": "ClassSurface",
|
|
96
|
+
"provenance": "Original",
|
|
47
97
|
"arity": 0,
|
|
48
98
|
"parameterCount": 1,
|
|
99
|
+
"isStatic": false,
|
|
100
|
+
"isAbstract": false,
|
|
101
|
+
"isVirtual": true,
|
|
102
|
+
"isOverride": true,
|
|
103
|
+
"isSealed": false,
|
|
104
|
+
"visibility": "Public",
|
|
49
105
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteHistoryRepository",
|
|
50
106
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
51
107
|
"isExtensionMethod": false
|
|
@@ -53,13 +109,19 @@
|
|
|
53
109
|
{
|
|
54
110
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteHistoryRepository::GetEndIfScript():System.String",
|
|
55
111
|
"clrName": "GetEndIfScript",
|
|
56
|
-
"tsEmitName": "getEndIfScript",
|
|
57
112
|
"metadataToken": 100664129,
|
|
58
113
|
"canonicalSignature": "():System.String",
|
|
59
114
|
"normalizedSignature": "GetEndIfScript|():System.String|static=false",
|
|
60
115
|
"emitScope": "ClassSurface",
|
|
116
|
+
"provenance": "Original",
|
|
61
117
|
"arity": 0,
|
|
62
118
|
"parameterCount": 0,
|
|
119
|
+
"isStatic": false,
|
|
120
|
+
"isAbstract": false,
|
|
121
|
+
"isVirtual": true,
|
|
122
|
+
"isOverride": true,
|
|
123
|
+
"isSealed": false,
|
|
124
|
+
"visibility": "Public",
|
|
63
125
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteHistoryRepository",
|
|
64
126
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
65
127
|
"isExtensionMethod": false
|
|
@@ -67,13 +129,19 @@
|
|
|
67
129
|
{
|
|
68
130
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteHistoryRepository::AcquireDatabaseLock():Microsoft.EntityFrameworkCore.Migrations.IMigrationsDatabaseLock",
|
|
69
131
|
"clrName": "AcquireDatabaseLock",
|
|
70
|
-
"tsEmitName": "acquireDatabaseLock",
|
|
71
132
|
"metadataToken": 100664131,
|
|
72
133
|
"canonicalSignature": "():Microsoft.EntityFrameworkCore.Migrations.IMigrationsDatabaseLock",
|
|
73
134
|
"normalizedSignature": "AcquireDatabaseLock|():Microsoft.EntityFrameworkCore.Migrations.IMigrationsDatabaseLock|static=false",
|
|
74
135
|
"emitScope": "ClassSurface",
|
|
136
|
+
"provenance": "Original",
|
|
75
137
|
"arity": 0,
|
|
76
138
|
"parameterCount": 0,
|
|
139
|
+
"isStatic": false,
|
|
140
|
+
"isAbstract": false,
|
|
141
|
+
"isVirtual": true,
|
|
142
|
+
"isOverride": true,
|
|
143
|
+
"isSealed": false,
|
|
144
|
+
"visibility": "Public",
|
|
77
145
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteHistoryRepository",
|
|
78
146
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
79
147
|
"isExtensionMethod": false
|
|
@@ -81,30 +149,79 @@
|
|
|
81
149
|
{
|
|
82
150
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteHistoryRepository::AcquireDatabaseLockAsync(System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[Microsoft.EntityFrameworkCore.Migrations.IMigrationsDatabaseLock,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
83
151
|
"clrName": "AcquireDatabaseLockAsync",
|
|
84
|
-
"tsEmitName": "acquireDatabaseLockAsync",
|
|
85
152
|
"metadataToken": 100664132,
|
|
86
153
|
"canonicalSignature": "(System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[Microsoft.EntityFrameworkCore.Migrations.IMigrationsDatabaseLock,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
87
154
|
"normalizedSignature": "AcquireDatabaseLockAsync|(System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[Microsoft.EntityFrameworkCore.Migrations.IMigrationsDatabaseLock,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
88
155
|
"emitScope": "ClassSurface",
|
|
156
|
+
"provenance": "Original",
|
|
89
157
|
"arity": 0,
|
|
90
158
|
"parameterCount": 1,
|
|
159
|
+
"isStatic": false,
|
|
160
|
+
"isAbstract": false,
|
|
161
|
+
"isVirtual": true,
|
|
162
|
+
"isOverride": true,
|
|
163
|
+
"isSealed": false,
|
|
164
|
+
"visibility": "Public",
|
|
91
165
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteHistoryRepository",
|
|
92
166
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
93
167
|
"isExtensionMethod": false
|
|
94
168
|
}
|
|
95
169
|
],
|
|
96
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
|
+
},
|
|
97
209
|
{
|
|
98
210
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteHistoryRepository::LockReleaseBehavior:Microsoft.EntityFrameworkCore.Migrations.LockReleaseBehavior",
|
|
99
211
|
"clrName": "LockReleaseBehavior",
|
|
100
|
-
"tsEmitName": "lockReleaseBehavior",
|
|
101
212
|
"metadataToken": 385876122,
|
|
102
213
|
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Migrations.LockReleaseBehavior",
|
|
103
214
|
"normalizedSignature": "LockReleaseBehavior|:Microsoft.EntityFrameworkCore.Migrations.LockReleaseBehavior|static=false|accessor=get",
|
|
104
215
|
"emitScope": "ClassSurface",
|
|
216
|
+
"provenance": "Original",
|
|
105
217
|
"isIndexer": false,
|
|
106
218
|
"hasGetter": true,
|
|
107
219
|
"hasSetter": false,
|
|
220
|
+
"isStatic": false,
|
|
221
|
+
"isAbstract": false,
|
|
222
|
+
"isVirtual": true,
|
|
223
|
+
"isOverride": true,
|
|
224
|
+
"visibility": "Public",
|
|
108
225
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteHistoryRepository",
|
|
109
226
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
110
227
|
}
|
|
@@ -119,113 +236,58 @@
|
|
|
119
236
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Migrations.HistoryRepositoryDependencies):void|static=false",
|
|
120
237
|
"isStatic": false,
|
|
121
238
|
"parameterCount": 1,
|
|
239
|
+
"visibility": "Public",
|
|
122
240
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteHistoryRepository",
|
|
123
241
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
124
242
|
}
|
|
125
|
-
],
|
|
126
|
-
"exposedMethods": [
|
|
127
|
-
{
|
|
128
|
-
"tsName": "getCreateIfNotExistsScript",
|
|
129
|
-
"isStatic": false,
|
|
130
|
-
"tsSignatureId": "GetCreateIfNotExistsScript|():System.String|static=false",
|
|
131
|
-
"target": {
|
|
132
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteHistoryRepository",
|
|
133
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
134
|
-
"metadataToken": 100664126
|
|
135
|
-
}
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
"tsName": "getBeginIfNotExistsScript",
|
|
139
|
-
"isStatic": false,
|
|
140
|
-
"tsSignatureId": "GetBeginIfNotExistsScript|(System.String):System.String|static=false",
|
|
141
|
-
"target": {
|
|
142
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteHistoryRepository",
|
|
143
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
144
|
-
"metadataToken": 100664127
|
|
145
|
-
}
|
|
146
|
-
},
|
|
147
|
-
{
|
|
148
|
-
"tsName": "getBeginIfExistsScript",
|
|
149
|
-
"isStatic": false,
|
|
150
|
-
"tsSignatureId": "GetBeginIfExistsScript|(System.String):System.String|static=false",
|
|
151
|
-
"target": {
|
|
152
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteHistoryRepository",
|
|
153
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
154
|
-
"metadataToken": 100664128
|
|
155
|
-
}
|
|
156
|
-
},
|
|
157
|
-
{
|
|
158
|
-
"tsName": "getEndIfScript",
|
|
159
|
-
"isStatic": false,
|
|
160
|
-
"tsSignatureId": "GetEndIfScript|():System.String|static=false",
|
|
161
|
-
"target": {
|
|
162
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteHistoryRepository",
|
|
163
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
164
|
-
"metadataToken": 100664129
|
|
165
|
-
}
|
|
166
|
-
},
|
|
167
|
-
{
|
|
168
|
-
"tsName": "acquireDatabaseLock",
|
|
169
|
-
"isStatic": false,
|
|
170
|
-
"tsSignatureId": "AcquireDatabaseLock|():Microsoft.EntityFrameworkCore.Migrations.IMigrationsDatabaseLock|static=false",
|
|
171
|
-
"target": {
|
|
172
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteHistoryRepository",
|
|
173
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
174
|
-
"metadataToken": 100664131
|
|
175
|
-
}
|
|
176
|
-
},
|
|
177
|
-
{
|
|
178
|
-
"tsName": "acquireDatabaseLockAsync",
|
|
179
|
-
"isStatic": false,
|
|
180
|
-
"tsSignatureId": "AcquireDatabaseLockAsync|(System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[Microsoft.EntityFrameworkCore.Migrations.IMigrationsDatabaseLock,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
181
|
-
"target": {
|
|
182
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteHistoryRepository",
|
|
183
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
184
|
-
"metadataToken": 100664132
|
|
185
|
-
}
|
|
186
|
-
}
|
|
187
|
-
],
|
|
188
|
-
"exposedProperties": [
|
|
189
|
-
{
|
|
190
|
-
"tsName": "lockReleaseBehavior",
|
|
191
|
-
"isStatic": false,
|
|
192
|
-
"tsSignatureId": "LockReleaseBehavior|:Microsoft.EntityFrameworkCore.Migrations.LockReleaseBehavior|static=false|accessor=get",
|
|
193
|
-
"target": {
|
|
194
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteHistoryRepository",
|
|
195
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
196
|
-
"metadataToken": 385876122
|
|
197
|
-
}
|
|
198
|
-
}
|
|
199
|
-
],
|
|
200
|
-
"exposedConstructors": [
|
|
201
|
-
{
|
|
202
|
-
"isStatic": false,
|
|
203
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Migrations.HistoryRepositoryDependencies):void|static=false",
|
|
204
|
-
"target": {
|
|
205
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteHistoryRepository",
|
|
206
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
207
|
-
"metadataToken": 100664121
|
|
208
|
-
}
|
|
209
|
-
}
|
|
210
243
|
]
|
|
211
244
|
},
|
|
212
245
|
{
|
|
213
246
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteMigrationDatabaseLock",
|
|
214
247
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteMigrationDatabaseLock",
|
|
215
|
-
"tsEmitName": "SqliteMigrationDatabaseLock",
|
|
216
248
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
217
249
|
"metadataToken": 0,
|
|
250
|
+
"kind": "Class",
|
|
251
|
+
"accessibility": "Public",
|
|
252
|
+
"isAbstract": false,
|
|
253
|
+
"isSealed": false,
|
|
254
|
+
"isStatic": false,
|
|
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
|
+
],
|
|
218
274
|
"methods": [
|
|
219
275
|
{
|
|
220
276
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteMigrationDatabaseLock::Dispose():System.Void",
|
|
221
277
|
"clrName": "Dispose",
|
|
222
|
-
"tsEmitName": "dispose",
|
|
223
278
|
"metadataToken": 100664141,
|
|
224
279
|
"canonicalSignature": "():System.Void",
|
|
225
280
|
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
226
281
|
"emitScope": "ClassSurface",
|
|
282
|
+
"provenance": "Original",
|
|
227
283
|
"arity": 0,
|
|
228
284
|
"parameterCount": 0,
|
|
285
|
+
"isStatic": false,
|
|
286
|
+
"isAbstract": false,
|
|
287
|
+
"isVirtual": true,
|
|
288
|
+
"isOverride": false,
|
|
289
|
+
"isSealed": true,
|
|
290
|
+
"visibility": "Public",
|
|
229
291
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteMigrationDatabaseLock",
|
|
230
292
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
231
293
|
"isExtensionMethod": false
|
|
@@ -233,13 +295,19 @@
|
|
|
233
295
|
{
|
|
234
296
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteMigrationDatabaseLock::DisposeAsync():System.Threading.Tasks.ValueTask",
|
|
235
297
|
"clrName": "DisposeAsync",
|
|
236
|
-
"tsEmitName": "disposeAsync",
|
|
237
298
|
"metadataToken": 100664142,
|
|
238
299
|
"canonicalSignature": "():System.Threading.Tasks.ValueTask",
|
|
239
300
|
"normalizedSignature": "DisposeAsync|():System.Threading.Tasks.ValueTask|static=false",
|
|
240
301
|
"emitScope": "ClassSurface",
|
|
302
|
+
"provenance": "Original",
|
|
241
303
|
"arity": 0,
|
|
242
304
|
"parameterCount": 0,
|
|
305
|
+
"isStatic": false,
|
|
306
|
+
"isAbstract": false,
|
|
307
|
+
"isVirtual": true,
|
|
308
|
+
"isOverride": false,
|
|
309
|
+
"isSealed": true,
|
|
310
|
+
"visibility": "Public",
|
|
243
311
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteMigrationDatabaseLock",
|
|
244
312
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
245
313
|
"isExtensionMethod": false
|
|
@@ -249,14 +317,19 @@
|
|
|
249
317
|
{
|
|
250
318
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteMigrationDatabaseLock::HistoryRepository:Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository",
|
|
251
319
|
"clrName": "HistoryRepository",
|
|
252
|
-
"tsEmitName": "historyRepository",
|
|
253
320
|
"metadataToken": 385876123,
|
|
254
321
|
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository",
|
|
255
322
|
"normalizedSignature": "HistoryRepository|:Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository|static=false|accessor=get",
|
|
256
323
|
"emitScope": "ClassSurface",
|
|
324
|
+
"provenance": "Original",
|
|
257
325
|
"isIndexer": false,
|
|
258
326
|
"hasGetter": true,
|
|
259
327
|
"hasSetter": false,
|
|
328
|
+
"isStatic": false,
|
|
329
|
+
"isAbstract": false,
|
|
330
|
+
"isVirtual": true,
|
|
331
|
+
"isOverride": false,
|
|
332
|
+
"visibility": "Public",
|
|
260
333
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteMigrationDatabaseLock",
|
|
261
334
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
262
335
|
}
|
|
@@ -271,54 +344,10 @@
|
|
|
271
344
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.IRelationalCommand,Microsoft.EntityFrameworkCore.Storage.RelationalCommandParameterObject,Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository,System.Threading.CancellationToken):void|static=false",
|
|
272
345
|
"isStatic": false,
|
|
273
346
|
"parameterCount": 4,
|
|
347
|
+
"visibility": "Public",
|
|
274
348
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteMigrationDatabaseLock",
|
|
275
349
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
276
350
|
}
|
|
277
|
-
],
|
|
278
|
-
"exposedMethods": [
|
|
279
|
-
{
|
|
280
|
-
"tsName": "dispose",
|
|
281
|
-
"isStatic": false,
|
|
282
|
-
"tsSignatureId": "Dispose|():System.Void|static=false",
|
|
283
|
-
"target": {
|
|
284
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteMigrationDatabaseLock",
|
|
285
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
286
|
-
"metadataToken": 100664141
|
|
287
|
-
}
|
|
288
|
-
},
|
|
289
|
-
{
|
|
290
|
-
"tsName": "disposeAsync",
|
|
291
|
-
"isStatic": false,
|
|
292
|
-
"tsSignatureId": "DisposeAsync|():System.Threading.Tasks.ValueTask|static=false",
|
|
293
|
-
"target": {
|
|
294
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteMigrationDatabaseLock",
|
|
295
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
296
|
-
"metadataToken": 100664142
|
|
297
|
-
}
|
|
298
|
-
}
|
|
299
|
-
],
|
|
300
|
-
"exposedProperties": [
|
|
301
|
-
{
|
|
302
|
-
"tsName": "historyRepository",
|
|
303
|
-
"isStatic": false,
|
|
304
|
-
"tsSignatureId": "HistoryRepository|:Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository|static=false|accessor=get",
|
|
305
|
-
"target": {
|
|
306
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteMigrationDatabaseLock",
|
|
307
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
308
|
-
"metadataToken": 385876123
|
|
309
|
-
}
|
|
310
|
-
}
|
|
311
|
-
],
|
|
312
|
-
"exposedConstructors": [
|
|
313
|
-
{
|
|
314
|
-
"isStatic": false,
|
|
315
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Storage.IRelationalCommand,Microsoft.EntityFrameworkCore.Storage.RelationalCommandParameterObject,Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository,System.Threading.CancellationToken):void|static=false",
|
|
316
|
-
"target": {
|
|
317
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteMigrationDatabaseLock",
|
|
318
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
319
|
-
"metadataToken": 100664139
|
|
320
|
-
}
|
|
321
|
-
}
|
|
322
351
|
]
|
|
323
352
|
}
|
|
324
353
|
]
|
|
@@ -7,21 +7,28 @@ 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
|
|
18
|
-
readonly
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
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 {
|
|
25
|
+
readonly LockReleaseBehavior: LockReleaseBehavior;
|
|
26
|
+
AcquireDatabaseLock(): IMigrationsDatabaseLock;
|
|
27
|
+
AcquireDatabaseLockAsync(cancellationToken?: CancellationToken): Task<IMigrationsDatabaseLock>;
|
|
28
|
+
GetBeginIfExistsScript(migrationId: string): string;
|
|
29
|
+
GetBeginIfNotExistsScript(migrationId: string): string;
|
|
30
|
+
GetCreateIfNotExistsScript(): string;
|
|
31
|
+
GetEndIfScript(): string;
|
|
25
32
|
}
|
|
26
33
|
|
|
27
34
|
|
|
@@ -33,9 +40,9 @@ export const SqliteHistoryRepository: {
|
|
|
33
40
|
export type SqliteHistoryRepository = SqliteHistoryRepository$instance;
|
|
34
41
|
|
|
35
42
|
export interface SqliteMigrationDatabaseLock$instance {
|
|
36
|
-
readonly
|
|
37
|
-
|
|
38
|
-
|
|
43
|
+
readonly HistoryRepository: IHistoryRepository;
|
|
44
|
+
Dispose(): void;
|
|
45
|
+
DisposeAsync(): ValueTask;
|
|
39
46
|
}
|
|
40
47
|
|
|
41
48
|
|
|
@@ -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';
|