@tsonic/efcore-sqlite 0.1.1 → 10.0.1
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 +1757 -3354
- package/Microsoft.Data.Sqlite/internal/index.d.ts +261 -261
- package/Microsoft.DotNet.PlatformAbstractions/bindings.json +45 -72
- package/Microsoft.DotNet.PlatformAbstractions/internal/index.d.ts +6 -6
- package/Microsoft.EntityFrameworkCore/bindings.json +497 -803
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +69 -69
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +53 -260
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +22 -22
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +31 -38
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +15 -37
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +65 -121
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +5 -5
- package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +29 -40
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/bindings.json +51 -97
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/index.d.ts +5 -5
- package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/bindings.json +55 -284
- package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/index.d.ts +22 -22
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/bindings.json +43 -85
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/index.d.ts +5 -5
- package/Microsoft.EntityFrameworkCore.Sqlite.Internal/bindings.json +319 -564
- package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/index.d.ts +50 -50
- package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/bindings.json +37 -139
- package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/index.d.ts +11 -11
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/bindings.json +73 -142
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/index.d.ts +10 -10
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/bindings.json +578 -1209
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.d.ts +60 -60
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/bindings.json +33 -61
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/index.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/bindings.json +223 -458
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/index.d.ts +22 -22
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/bindings.json +148 -250
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/index.d.ts +20 -20
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/bindings.json +75 -152
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/index.d.ts +7 -7
- package/Microsoft.Extensions.DependencyInjection/bindings.json +28 -26
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.DependencyModel/bindings.json +530 -1368
- package/Microsoft.Extensions.DependencyModel/internal/index.d.ts +78 -78
- package/Microsoft.Extensions.DependencyModel.Resolution/bindings.json +109 -228
- package/Microsoft.Extensions.DependencyModel.Resolution/internal/index.d.ts +7 -7
- package/SQLitePCL/bindings.json +9554 -14759
- package/SQLitePCL/internal/index.d.ts +33 -33
- package/System.Collections.Generic/bindings.json +48 -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,36 @@
|
|
|
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,
|
|
10
18
|
"methods": [
|
|
11
19
|
{
|
|
12
20
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteHistoryRepository::GetCreateIfNotExistsScript():System.String",
|
|
13
21
|
"clrName": "GetCreateIfNotExistsScript",
|
|
14
|
-
"tsEmitName": "getCreateIfNotExistsScript",
|
|
15
22
|
"metadataToken": 100664126,
|
|
16
23
|
"canonicalSignature": "():System.String",
|
|
17
24
|
"normalizedSignature": "GetCreateIfNotExistsScript|():System.String|static=false",
|
|
18
25
|
"emitScope": "ClassSurface",
|
|
26
|
+
"provenance": "Original",
|
|
19
27
|
"arity": 0,
|
|
20
28
|
"parameterCount": 0,
|
|
29
|
+
"isStatic": false,
|
|
30
|
+
"isAbstract": false,
|
|
31
|
+
"isVirtual": true,
|
|
32
|
+
"isOverride": true,
|
|
33
|
+
"isSealed": false,
|
|
21
34
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteHistoryRepository",
|
|
22
35
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
23
36
|
"isExtensionMethod": false
|
|
@@ -25,13 +38,18 @@
|
|
|
25
38
|
{
|
|
26
39
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteHistoryRepository::GetBeginIfNotExistsScript(System.String):System.String",
|
|
27
40
|
"clrName": "GetBeginIfNotExistsScript",
|
|
28
|
-
"tsEmitName": "getBeginIfNotExistsScript",
|
|
29
41
|
"metadataToken": 100664127,
|
|
30
42
|
"canonicalSignature": "(System.String):System.String",
|
|
31
43
|
"normalizedSignature": "GetBeginIfNotExistsScript|(System.String):System.String|static=false",
|
|
32
44
|
"emitScope": "ClassSurface",
|
|
45
|
+
"provenance": "Original",
|
|
33
46
|
"arity": 0,
|
|
34
47
|
"parameterCount": 1,
|
|
48
|
+
"isStatic": false,
|
|
49
|
+
"isAbstract": false,
|
|
50
|
+
"isVirtual": true,
|
|
51
|
+
"isOverride": true,
|
|
52
|
+
"isSealed": false,
|
|
35
53
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteHistoryRepository",
|
|
36
54
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
37
55
|
"isExtensionMethod": false
|
|
@@ -39,13 +57,18 @@
|
|
|
39
57
|
{
|
|
40
58
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteHistoryRepository::GetBeginIfExistsScript(System.String):System.String",
|
|
41
59
|
"clrName": "GetBeginIfExistsScript",
|
|
42
|
-
"tsEmitName": "getBeginIfExistsScript",
|
|
43
60
|
"metadataToken": 100664128,
|
|
44
61
|
"canonicalSignature": "(System.String):System.String",
|
|
45
62
|
"normalizedSignature": "GetBeginIfExistsScript|(System.String):System.String|static=false",
|
|
46
63
|
"emitScope": "ClassSurface",
|
|
64
|
+
"provenance": "Original",
|
|
47
65
|
"arity": 0,
|
|
48
66
|
"parameterCount": 1,
|
|
67
|
+
"isStatic": false,
|
|
68
|
+
"isAbstract": false,
|
|
69
|
+
"isVirtual": true,
|
|
70
|
+
"isOverride": true,
|
|
71
|
+
"isSealed": false,
|
|
49
72
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteHistoryRepository",
|
|
50
73
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
51
74
|
"isExtensionMethod": false
|
|
@@ -53,13 +76,18 @@
|
|
|
53
76
|
{
|
|
54
77
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteHistoryRepository::GetEndIfScript():System.String",
|
|
55
78
|
"clrName": "GetEndIfScript",
|
|
56
|
-
"tsEmitName": "getEndIfScript",
|
|
57
79
|
"metadataToken": 100664129,
|
|
58
80
|
"canonicalSignature": "():System.String",
|
|
59
81
|
"normalizedSignature": "GetEndIfScript|():System.String|static=false",
|
|
60
82
|
"emitScope": "ClassSurface",
|
|
83
|
+
"provenance": "Original",
|
|
61
84
|
"arity": 0,
|
|
62
85
|
"parameterCount": 0,
|
|
86
|
+
"isStatic": false,
|
|
87
|
+
"isAbstract": false,
|
|
88
|
+
"isVirtual": true,
|
|
89
|
+
"isOverride": true,
|
|
90
|
+
"isSealed": false,
|
|
63
91
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteHistoryRepository",
|
|
64
92
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
65
93
|
"isExtensionMethod": false
|
|
@@ -67,13 +95,18 @@
|
|
|
67
95
|
{
|
|
68
96
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteHistoryRepository::AcquireDatabaseLock():Microsoft.EntityFrameworkCore.Migrations.IMigrationsDatabaseLock",
|
|
69
97
|
"clrName": "AcquireDatabaseLock",
|
|
70
|
-
"tsEmitName": "acquireDatabaseLock",
|
|
71
98
|
"metadataToken": 100664131,
|
|
72
99
|
"canonicalSignature": "():Microsoft.EntityFrameworkCore.Migrations.IMigrationsDatabaseLock",
|
|
73
100
|
"normalizedSignature": "AcquireDatabaseLock|():Microsoft.EntityFrameworkCore.Migrations.IMigrationsDatabaseLock|static=false",
|
|
74
101
|
"emitScope": "ClassSurface",
|
|
102
|
+
"provenance": "Original",
|
|
75
103
|
"arity": 0,
|
|
76
104
|
"parameterCount": 0,
|
|
105
|
+
"isStatic": false,
|
|
106
|
+
"isAbstract": false,
|
|
107
|
+
"isVirtual": true,
|
|
108
|
+
"isOverride": true,
|
|
109
|
+
"isSealed": false,
|
|
77
110
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteHistoryRepository",
|
|
78
111
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
79
112
|
"isExtensionMethod": false
|
|
@@ -81,13 +114,18 @@
|
|
|
81
114
|
{
|
|
82
115
|
"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
116
|
"clrName": "AcquireDatabaseLockAsync",
|
|
84
|
-
"tsEmitName": "acquireDatabaseLockAsync",
|
|
85
117
|
"metadataToken": 100664132,
|
|
86
118
|
"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
119
|
"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
120
|
"emitScope": "ClassSurface",
|
|
121
|
+
"provenance": "Original",
|
|
89
122
|
"arity": 0,
|
|
90
123
|
"parameterCount": 1,
|
|
124
|
+
"isStatic": false,
|
|
125
|
+
"isAbstract": false,
|
|
126
|
+
"isVirtual": true,
|
|
127
|
+
"isOverride": true,
|
|
128
|
+
"isSealed": false,
|
|
91
129
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteHistoryRepository",
|
|
92
130
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
93
131
|
"isExtensionMethod": false
|
|
@@ -97,14 +135,18 @@
|
|
|
97
135
|
{
|
|
98
136
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteHistoryRepository::LockReleaseBehavior:Microsoft.EntityFrameworkCore.Migrations.LockReleaseBehavior",
|
|
99
137
|
"clrName": "LockReleaseBehavior",
|
|
100
|
-
"tsEmitName": "lockReleaseBehavior",
|
|
101
138
|
"metadataToken": 385876122,
|
|
102
139
|
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Migrations.LockReleaseBehavior",
|
|
103
140
|
"normalizedSignature": "LockReleaseBehavior|:Microsoft.EntityFrameworkCore.Migrations.LockReleaseBehavior|static=false|accessor=get",
|
|
104
141
|
"emitScope": "ClassSurface",
|
|
142
|
+
"provenance": "Original",
|
|
105
143
|
"isIndexer": false,
|
|
106
144
|
"hasGetter": true,
|
|
107
145
|
"hasSetter": false,
|
|
146
|
+
"isStatic": false,
|
|
147
|
+
"isAbstract": false,
|
|
148
|
+
"isVirtual": true,
|
|
149
|
+
"isOverride": true,
|
|
108
150
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteHistoryRepository",
|
|
109
151
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
110
152
|
}
|
|
@@ -122,110 +164,35 @@
|
|
|
122
164
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteHistoryRepository",
|
|
123
165
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
124
166
|
}
|
|
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
167
|
]
|
|
211
168
|
},
|
|
212
169
|
{
|
|
213
170
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteMigrationDatabaseLock",
|
|
214
171
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteMigrationDatabaseLock",
|
|
215
|
-
"tsEmitName": "SqliteMigrationDatabaseLock",
|
|
216
172
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
217
173
|
"metadataToken": 0,
|
|
174
|
+
"kind": "Class",
|
|
175
|
+
"accessibility": "Public",
|
|
176
|
+
"isAbstract": false,
|
|
177
|
+
"isSealed": false,
|
|
178
|
+
"isStatic": false,
|
|
179
|
+
"arity": 0,
|
|
218
180
|
"methods": [
|
|
219
181
|
{
|
|
220
182
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteMigrationDatabaseLock::Dispose():System.Void",
|
|
221
183
|
"clrName": "Dispose",
|
|
222
|
-
"tsEmitName": "dispose",
|
|
223
184
|
"metadataToken": 100664141,
|
|
224
185
|
"canonicalSignature": "():System.Void",
|
|
225
186
|
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
226
187
|
"emitScope": "ClassSurface",
|
|
188
|
+
"provenance": "Original",
|
|
227
189
|
"arity": 0,
|
|
228
190
|
"parameterCount": 0,
|
|
191
|
+
"isStatic": false,
|
|
192
|
+
"isAbstract": false,
|
|
193
|
+
"isVirtual": true,
|
|
194
|
+
"isOverride": false,
|
|
195
|
+
"isSealed": true,
|
|
229
196
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteMigrationDatabaseLock",
|
|
230
197
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
231
198
|
"isExtensionMethod": false
|
|
@@ -233,13 +200,18 @@
|
|
|
233
200
|
{
|
|
234
201
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteMigrationDatabaseLock::DisposeAsync():System.Threading.Tasks.ValueTask",
|
|
235
202
|
"clrName": "DisposeAsync",
|
|
236
|
-
"tsEmitName": "disposeAsync",
|
|
237
203
|
"metadataToken": 100664142,
|
|
238
204
|
"canonicalSignature": "():System.Threading.Tasks.ValueTask",
|
|
239
205
|
"normalizedSignature": "DisposeAsync|():System.Threading.Tasks.ValueTask|static=false",
|
|
240
206
|
"emitScope": "ClassSurface",
|
|
207
|
+
"provenance": "Original",
|
|
241
208
|
"arity": 0,
|
|
242
209
|
"parameterCount": 0,
|
|
210
|
+
"isStatic": false,
|
|
211
|
+
"isAbstract": false,
|
|
212
|
+
"isVirtual": true,
|
|
213
|
+
"isOverride": false,
|
|
214
|
+
"isSealed": true,
|
|
243
215
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteMigrationDatabaseLock",
|
|
244
216
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
245
217
|
"isExtensionMethod": false
|
|
@@ -249,14 +221,18 @@
|
|
|
249
221
|
{
|
|
250
222
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteMigrationDatabaseLock::HistoryRepository:Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository",
|
|
251
223
|
"clrName": "HistoryRepository",
|
|
252
|
-
"tsEmitName": "historyRepository",
|
|
253
224
|
"metadataToken": 385876123,
|
|
254
225
|
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository",
|
|
255
226
|
"normalizedSignature": "HistoryRepository|:Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository|static=false|accessor=get",
|
|
256
227
|
"emitScope": "ClassSurface",
|
|
228
|
+
"provenance": "Original",
|
|
257
229
|
"isIndexer": false,
|
|
258
230
|
"hasGetter": true,
|
|
259
231
|
"hasSetter": false,
|
|
232
|
+
"isStatic": false,
|
|
233
|
+
"isAbstract": false,
|
|
234
|
+
"isVirtual": true,
|
|
235
|
+
"isOverride": false,
|
|
260
236
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteMigrationDatabaseLock",
|
|
261
237
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
262
238
|
}
|
|
@@ -274,51 +250,6 @@
|
|
|
274
250
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.SqliteMigrationDatabaseLock",
|
|
275
251
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
276
252
|
}
|
|
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
253
|
]
|
|
323
254
|
}
|
|
324
255
|
]
|
|
@@ -15,13 +15,13 @@ import type { HistoryRepository, HistoryRepositoryDependencies, IHistoryReposito
|
|
|
15
15
|
import type { IRelationalCommand, RelationalCommandParameterObject } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Storage.js";
|
|
16
16
|
|
|
17
17
|
export interface SqliteHistoryRepository$instance extends HistoryRepository {
|
|
18
|
-
readonly
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
18
|
+
readonly LockReleaseBehavior: LockReleaseBehavior;
|
|
19
|
+
AcquireDatabaseLock(): IMigrationsDatabaseLock;
|
|
20
|
+
AcquireDatabaseLockAsync(cancellationToken?: CancellationToken): Task<IMigrationsDatabaseLock>;
|
|
21
|
+
GetBeginIfExistsScript(migrationId: string): string;
|
|
22
|
+
GetBeginIfNotExistsScript(migrationId: string): string;
|
|
23
|
+
GetCreateIfNotExistsScript(): string;
|
|
24
|
+
GetEndIfScript(): string;
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
|
|
@@ -33,9 +33,9 @@ export const SqliteHistoryRepository: {
|
|
|
33
33
|
export type SqliteHistoryRepository = SqliteHistoryRepository$instance;
|
|
34
34
|
|
|
35
35
|
export interface SqliteMigrationDatabaseLock$instance {
|
|
36
|
-
readonly
|
|
37
|
-
|
|
38
|
-
|
|
36
|
+
readonly HistoryRepository: IHistoryRepository;
|
|
37
|
+
Dispose(): void;
|
|
38
|
+
DisposeAsync(): ValueTask;
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
|