@tsonic/efcore-npgsql 0.1.1 → 0.1.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.EntityFrameworkCore/bindings.json +6 -6
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore/internal/metadata.json +3 -3
- package/Npgsql/bindings.json +8 -8
- package/Npgsql/internal/index.d.ts +6 -6
- package/Npgsql/internal/metadata.json +4 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/bindings.json +10 -10
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/index.d.ts +5 -5
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/metadata.json +5 -5
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/index.d.ts +2 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/bindings.json +2 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/index.d.ts +6 -6
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/metadata.json +1 -1
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/bindings.json +8 -8
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/index.d.ts +14 -14
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/metadata.json +4 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/index.d.ts +5 -5
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/bindings.json +2 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/index.d.ts +3 -3
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/metadata.json +1 -1
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/bindings.json +98 -98
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/index.d.ts +46 -46
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/metadata.json +48 -48
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/index.d.ts +1 -1
- package/Npgsql.Internal/bindings.json +15 -15
- package/Npgsql.Internal/internal/index.d.ts +18 -18
- package/Npgsql.Internal/internal/metadata.json +7 -7
- package/Npgsql.PostgresTypes/bindings.json +12 -12
- package/Npgsql.PostgresTypes/internal/index.d.ts +2 -2
- package/Npgsql.PostgresTypes/internal/metadata.json +2 -2
- package/Npgsql.Replication/bindings.json +2 -2
- package/Npgsql.Replication/internal/index.d.ts +1 -1
- package/Npgsql.Replication/internal/metadata.json +1 -1
- package/Npgsql.Replication.PgOutput/bindings.json +6 -6
- package/Npgsql.Replication.PgOutput/internal/index.d.ts +3 -3
- package/Npgsql.Replication.PgOutput/internal/metadata.json +3 -3
- package/Npgsql.Replication.PgOutput.Messages/bindings.json +6 -6
- package/Npgsql.Replication.PgOutput.Messages/internal/index.d.ts +3 -3
- package/Npgsql.Replication.PgOutput.Messages/internal/metadata.json +3 -3
- package/NpgsqlTypes/bindings.json +4 -4
- package/NpgsqlTypes/internal/index.d.ts +2 -2
- package/NpgsqlTypes/internal/metadata.json +2 -2
- package/__internal/extensions/index.d.ts +2 -2
- package/package.json +1 -1
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
{
|
|
25
25
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.NpgsqlTsRankingNormalization::DefaultMicrosoft.EntityFrameworkCore.NpgsqlTsRankingNormalization",
|
|
26
26
|
"clrName": "Default",
|
|
27
|
-
"tsEmitName": "
|
|
27
|
+
"tsEmitName": "default",
|
|
28
28
|
"metadataToken": 67108900,
|
|
29
29
|
"normalizedSignature": "Default|Microsoft.EntityFrameworkCore.NpgsqlTsRankingNormalization|static=true|const=true",
|
|
30
30
|
"isStatic": true,
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
}
|
|
114
114
|
},
|
|
115
115
|
{
|
|
116
|
-
"tsName": "
|
|
116
|
+
"tsName": "default",
|
|
117
117
|
"isStatic": true,
|
|
118
118
|
"tsSignatureId": "Default|Microsoft.EntityFrameworkCore.NpgsqlTsRankingNormalization|static=true|const=true",
|
|
119
119
|
"target": {
|
|
@@ -4158,7 +4158,7 @@
|
|
|
4158
4158
|
{
|
|
4159
4159
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.NpgsqlFullTextSearchLinqExtensions::Delete(NpgsqlTypes.NpgsqlTsVector,System.String):NpgsqlTypes.NpgsqlTsVector",
|
|
4160
4160
|
"clrName": "Delete",
|
|
4161
|
-
"tsEmitName": "
|
|
4161
|
+
"tsEmitName": "delete",
|
|
4162
4162
|
"metadataToken": 100663630,
|
|
4163
4163
|
"canonicalSignature": "(NpgsqlTypes.NpgsqlTsVector,System.String):NpgsqlTypes.NpgsqlTsVector",
|
|
4164
4164
|
"normalizedSignature": "Delete|(NpgsqlTypes.NpgsqlTsVector,System.String):NpgsqlTypes.NpgsqlTsVector|static=true",
|
|
@@ -4172,7 +4172,7 @@
|
|
|
4172
4172
|
{
|
|
4173
4173
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.NpgsqlFullTextSearchLinqExtensions::Delete(NpgsqlTypes.NpgsqlTsVector,System.String[]):NpgsqlTypes.NpgsqlTsVector",
|
|
4174
4174
|
"clrName": "Delete",
|
|
4175
|
-
"tsEmitName": "
|
|
4175
|
+
"tsEmitName": "delete",
|
|
4176
4176
|
"metadataToken": 100663631,
|
|
4177
4177
|
"canonicalSignature": "(NpgsqlTypes.NpgsqlTsVector,System.String[]):NpgsqlTypes.NpgsqlTsVector",
|
|
4178
4178
|
"normalizedSignature": "Delete|(NpgsqlTypes.NpgsqlTsVector,System.String[]):NpgsqlTypes.NpgsqlTsVector|static=true",
|
|
@@ -4554,7 +4554,7 @@
|
|
|
4554
4554
|
}
|
|
4555
4555
|
},
|
|
4556
4556
|
{
|
|
4557
|
-
"tsName": "
|
|
4557
|
+
"tsName": "delete",
|
|
4558
4558
|
"isStatic": true,
|
|
4559
4559
|
"tsSignatureId": "Delete|(NpgsqlTypes.NpgsqlTsVector,System.String):NpgsqlTypes.NpgsqlTsVector|static=true",
|
|
4560
4560
|
"target": {
|
|
@@ -4564,7 +4564,7 @@
|
|
|
4564
4564
|
}
|
|
4565
4565
|
},
|
|
4566
4566
|
{
|
|
4567
|
-
"tsName": "
|
|
4567
|
+
"tsName": "delete",
|
|
4568
4568
|
"isStatic": true,
|
|
4569
4569
|
"tsSignatureId": "Delete|(NpgsqlTypes.NpgsqlTsVector,System.String[]):NpgsqlTypes.NpgsqlTsVector|static=true",
|
|
4570
4570
|
"target": {
|
|
@@ -31,7 +31,7 @@ import type { DatabaseModel } from "@tsonic/efcore/Microsoft.EntityFrameworkCore
|
|
|
31
31
|
import type { ValueConverter } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Storage.ValueConversion.js";
|
|
32
32
|
|
|
33
33
|
export enum NpgsqlTsRankingNormalization {
|
|
34
|
-
|
|
34
|
+
default = 0,
|
|
35
35
|
divideBy1PlusLogLength = 1,
|
|
36
36
|
divideByLength = 2,
|
|
37
37
|
divideByMeanHarmonicDistanceBetweenExtents = 4,
|
|
@@ -261,8 +261,8 @@ export abstract class NpgsqlFullTextSearchLinqExtensions$instance {
|
|
|
261
261
|
static and(query1: NpgsqlTsQuery, query2: NpgsqlTsQuery): NpgsqlTsQuery;
|
|
262
262
|
static concat(vector1: NpgsqlTsVector, vector2: NpgsqlTsVector): NpgsqlTsVector;
|
|
263
263
|
static contains(query1: NpgsqlTsQuery, query2: NpgsqlTsQuery): boolean;
|
|
264
|
-
static
|
|
265
|
-
static
|
|
264
|
+
static delete(vector: NpgsqlTsVector, lexeme: string): NpgsqlTsVector;
|
|
265
|
+
static delete(vector: NpgsqlTsVector, lexemes: string[]): NpgsqlTsVector;
|
|
266
266
|
static filter(vector: NpgsqlTsVector, weights: char[]): NpgsqlTsVector;
|
|
267
267
|
static getLength(vector: NpgsqlTsVector): int;
|
|
268
268
|
static getNodeCount(query: NpgsqlTsQuery): int;
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
{
|
|
33
33
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.NpgsqlTsRankingNormalization::DefaultMicrosoft.EntityFrameworkCore.NpgsqlTsRankingNormalization",
|
|
34
34
|
"clrName": "Default",
|
|
35
|
-
"tsEmitName": "
|
|
35
|
+
"tsEmitName": "default",
|
|
36
36
|
"normalizedSignature": "Default|Microsoft.EntityFrameworkCore.NpgsqlTsRankingNormalization|static=true|const=true",
|
|
37
37
|
"isStatic": true,
|
|
38
38
|
"isReadOnly": false,
|
|
@@ -2959,7 +2959,7 @@
|
|
|
2959
2959
|
{
|
|
2960
2960
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.NpgsqlFullTextSearchLinqExtensions::Delete(NpgsqlTypes.NpgsqlTsVector,System.String):NpgsqlTypes.NpgsqlTsVector",
|
|
2961
2961
|
"clrName": "Delete",
|
|
2962
|
-
"tsEmitName": "
|
|
2962
|
+
"tsEmitName": "delete",
|
|
2963
2963
|
"normalizedSignature": "Delete|(NpgsqlTypes.NpgsqlTsVector,System.String):NpgsqlTypes.NpgsqlTsVector|static=true",
|
|
2964
2964
|
"provenance": "Original",
|
|
2965
2965
|
"emitScope": "ClassSurface",
|
|
@@ -2975,7 +2975,7 @@
|
|
|
2975
2975
|
{
|
|
2976
2976
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.NpgsqlFullTextSearchLinqExtensions::Delete(NpgsqlTypes.NpgsqlTsVector,System.String[]):NpgsqlTypes.NpgsqlTsVector",
|
|
2977
2977
|
"clrName": "Delete",
|
|
2978
|
-
"tsEmitName": "
|
|
2978
|
+
"tsEmitName": "delete",
|
|
2979
2979
|
"normalizedSignature": "Delete|(NpgsqlTypes.NpgsqlTsVector,System.String[]):NpgsqlTypes.NpgsqlTsVector|static=true",
|
|
2980
2980
|
"provenance": "Original",
|
|
2981
2981
|
"emitScope": "ClassSurface",
|
package/Npgsql/bindings.json
CHANGED
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
{
|
|
25
25
|
"stableId": "Npgsql:Npgsql.ArrayNullabilityMode::NeverNpgsql.ArrayNullabilityMode",
|
|
26
26
|
"clrName": "Never",
|
|
27
|
-
"tsEmitName": "
|
|
27
|
+
"tsEmitName": "never",
|
|
28
28
|
"metadataToken": 67109289,
|
|
29
29
|
"normalizedSignature": "Never|Npgsql.ArrayNullabilityMode|static=true|const=true",
|
|
30
30
|
"isStatic": true,
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
}
|
|
70
70
|
},
|
|
71
71
|
{
|
|
72
|
-
"tsName": "
|
|
72
|
+
"tsName": "never",
|
|
73
73
|
"isStatic": true,
|
|
74
74
|
"tsSignatureId": "Never|Npgsql.ArrayNullabilityMode|static=true|const=true",
|
|
75
75
|
"target": {
|
|
@@ -660,7 +660,7 @@
|
|
|
660
660
|
{
|
|
661
661
|
"stableId": "Npgsql:Npgsql.StatementType::UnknownNpgsql.StatementType",
|
|
662
662
|
"clrName": "Unknown",
|
|
663
|
-
"tsEmitName": "
|
|
663
|
+
"tsEmitName": "unknown",
|
|
664
664
|
"metadataToken": 67109052,
|
|
665
665
|
"normalizedSignature": "Unknown|Npgsql.StatementType|static=true|const=true",
|
|
666
666
|
"isStatic": true,
|
|
@@ -693,7 +693,7 @@
|
|
|
693
693
|
{
|
|
694
694
|
"stableId": "Npgsql:Npgsql.StatementType::DeleteNpgsql.StatementType",
|
|
695
695
|
"clrName": "Delete",
|
|
696
|
-
"tsEmitName": "
|
|
696
|
+
"tsEmitName": "delete",
|
|
697
697
|
"metadataToken": 67109055,
|
|
698
698
|
"normalizedSignature": "Delete|Npgsql.StatementType|static=true|const=true",
|
|
699
699
|
"isStatic": true,
|
|
@@ -804,7 +804,7 @@
|
|
|
804
804
|
}
|
|
805
805
|
},
|
|
806
806
|
{
|
|
807
|
-
"tsName": "
|
|
807
|
+
"tsName": "unknown",
|
|
808
808
|
"isStatic": true,
|
|
809
809
|
"tsSignatureId": "Unknown|Npgsql.StatementType|static=true|const=true",
|
|
810
810
|
"target": {
|
|
@@ -834,7 +834,7 @@
|
|
|
834
834
|
}
|
|
835
835
|
},
|
|
836
836
|
{
|
|
837
|
-
"tsName": "
|
|
837
|
+
"tsName": "delete",
|
|
838
838
|
"isStatic": true,
|
|
839
839
|
"tsSignatureId": "Delete|Npgsql.StatementType|static=true|const=true",
|
|
840
840
|
"target": {
|
|
@@ -948,7 +948,7 @@
|
|
|
948
948
|
{
|
|
949
949
|
"stableId": "Npgsql:Npgsql.TargetSessionAttributes::AnyNpgsql.TargetSessionAttributes",
|
|
950
950
|
"clrName": "Any",
|
|
951
|
-
"tsEmitName": "
|
|
951
|
+
"tsEmitName": "any",
|
|
952
952
|
"metadataToken": 67110000,
|
|
953
953
|
"normalizedSignature": "Any|Npgsql.TargetSessionAttributes|static=true|const=true",
|
|
954
954
|
"isStatic": true,
|
|
@@ -1037,7 +1037,7 @@
|
|
|
1037
1037
|
}
|
|
1038
1038
|
},
|
|
1039
1039
|
{
|
|
1040
|
-
"tsName": "
|
|
1040
|
+
"tsName": "any",
|
|
1041
1041
|
"isStatic": true,
|
|
1042
1042
|
"tsSignatureId": "Any|Npgsql.TargetSessionAttributes|static=true|const=true",
|
|
1043
1043
|
"target": {
|
|
@@ -42,7 +42,7 @@ import type { Transaction } from "@tsonic/dotnet/System.Transactions.js";
|
|
|
42
42
|
import type { ILoggerFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging.js";
|
|
43
43
|
|
|
44
44
|
export enum ArrayNullabilityMode {
|
|
45
|
-
|
|
45
|
+
never = 0,
|
|
46
46
|
always = 1,
|
|
47
47
|
perInstance = 2
|
|
48
48
|
}
|
|
@@ -86,10 +86,10 @@ export enum SslNegotiation {
|
|
|
86
86
|
|
|
87
87
|
|
|
88
88
|
export enum StatementType {
|
|
89
|
-
|
|
89
|
+
unknown = 0,
|
|
90
90
|
select = 1,
|
|
91
91
|
insert = 2,
|
|
92
|
-
|
|
92
|
+
delete = 3,
|
|
93
93
|
update = 4,
|
|
94
94
|
createTableAs = 5,
|
|
95
95
|
move = 6,
|
|
@@ -102,7 +102,7 @@ export enum StatementType {
|
|
|
102
102
|
|
|
103
103
|
|
|
104
104
|
export enum TargetSessionAttributes {
|
|
105
|
-
|
|
105
|
+
any = 0,
|
|
106
106
|
readWrite = 1,
|
|
107
107
|
readOnly = 2,
|
|
108
108
|
primary = 3,
|
|
@@ -227,9 +227,9 @@ export interface NpgsqlBinaryExporter$instance {
|
|
|
227
227
|
dispose(): void;
|
|
228
228
|
disposeAsync(): ValueTask;
|
|
229
229
|
read<T>(): T;
|
|
230
|
-
read<T>(
|
|
230
|
+
read<T>(type: NpgsqlDbType): T;
|
|
231
231
|
readAsync<T>(cancellationToken?: CancellationToken): ValueTask<T>;
|
|
232
|
-
readAsync<T>(
|
|
232
|
+
readAsync<T>(type: NpgsqlDbType, cancellationToken?: CancellationToken): ValueTask<T>;
|
|
233
233
|
skip(): void;
|
|
234
234
|
skipAsync(cancellationToken?: CancellationToken): Task;
|
|
235
235
|
startRow(): int;
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
{
|
|
30
30
|
"stableId": "Npgsql:Npgsql.ArrayNullabilityMode::NeverNpgsql.ArrayNullabilityMode",
|
|
31
31
|
"clrName": "Never",
|
|
32
|
-
"tsEmitName": "
|
|
32
|
+
"tsEmitName": "never",
|
|
33
33
|
"normalizedSignature": "Never|Npgsql.ArrayNullabilityMode|static=true|const=true",
|
|
34
34
|
"isStatic": true,
|
|
35
35
|
"isReadOnly": false,
|
|
@@ -365,7 +365,7 @@
|
|
|
365
365
|
{
|
|
366
366
|
"stableId": "Npgsql:Npgsql.StatementType::UnknownNpgsql.StatementType",
|
|
367
367
|
"clrName": "Unknown",
|
|
368
|
-
"tsEmitName": "
|
|
368
|
+
"tsEmitName": "unknown",
|
|
369
369
|
"normalizedSignature": "Unknown|Npgsql.StatementType|static=true|const=true",
|
|
370
370
|
"isStatic": true,
|
|
371
371
|
"isReadOnly": false,
|
|
@@ -392,7 +392,7 @@
|
|
|
392
392
|
{
|
|
393
393
|
"stableId": "Npgsql:Npgsql.StatementType::DeleteNpgsql.StatementType",
|
|
394
394
|
"clrName": "Delete",
|
|
395
|
-
"tsEmitName": "
|
|
395
|
+
"tsEmitName": "delete",
|
|
396
396
|
"normalizedSignature": "Delete|Npgsql.StatementType|static=true|const=true",
|
|
397
397
|
"isStatic": true,
|
|
398
398
|
"isReadOnly": false,
|
|
@@ -499,7 +499,7 @@
|
|
|
499
499
|
{
|
|
500
500
|
"stableId": "Npgsql:Npgsql.TargetSessionAttributes::AnyNpgsql.TargetSessionAttributes",
|
|
501
501
|
"clrName": "Any",
|
|
502
|
-
"tsEmitName": "
|
|
502
|
+
"tsEmitName": "any",
|
|
503
503
|
"normalizedSignature": "Any|Npgsql.TargetSessionAttributes|static=true|const=true",
|
|
504
504
|
"isStatic": true,
|
|
505
505
|
"isReadOnly": false,
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
{
|
|
26
26
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal.IdentitySequenceOptionsData::Get(Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable):Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal.IdentitySequenceOptionsData",
|
|
27
27
|
"clrName": "Get",
|
|
28
|
-
"tsEmitName": "
|
|
28
|
+
"tsEmitName": "get",
|
|
29
29
|
"metadataToken": 100665334,
|
|
30
30
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable):Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal.IdentitySequenceOptionsData",
|
|
31
31
|
"normalizedSignature": "Get|(Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable):Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal.IdentitySequenceOptionsData|static=true",
|
|
@@ -217,7 +217,7 @@
|
|
|
217
217
|
}
|
|
218
218
|
},
|
|
219
219
|
{
|
|
220
|
-
"tsName": "
|
|
220
|
+
"tsName": "get",
|
|
221
221
|
"isStatic": true,
|
|
222
222
|
"tsSignatureId": "Get|(Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable):Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal.IdentitySequenceOptionsData|static=true",
|
|
223
223
|
"target": {
|
|
@@ -363,7 +363,7 @@
|
|
|
363
363
|
{
|
|
364
364
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal.NpgsqlAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.ITable,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
365
365
|
"clrName": "For",
|
|
366
|
-
"tsEmitName": "
|
|
366
|
+
"tsEmitName": "for",
|
|
367
367
|
"metadataToken": 100665346,
|
|
368
368
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.ITable,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
369
369
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.ITable,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
@@ -377,7 +377,7 @@
|
|
|
377
377
|
{
|
|
378
378
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal.NpgsqlAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.IColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
379
379
|
"clrName": "For",
|
|
380
|
-
"tsEmitName": "
|
|
380
|
+
"tsEmitName": "for",
|
|
381
381
|
"metadataToken": 100665347,
|
|
382
382
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
383
383
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.IColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
@@ -391,7 +391,7 @@
|
|
|
391
391
|
{
|
|
392
392
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal.NpgsqlAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.ITableIndex,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
393
393
|
"clrName": "For",
|
|
394
|
-
"tsEmitName": "
|
|
394
|
+
"tsEmitName": "for",
|
|
395
395
|
"metadataToken": 100665348,
|
|
396
396
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.ITableIndex,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
397
397
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.ITableIndex,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
@@ -405,7 +405,7 @@
|
|
|
405
405
|
{
|
|
406
406
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal.NpgsqlAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
407
407
|
"clrName": "For",
|
|
408
|
-
"tsEmitName": "
|
|
408
|
+
"tsEmitName": "for",
|
|
409
409
|
"metadataToken": 100665349,
|
|
410
410
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
411
411
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
@@ -434,7 +434,7 @@
|
|
|
434
434
|
],
|
|
435
435
|
"exposedMethods": [
|
|
436
436
|
{
|
|
437
|
-
"tsName": "
|
|
437
|
+
"tsName": "for",
|
|
438
438
|
"isStatic": false,
|
|
439
439
|
"tsSignatureId": "For|(Microsoft.EntityFrameworkCore.Metadata.ITable,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
440
440
|
"target": {
|
|
@@ -444,7 +444,7 @@
|
|
|
444
444
|
}
|
|
445
445
|
},
|
|
446
446
|
{
|
|
447
|
-
"tsName": "
|
|
447
|
+
"tsName": "for",
|
|
448
448
|
"isStatic": false,
|
|
449
449
|
"tsSignatureId": "For|(Microsoft.EntityFrameworkCore.Metadata.IColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
450
450
|
"target": {
|
|
@@ -454,7 +454,7 @@
|
|
|
454
454
|
}
|
|
455
455
|
},
|
|
456
456
|
{
|
|
457
|
-
"tsName": "
|
|
457
|
+
"tsName": "for",
|
|
458
458
|
"isStatic": false,
|
|
459
459
|
"tsSignatureId": "For|(Microsoft.EntityFrameworkCore.Metadata.ITableIndex,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
460
460
|
"target": {
|
|
@@ -464,7 +464,7 @@
|
|
|
464
464
|
}
|
|
465
465
|
},
|
|
466
466
|
{
|
|
467
|
-
"tsName": "
|
|
467
|
+
"tsName": "for",
|
|
468
468
|
"isStatic": false,
|
|
469
469
|
"tsSignatureId": "For|(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
470
470
|
"target": {
|
|
@@ -31,17 +31,17 @@ export const IdentitySequenceOptionsData: {
|
|
|
31
31
|
new(): IdentitySequenceOptionsData;
|
|
32
32
|
readonly empty: IdentitySequenceOptionsData;
|
|
33
33
|
deserialize(value: string): IdentitySequenceOptionsData;
|
|
34
|
-
|
|
34
|
+
get(annotatable: IReadOnlyAnnotatable): IdentitySequenceOptionsData;
|
|
35
35
|
};
|
|
36
36
|
|
|
37
37
|
|
|
38
38
|
export type IdentitySequenceOptionsData = IdentitySequenceOptionsData$instance;
|
|
39
39
|
|
|
40
40
|
export interface NpgsqlAnnotationProvider$instance extends RelationalAnnotationProvider {
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
41
|
+
for(table: ITable, designTime: boolean): IEnumerable<IAnnotation>;
|
|
42
|
+
for(column: IColumn, designTime: boolean): IEnumerable<IAnnotation>;
|
|
43
|
+
for(index: ITableIndex, designTime: boolean): IEnumerable<IAnnotation>;
|
|
44
|
+
for(model: IRelationalModel, designTime: boolean): IEnumerable<IAnnotation>;
|
|
45
45
|
}
|
|
46
46
|
|
|
47
47
|
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
{
|
|
35
35
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal.IdentitySequenceOptionsData::Get(Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable):Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal.IdentitySequenceOptionsData",
|
|
36
36
|
"clrName": "Get",
|
|
37
|
-
"tsEmitName": "
|
|
37
|
+
"tsEmitName": "get",
|
|
38
38
|
"normalizedSignature": "Get|(Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable):Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal.IdentitySequenceOptionsData|static=true",
|
|
39
39
|
"provenance": "Original",
|
|
40
40
|
"emitScope": "ClassSurface",
|
|
@@ -238,7 +238,7 @@
|
|
|
238
238
|
{
|
|
239
239
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal.NpgsqlAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.ITable,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
240
240
|
"clrName": "For",
|
|
241
|
-
"tsEmitName": "
|
|
241
|
+
"tsEmitName": "for",
|
|
242
242
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.ITable,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
243
243
|
"provenance": "Original",
|
|
244
244
|
"emitScope": "ClassSurface",
|
|
@@ -254,7 +254,7 @@
|
|
|
254
254
|
{
|
|
255
255
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal.NpgsqlAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.IColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
256
256
|
"clrName": "For",
|
|
257
|
-
"tsEmitName": "
|
|
257
|
+
"tsEmitName": "for",
|
|
258
258
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.IColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
259
259
|
"provenance": "Original",
|
|
260
260
|
"emitScope": "ClassSurface",
|
|
@@ -270,7 +270,7 @@
|
|
|
270
270
|
{
|
|
271
271
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal.NpgsqlAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.ITableIndex,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
272
272
|
"clrName": "For",
|
|
273
|
-
"tsEmitName": "
|
|
273
|
+
"tsEmitName": "for",
|
|
274
274
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.ITableIndex,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
275
275
|
"provenance": "Original",
|
|
276
276
|
"emitScope": "ClassSurface",
|
|
@@ -286,7 +286,7 @@
|
|
|
286
286
|
{
|
|
287
287
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal.NpgsqlAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
288
288
|
"clrName": "For",
|
|
289
|
-
"tsEmitName": "
|
|
289
|
+
"tsEmitName": "for",
|
|
290
290
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
291
291
|
"provenance": "Original",
|
|
292
292
|
"emitScope": "ClassSurface",
|
|
@@ -19,8 +19,8 @@ import type { MigrationOperation } from "@tsonic/efcore/Microsoft.EntityFramewor
|
|
|
19
19
|
export interface NpgsqlMigrationsSqlGenerator$instance extends MigrationsSqlGenerator {
|
|
20
20
|
generate(operations: IReadOnlyList<MigrationOperation>, model?: IModel, options?: MigrationsSqlGenerationOptions): IReadOnlyList<MigrationCommand>;
|
|
21
21
|
generate(operation: NpgsqlDropDatabaseOperation, model: IModel, builder: MigrationCommandListBuilder): void;
|
|
22
|
-
rename(schema: string, name: string, newName: string,
|
|
23
|
-
transfer(newSchema: string, schema: string, name: string,
|
|
22
|
+
rename(schema: string, name: string, newName: string, type: string, builder: MigrationCommandListBuilder): void;
|
|
23
|
+
transfer(newSchema: string, schema: string, name: string, type: string, builder: MigrationCommandListBuilder): void;
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
{
|
|
26
26
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.NpgsqlSqlExpressionFactory::Any(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAnyOperatorType):Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAnyExpression",
|
|
27
27
|
"clrName": "Any",
|
|
28
|
-
"tsEmitName": "
|
|
28
|
+
"tsEmitName": "any",
|
|
29
29
|
"metadataToken": 100664635,
|
|
30
30
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAnyOperatorType):Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAnyExpression",
|
|
31
31
|
"normalizedSignature": "Any|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAnyOperatorType):Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAnyExpression|static=false",
|
|
@@ -316,7 +316,7 @@
|
|
|
316
316
|
}
|
|
317
317
|
},
|
|
318
318
|
{
|
|
319
|
-
"tsName": "
|
|
319
|
+
"tsName": "any",
|
|
320
320
|
"isStatic": false,
|
|
321
321
|
"tsSignatureId": "Any|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAnyOperatorType):Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAnyExpression|static=false",
|
|
322
322
|
"target": {
|
|
@@ -21,22 +21,22 @@ import type { RelationalTypeMapping } from "@tsonic/efcore/Microsoft.EntityFrame
|
|
|
21
21
|
export interface NpgsqlSqlExpressionFactory$instance extends SqlExpressionFactory {
|
|
22
22
|
aggregateFunction(name: string, arguments: IEnumerable<SqlExpression>, aggregateEnumerableExpression: EnumerableExpression, nullable: boolean, argumentsPropagateNullability: IEnumerable<System_Internal.Boolean>, returnType: Type, typeMapping?: RelationalTypeMapping): PgFunctionExpression;
|
|
23
23
|
all(item: SqlExpression, array: SqlExpression, operatorType: PgAllOperatorType): PgAllExpression;
|
|
24
|
-
|
|
24
|
+
any(item: SqlExpression, array: SqlExpression, operatorType: PgAnyOperatorType): PgAnyExpression;
|
|
25
25
|
applyTypeMapping(sqlExpression: SqlExpression, typeMapping: RelationalTypeMapping): SqlExpression | undefined;
|
|
26
26
|
arrayIndex(array: SqlExpression, index: SqlExpression, nullable: boolean, typeMapping?: RelationalTypeMapping): PgArrayIndexExpression;
|
|
27
27
|
arraySlice(array: SqlExpression, lowerBound: SqlExpression, upperBound: SqlExpression, nullable: boolean, typeMapping?: RelationalTypeMapping): PgArraySliceExpression;
|
|
28
|
-
atTimeZone(timestamp: SqlExpression, timeZone: SqlExpression,
|
|
28
|
+
atTimeZone(timestamp: SqlExpression, timeZone: SqlExpression, type: Type, typeMapping?: RelationalTypeMapping): AtTimeZoneExpression;
|
|
29
29
|
atUtc(timestamp: SqlExpression, typeMapping?: RelationalTypeMapping): AtTimeZoneExpression;
|
|
30
30
|
containedBy(left: SqlExpression, right: SqlExpression): SqlExpression;
|
|
31
31
|
contains(left: SqlExpression, right: SqlExpression): SqlExpression;
|
|
32
32
|
generateOneBasedIndexExpression(expression: SqlExpression): SqlExpression;
|
|
33
33
|
iLike(match: SqlExpression, pattern: SqlExpression, escapeChar?: SqlExpression): PgILikeExpression;
|
|
34
|
-
jsonTraversal(expression: SqlExpression, returnsText: boolean,
|
|
35
|
-
jsonTraversal(expression: SqlExpression, path: IEnumerable<SqlExpression>, returnsText: boolean,
|
|
34
|
+
jsonTraversal(expression: SqlExpression, returnsText: boolean, type: Type, typeMapping?: RelationalTypeMapping): PgJsonTraversalExpression;
|
|
35
|
+
jsonTraversal(expression: SqlExpression, path: IEnumerable<SqlExpression>, returnsText: boolean, type: Type, typeMapping?: RelationalTypeMapping): PgJsonTraversalExpression;
|
|
36
36
|
makeBinary(operatorType: ExpressionType, left: SqlExpression, right: SqlExpression, typeMapping: RelationalTypeMapping, existingExpr?: SqlExpression): SqlExpression | undefined;
|
|
37
37
|
makePostgresBinary(operatorType: PgExpressionType, left: SqlExpression, right: SqlExpression, typeMapping?: RelationalTypeMapping): SqlExpression;
|
|
38
|
-
newArray(expressions: IReadOnlyList<SqlExpression>,
|
|
39
|
-
newArrayOrConstant(elements: IReadOnlyList<SqlExpression>,
|
|
38
|
+
newArray(expressions: IReadOnlyList<SqlExpression>, type: Type, typeMapping?: RelationalTypeMapping): PgNewArrayExpression;
|
|
39
|
+
newArrayOrConstant(elements: IReadOnlyList<SqlExpression>, type: Type, typeMapping?: RelationalTypeMapping): SqlExpression;
|
|
40
40
|
overlaps(left: SqlExpression, right: SqlExpression): SqlExpression;
|
|
41
41
|
regexMatch(match: SqlExpression, pattern: SqlExpression, options: RegexOptions): PgRegexMatchExpression;
|
|
42
42
|
}
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
{
|
|
35
35
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.NpgsqlSqlExpressionFactory::Any(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAnyOperatorType):Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAnyExpression",
|
|
36
36
|
"clrName": "Any",
|
|
37
|
-
"tsEmitName": "
|
|
37
|
+
"tsEmitName": "any",
|
|
38
38
|
"normalizedSignature": "Any|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAnyOperatorType):Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAnyExpression|static=false",
|
|
39
39
|
"provenance": "Original",
|
|
40
40
|
"emitScope": "ClassSurface",
|
|
@@ -492,7 +492,7 @@
|
|
|
492
492
|
{
|
|
493
493
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAllExpression::Type:System.Type",
|
|
494
494
|
"clrName": "Type",
|
|
495
|
-
"tsEmitName": "
|
|
495
|
+
"tsEmitName": "type",
|
|
496
496
|
"metadataToken": 385876084,
|
|
497
497
|
"canonicalSignature": ":System.Type",
|
|
498
498
|
"normalizedSignature": "Type|:System.Type|static=false|accessor=get",
|
|
@@ -624,7 +624,7 @@
|
|
|
624
624
|
],
|
|
625
625
|
"exposedProperties": [
|
|
626
626
|
{
|
|
627
|
-
"tsName": "
|
|
627
|
+
"tsName": "type",
|
|
628
628
|
"isStatic": false,
|
|
629
629
|
"tsSignatureId": "Type|:System.Type|static=false|accessor=get",
|
|
630
630
|
"target": {
|
|
@@ -772,7 +772,7 @@
|
|
|
772
772
|
{
|
|
773
773
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAnyExpression::Type:System.Type",
|
|
774
774
|
"clrName": "Type",
|
|
775
|
-
"tsEmitName": "
|
|
775
|
+
"tsEmitName": "type",
|
|
776
776
|
"metadataToken": 385876088,
|
|
777
777
|
"canonicalSignature": ":System.Type",
|
|
778
778
|
"normalizedSignature": "Type|:System.Type|static=false|accessor=get",
|
|
@@ -904,7 +904,7 @@
|
|
|
904
904
|
],
|
|
905
905
|
"exposedProperties": [
|
|
906
906
|
{
|
|
907
|
-
"tsName": "
|
|
907
|
+
"tsName": "type",
|
|
908
908
|
"isStatic": false,
|
|
909
909
|
"tsSignatureId": "Type|:System.Type|static=false|accessor=get",
|
|
910
910
|
"target": {
|
|
@@ -1824,7 +1824,7 @@
|
|
|
1824
1824
|
{
|
|
1825
1825
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgDeleteExpression::Type:System.Type",
|
|
1826
1826
|
"clrName": "Type",
|
|
1827
|
-
"tsEmitName": "
|
|
1827
|
+
"tsEmitName": "type",
|
|
1828
1828
|
"metadataToken": 385876106,
|
|
1829
1829
|
"canonicalSignature": ":System.Type",
|
|
1830
1830
|
"normalizedSignature": "Type|:System.Type|static=false|accessor=get",
|
|
@@ -1948,7 +1948,7 @@
|
|
|
1948
1948
|
}
|
|
1949
1949
|
},
|
|
1950
1950
|
{
|
|
1951
|
-
"tsName": "
|
|
1951
|
+
"tsName": "type",
|
|
1952
1952
|
"isStatic": false,
|
|
1953
1953
|
"tsSignatureId": "Type|:System.Type|static=false|accessor=get",
|
|
1954
1954
|
"target": {
|
|
@@ -3172,7 +3172,7 @@
|
|
|
3172
3172
|
{
|
|
3173
3173
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgRegexMatchExpression::Type:System.Type",
|
|
3174
3174
|
"clrName": "Type",
|
|
3175
|
-
"tsEmitName": "
|
|
3175
|
+
"tsEmitName": "type",
|
|
3176
3176
|
"metadataToken": 385876122,
|
|
3177
3177
|
"canonicalSignature": ":System.Type",
|
|
3178
3178
|
"normalizedSignature": "Type|:System.Type|static=false|accessor=get",
|
|
@@ -3304,7 +3304,7 @@
|
|
|
3304
3304
|
],
|
|
3305
3305
|
"exposedProperties": [
|
|
3306
3306
|
{
|
|
3307
|
-
"tsName": "
|
|
3307
|
+
"tsName": "type",
|
|
3308
3308
|
"isStatic": false,
|
|
3309
3309
|
"tsSignatureId": "Type|:System.Type|static=false|accessor=get",
|
|
3310
3310
|
"target": {
|