@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
|
@@ -57,7 +57,7 @@ export interface NpgsqlArrayTypeMapping_3$instance<TCollection, TConcreteCollect
|
|
|
57
57
|
export const NpgsqlArrayTypeMapping_3: {
|
|
58
58
|
new<TCollection, TConcreteCollection, TElement>(elementTypeMapping: RelationalTypeMapping): NpgsqlArrayTypeMapping_3<TCollection, TConcreteCollection, TElement>;
|
|
59
59
|
new<TCollection, TConcreteCollection, TElement>(storeType: string, elementTypeMapping: RelationalTypeMapping): NpgsqlArrayTypeMapping_3<TCollection, TConcreteCollection, TElement>;
|
|
60
|
-
readonly
|
|
60
|
+
readonly default: unknown;
|
|
61
61
|
};
|
|
62
62
|
|
|
63
63
|
|
|
@@ -69,7 +69,7 @@ export interface NpgsqlBigIntegerTypeMapping$instance extends NpgsqlTypeMapping$
|
|
|
69
69
|
|
|
70
70
|
export const NpgsqlBigIntegerTypeMapping: {
|
|
71
71
|
new(): NpgsqlBigIntegerTypeMapping;
|
|
72
|
-
readonly
|
|
72
|
+
readonly default: NpgsqlBigIntegerTypeMapping;
|
|
73
73
|
};
|
|
74
74
|
|
|
75
75
|
|
|
@@ -104,7 +104,7 @@ export interface NpgsqlBitTypeMapping$instance extends NpgsqlTypeMapping$instanc
|
|
|
104
104
|
|
|
105
105
|
export const NpgsqlBitTypeMapping: {
|
|
106
106
|
new(): NpgsqlBitTypeMapping;
|
|
107
|
-
readonly
|
|
107
|
+
readonly default: NpgsqlBitTypeMapping;
|
|
108
108
|
};
|
|
109
109
|
|
|
110
110
|
|
|
@@ -123,7 +123,7 @@ export interface NpgsqlBoolTypeMapping$instance extends BoolTypeMapping {
|
|
|
123
123
|
|
|
124
124
|
export const NpgsqlBoolTypeMapping: {
|
|
125
125
|
new(): NpgsqlBoolTypeMapping;
|
|
126
|
-
readonly
|
|
126
|
+
readonly default: NpgsqlBoolTypeMapping;
|
|
127
127
|
};
|
|
128
128
|
|
|
129
129
|
|
|
@@ -136,7 +136,7 @@ export interface NpgsqlBoxTypeMapping$instance extends NpgsqlTypeMapping$instanc
|
|
|
136
136
|
|
|
137
137
|
export const NpgsqlBoxTypeMapping: {
|
|
138
138
|
new(): NpgsqlBoxTypeMapping;
|
|
139
|
-
readonly
|
|
139
|
+
readonly default: NpgsqlBoxTypeMapping;
|
|
140
140
|
};
|
|
141
141
|
|
|
142
142
|
|
|
@@ -155,7 +155,7 @@ export interface NpgsqlByteArrayTypeMapping$instance extends RelationalTypeMappi
|
|
|
155
155
|
|
|
156
156
|
export const NpgsqlByteArrayTypeMapping: {
|
|
157
157
|
new(): NpgsqlByteArrayTypeMapping;
|
|
158
|
-
readonly
|
|
158
|
+
readonly default: NpgsqlByteArrayTypeMapping;
|
|
159
159
|
};
|
|
160
160
|
|
|
161
161
|
|
|
@@ -168,7 +168,7 @@ export interface NpgsqlCharacterCharTypeMapping$instance extends CharTypeMapping
|
|
|
168
168
|
|
|
169
169
|
export const NpgsqlCharacterCharTypeMapping: {
|
|
170
170
|
new(storeType: string): NpgsqlCharacterCharTypeMapping;
|
|
171
|
-
readonly
|
|
171
|
+
readonly default: NpgsqlCharacterCharTypeMapping;
|
|
172
172
|
};
|
|
173
173
|
|
|
174
174
|
|
|
@@ -210,7 +210,7 @@ export interface NpgsqlCidrTypeMapping$instance extends NpgsqlTypeMapping$instan
|
|
|
210
210
|
|
|
211
211
|
export const NpgsqlCidrTypeMapping: {
|
|
212
212
|
new(): NpgsqlCidrTypeMapping;
|
|
213
|
-
readonly
|
|
213
|
+
readonly default: NpgsqlCidrTypeMapping;
|
|
214
214
|
};
|
|
215
215
|
|
|
216
216
|
|
|
@@ -245,7 +245,7 @@ export interface NpgsqlCircleTypeMapping$instance extends NpgsqlTypeMapping$inst
|
|
|
245
245
|
|
|
246
246
|
export const NpgsqlCircleTypeMapping: {
|
|
247
247
|
new(): NpgsqlCircleTypeMapping;
|
|
248
|
-
readonly
|
|
248
|
+
readonly default: NpgsqlCircleTypeMapping;
|
|
249
249
|
};
|
|
250
250
|
|
|
251
251
|
|
|
@@ -265,7 +265,7 @@ export interface NpgsqlCubeTypeMapping$instance extends NpgsqlTypeMapping$instan
|
|
|
265
265
|
|
|
266
266
|
export const NpgsqlCubeTypeMapping: {
|
|
267
267
|
new(): NpgsqlCubeTypeMapping;
|
|
268
|
-
readonly
|
|
268
|
+
readonly default: NpgsqlCubeTypeMapping;
|
|
269
269
|
};
|
|
270
270
|
|
|
271
271
|
|
|
@@ -284,7 +284,7 @@ export interface NpgsqlDateOnlyTypeMapping$instance extends NpgsqlTypeMapping$in
|
|
|
284
284
|
|
|
285
285
|
export const NpgsqlDateOnlyTypeMapping: {
|
|
286
286
|
new(): NpgsqlDateOnlyTypeMapping;
|
|
287
|
-
readonly
|
|
287
|
+
readonly default: NpgsqlDateOnlyTypeMapping;
|
|
288
288
|
};
|
|
289
289
|
|
|
290
290
|
|
|
@@ -318,7 +318,7 @@ export interface NpgsqlDateTimeDateTypeMapping$instance extends NpgsqlTypeMappin
|
|
|
318
318
|
|
|
319
319
|
export const NpgsqlDateTimeDateTypeMapping: {
|
|
320
320
|
new(): NpgsqlDateTimeDateTypeMapping;
|
|
321
|
-
readonly
|
|
321
|
+
readonly default: NpgsqlDateTimeDateTypeMapping;
|
|
322
322
|
};
|
|
323
323
|
|
|
324
324
|
|
|
@@ -352,7 +352,7 @@ export interface NpgsqlDecimalTypeMapping$instance extends NpgsqlTypeMapping$ins
|
|
|
352
352
|
|
|
353
353
|
export const NpgsqlDecimalTypeMapping: {
|
|
354
354
|
new(clrType: Type): NpgsqlDecimalTypeMapping;
|
|
355
|
-
readonly
|
|
355
|
+
readonly default: NpgsqlDecimalTypeMapping;
|
|
356
356
|
};
|
|
357
357
|
|
|
358
358
|
|
|
@@ -371,7 +371,7 @@ export interface NpgsqlDoubleTypeMapping$instance extends DoubleTypeMapping {
|
|
|
371
371
|
|
|
372
372
|
export const NpgsqlDoubleTypeMapping: {
|
|
373
373
|
new(): NpgsqlDoubleTypeMapping;
|
|
374
|
-
readonly
|
|
374
|
+
readonly default: NpgsqlDoubleTypeMapping;
|
|
375
375
|
};
|
|
376
376
|
|
|
377
377
|
|
|
@@ -386,7 +386,7 @@ export interface NpgsqlEnumTypeMapping$instance extends RelationalTypeMapping {
|
|
|
386
386
|
|
|
387
387
|
export const NpgsqlEnumTypeMapping: {
|
|
388
388
|
new(quotedStoreType: string, unquotedStoreType: string, enumType: Type, labels: IReadOnlyDictionary<unknown, System_Internal.String>): NpgsqlEnumTypeMapping;
|
|
389
|
-
readonly
|
|
389
|
+
readonly default: NpgsqlEnumTypeMapping;
|
|
390
390
|
};
|
|
391
391
|
|
|
392
392
|
|
|
@@ -413,7 +413,7 @@ export interface NpgsqlEStringTypeMapping$instance extends StringTypeMapping {
|
|
|
413
413
|
|
|
414
414
|
export const NpgsqlEStringTypeMapping: {
|
|
415
415
|
new(): NpgsqlEStringTypeMapping;
|
|
416
|
-
readonly
|
|
416
|
+
readonly default: NpgsqlEStringTypeMapping;
|
|
417
417
|
};
|
|
418
418
|
|
|
419
419
|
|
|
@@ -425,7 +425,7 @@ export interface NpgsqlFloatTypeMapping$instance extends FloatTypeMapping {
|
|
|
425
425
|
|
|
426
426
|
export const NpgsqlFloatTypeMapping: {
|
|
427
427
|
new(): NpgsqlFloatTypeMapping;
|
|
428
|
-
readonly
|
|
428
|
+
readonly default: NpgsqlFloatTypeMapping;
|
|
429
429
|
};
|
|
430
430
|
|
|
431
431
|
|
|
@@ -437,7 +437,7 @@ export interface NpgsqlHstoreTypeMapping$instance extends NpgsqlTypeMapping$inst
|
|
|
437
437
|
|
|
438
438
|
export const NpgsqlHstoreTypeMapping: {
|
|
439
439
|
new(clrType: Type): NpgsqlHstoreTypeMapping;
|
|
440
|
-
readonly
|
|
440
|
+
readonly default: NpgsqlHstoreTypeMapping;
|
|
441
441
|
};
|
|
442
442
|
|
|
443
443
|
|
|
@@ -457,7 +457,7 @@ export interface NpgsqlInetTypeMapping$instance extends NpgsqlTypeMapping$instan
|
|
|
457
457
|
|
|
458
458
|
export const NpgsqlInetTypeMapping: {
|
|
459
459
|
new(clrType: Type): NpgsqlInetTypeMapping;
|
|
460
|
-
readonly
|
|
460
|
+
readonly default: NpgsqlInetTypeMapping;
|
|
461
461
|
};
|
|
462
462
|
|
|
463
463
|
|
|
@@ -506,7 +506,7 @@ export interface NpgsqlIntervalTypeMapping$instance extends NpgsqlTypeMapping$in
|
|
|
506
506
|
|
|
507
507
|
export const NpgsqlIntervalTypeMapping: {
|
|
508
508
|
new(): NpgsqlIntervalTypeMapping;
|
|
509
|
-
readonly
|
|
509
|
+
readonly default: NpgsqlIntervalTypeMapping;
|
|
510
510
|
formatTimeSpanAsInterval(ts: TimeSpan): string;
|
|
511
511
|
parseIntervalAsTimeSpan(s: ReadOnlySpan<System_Internal.Char>): TimeSpan;
|
|
512
512
|
};
|
|
@@ -544,7 +544,7 @@ export interface NpgsqlJsonTypeMapping$instance extends NpgsqlTypeMapping$instan
|
|
|
544
544
|
|
|
545
545
|
export const NpgsqlJsonTypeMapping: {
|
|
546
546
|
new(storeType: string, clrType: Type, elementTypeMapping: CoreTypeMapping): NpgsqlJsonTypeMapping;
|
|
547
|
-
readonly
|
|
547
|
+
readonly default: NpgsqlJsonTypeMapping;
|
|
548
548
|
};
|
|
549
549
|
|
|
550
550
|
|
|
@@ -564,7 +564,7 @@ export interface NpgsqlLegacyCidrTypeMapping$instance extends NpgsqlTypeMapping$
|
|
|
564
564
|
|
|
565
565
|
export const NpgsqlLegacyCidrTypeMapping: {
|
|
566
566
|
new(): NpgsqlLegacyCidrTypeMapping;
|
|
567
|
-
readonly
|
|
567
|
+
readonly default: NpgsqlLegacyCidrTypeMapping;
|
|
568
568
|
};
|
|
569
569
|
|
|
570
570
|
|
|
@@ -599,7 +599,7 @@ export interface NpgsqlLineSegmentTypeMapping$instance extends NpgsqlTypeMapping
|
|
|
599
599
|
|
|
600
600
|
export const NpgsqlLineSegmentTypeMapping: {
|
|
601
601
|
new(): NpgsqlLineSegmentTypeMapping;
|
|
602
|
-
readonly
|
|
602
|
+
readonly default: NpgsqlLineSegmentTypeMapping;
|
|
603
603
|
};
|
|
604
604
|
|
|
605
605
|
|
|
@@ -619,7 +619,7 @@ export interface NpgsqlLineTypeMapping$instance extends NpgsqlTypeMapping$instan
|
|
|
619
619
|
|
|
620
620
|
export const NpgsqlLineTypeMapping: {
|
|
621
621
|
new(): NpgsqlLineTypeMapping;
|
|
622
|
-
readonly
|
|
622
|
+
readonly default: NpgsqlLineTypeMapping;
|
|
623
623
|
};
|
|
624
624
|
|
|
625
625
|
|
|
@@ -673,7 +673,7 @@ export interface NpgsqlMacaddr8TypeMapping$instance extends NpgsqlTypeMapping$in
|
|
|
673
673
|
|
|
674
674
|
export const NpgsqlMacaddr8TypeMapping: {
|
|
675
675
|
new(): NpgsqlMacaddr8TypeMapping;
|
|
676
|
-
readonly
|
|
676
|
+
readonly default: NpgsqlMacaddr8TypeMapping;
|
|
677
677
|
};
|
|
678
678
|
|
|
679
679
|
|
|
@@ -693,7 +693,7 @@ export interface NpgsqlMacaddrTypeMapping$instance extends NpgsqlTypeMapping$ins
|
|
|
693
693
|
|
|
694
694
|
export const NpgsqlMacaddrTypeMapping: {
|
|
695
695
|
new(): NpgsqlMacaddrTypeMapping;
|
|
696
|
-
readonly
|
|
696
|
+
readonly default: NpgsqlMacaddrTypeMapping;
|
|
697
697
|
};
|
|
698
698
|
|
|
699
699
|
|
|
@@ -712,7 +712,7 @@ export interface NpgsqlMoneyTypeMapping$instance extends DecimalTypeMapping {
|
|
|
712
712
|
|
|
713
713
|
export const NpgsqlMoneyTypeMapping: {
|
|
714
714
|
new(): NpgsqlMoneyTypeMapping;
|
|
715
|
-
readonly
|
|
715
|
+
readonly default: NpgsqlMoneyTypeMapping;
|
|
716
716
|
};
|
|
717
717
|
|
|
718
718
|
|
|
@@ -741,7 +741,7 @@ export interface NpgsqlPathTypeMapping$instance extends NpgsqlTypeMapping$instan
|
|
|
741
741
|
|
|
742
742
|
export const NpgsqlPathTypeMapping: {
|
|
743
743
|
new(): NpgsqlPathTypeMapping;
|
|
744
|
-
readonly
|
|
744
|
+
readonly default: NpgsqlPathTypeMapping;
|
|
745
745
|
};
|
|
746
746
|
|
|
747
747
|
|
|
@@ -761,7 +761,7 @@ export interface NpgsqlPgLsnTypeMapping$instance extends NpgsqlTypeMapping$insta
|
|
|
761
761
|
|
|
762
762
|
export const NpgsqlPgLsnTypeMapping: {
|
|
763
763
|
new(): NpgsqlPgLsnTypeMapping;
|
|
764
|
-
readonly
|
|
764
|
+
readonly default: NpgsqlPgLsnTypeMapping;
|
|
765
765
|
};
|
|
766
766
|
|
|
767
767
|
|
|
@@ -796,7 +796,7 @@ export interface NpgsqlPointTypeMapping$instance extends NpgsqlTypeMapping$insta
|
|
|
796
796
|
|
|
797
797
|
export const NpgsqlPointTypeMapping: {
|
|
798
798
|
new(): NpgsqlPointTypeMapping;
|
|
799
|
-
readonly
|
|
799
|
+
readonly default: NpgsqlPointTypeMapping;
|
|
800
800
|
};
|
|
801
801
|
|
|
802
802
|
|
|
@@ -816,7 +816,7 @@ export interface NpgsqlPolygonTypeMapping$instance extends NpgsqlTypeMapping$ins
|
|
|
816
816
|
|
|
817
817
|
export const NpgsqlPolygonTypeMapping: {
|
|
818
818
|
new(): NpgsqlPolygonTypeMapping;
|
|
819
|
-
readonly
|
|
819
|
+
readonly default: NpgsqlPolygonTypeMapping;
|
|
820
820
|
};
|
|
821
821
|
|
|
822
822
|
|
|
@@ -839,7 +839,7 @@ export interface NpgsqlRangeTypeMapping$instance extends NpgsqlTypeMapping$insta
|
|
|
839
839
|
|
|
840
840
|
export const NpgsqlRangeTypeMapping: {
|
|
841
841
|
new(): NpgsqlRangeTypeMapping;
|
|
842
|
-
readonly
|
|
842
|
+
readonly default: NpgsqlRangeTypeMapping;
|
|
843
843
|
creatBuiltInRangeMapping(rangeStoreType: string, rangeClrType: Type, rangeNpgsqlDbType: NpgsqlDbType, subtypeMapping: RelationalTypeMapping): NpgsqlRangeTypeMapping;
|
|
844
844
|
creatUserDefinedRangeMapping(quotedRangeStoreType: string, unquotedRangeStoreType: string, rangeClrType: Type, subtypeMapping: RelationalTypeMapping): NpgsqlRangeTypeMapping;
|
|
845
845
|
};
|
|
@@ -860,7 +860,7 @@ export interface NpgsqlRegconfigTypeMapping$instance extends NpgsqlTypeMapping$i
|
|
|
860
860
|
|
|
861
861
|
export const NpgsqlRegconfigTypeMapping: {
|
|
862
862
|
new(): NpgsqlRegconfigTypeMapping;
|
|
863
|
-
readonly
|
|
863
|
+
readonly default: NpgsqlRegconfigTypeMapping;
|
|
864
864
|
};
|
|
865
865
|
|
|
866
866
|
|
|
@@ -879,7 +879,7 @@ export interface NpgsqlRegdictionaryTypeMapping$instance extends NpgsqlTypeMappi
|
|
|
879
879
|
|
|
880
880
|
export const NpgsqlRegdictionaryTypeMapping: {
|
|
881
881
|
new(): NpgsqlRegdictionaryTypeMapping;
|
|
882
|
-
readonly
|
|
882
|
+
readonly default: NpgsqlRegdictionaryTypeMapping;
|
|
883
883
|
};
|
|
884
884
|
|
|
885
885
|
|
|
@@ -911,7 +911,7 @@ export interface NpgsqlStringTypeMapping$instance extends StringTypeMapping {
|
|
|
911
911
|
|
|
912
912
|
export const NpgsqlStringTypeMapping: {
|
|
913
913
|
new(storeType: string, npgsqlDbType: NpgsqlDbType): NpgsqlStringTypeMapping;
|
|
914
|
-
readonly
|
|
914
|
+
readonly default: NpgsqlStringTypeMapping;
|
|
915
915
|
};
|
|
916
916
|
|
|
917
917
|
|
|
@@ -945,7 +945,7 @@ export interface NpgsqlTidTypeMapping$instance extends NpgsqlTypeMapping$instanc
|
|
|
945
945
|
|
|
946
946
|
export const NpgsqlTidTypeMapping: {
|
|
947
947
|
new(): NpgsqlTidTypeMapping;
|
|
948
|
-
readonly
|
|
948
|
+
readonly default: NpgsqlTidTypeMapping;
|
|
949
949
|
};
|
|
950
950
|
|
|
951
951
|
|
|
@@ -964,7 +964,7 @@ export interface NpgsqlTimestampTypeMapping$instance extends NpgsqlTypeMapping$i
|
|
|
964
964
|
|
|
965
965
|
export const NpgsqlTimestampTypeMapping: {
|
|
966
966
|
new(): NpgsqlTimestampTypeMapping;
|
|
967
|
-
readonly
|
|
967
|
+
readonly default: NpgsqlTimestampTypeMapping;
|
|
968
968
|
};
|
|
969
969
|
|
|
970
970
|
|
|
@@ -998,7 +998,7 @@ export interface NpgsqlTimestampTzTypeMapping$instance extends NpgsqlTypeMapping
|
|
|
998
998
|
|
|
999
999
|
export const NpgsqlTimestampTzTypeMapping: {
|
|
1000
1000
|
new(clrType: Type): NpgsqlTimestampTzTypeMapping;
|
|
1001
|
-
readonly
|
|
1001
|
+
readonly default: NpgsqlTimestampTzTypeMapping;
|
|
1002
1002
|
};
|
|
1003
1003
|
|
|
1004
1004
|
|
|
@@ -1047,7 +1047,7 @@ export interface NpgsqlTimeTypeMapping$instance extends NpgsqlTypeMapping$instan
|
|
|
1047
1047
|
|
|
1048
1048
|
export const NpgsqlTimeTypeMapping: {
|
|
1049
1049
|
new(clrType: Type): NpgsqlTimeTypeMapping;
|
|
1050
|
-
readonly
|
|
1050
|
+
readonly default: NpgsqlTimeTypeMapping;
|
|
1051
1051
|
};
|
|
1052
1052
|
|
|
1053
1053
|
|
|
@@ -1066,7 +1066,7 @@ export interface NpgsqlTimeTzTypeMapping$instance extends NpgsqlTypeMapping$inst
|
|
|
1066
1066
|
|
|
1067
1067
|
export const NpgsqlTimeTzTypeMapping: {
|
|
1068
1068
|
new(): NpgsqlTimeTzTypeMapping;
|
|
1069
|
-
readonly
|
|
1069
|
+
readonly default: NpgsqlTimeTzTypeMapping;
|
|
1070
1070
|
};
|
|
1071
1071
|
|
|
1072
1072
|
|
|
@@ -1100,7 +1100,7 @@ export interface NpgsqlTsQueryTypeMapping$instance extends NpgsqlTypeMapping$ins
|
|
|
1100
1100
|
|
|
1101
1101
|
export const NpgsqlTsQueryTypeMapping: {
|
|
1102
1102
|
new(): NpgsqlTsQueryTypeMapping;
|
|
1103
|
-
readonly
|
|
1103
|
+
readonly default: NpgsqlTsQueryTypeMapping;
|
|
1104
1104
|
};
|
|
1105
1105
|
|
|
1106
1106
|
|
|
@@ -1119,7 +1119,7 @@ export interface NpgsqlTsRankingNormalizationTypeMapping$instance extends IntTyp
|
|
|
1119
1119
|
|
|
1120
1120
|
export const NpgsqlTsRankingNormalizationTypeMapping: {
|
|
1121
1121
|
new(): NpgsqlTsRankingNormalizationTypeMapping;
|
|
1122
|
-
readonly
|
|
1122
|
+
readonly default: NpgsqlTsRankingNormalizationTypeMapping;
|
|
1123
1123
|
};
|
|
1124
1124
|
|
|
1125
1125
|
|
|
@@ -1131,7 +1131,7 @@ export interface NpgsqlTsVectorTypeMapping$instance extends NpgsqlTypeMapping$in
|
|
|
1131
1131
|
|
|
1132
1132
|
export const NpgsqlTsVectorTypeMapping: {
|
|
1133
1133
|
new(): NpgsqlTsVectorTypeMapping;
|
|
1134
|
-
readonly
|
|
1134
|
+
readonly default: NpgsqlTsVectorTypeMapping;
|
|
1135
1135
|
};
|
|
1136
1136
|
|
|
1137
1137
|
|
|
@@ -1171,7 +1171,7 @@ export interface NpgsqlUIntTypeMapping$instance extends NpgsqlTypeMapping$instan
|
|
|
1171
1171
|
|
|
1172
1172
|
export const NpgsqlUIntTypeMapping: {
|
|
1173
1173
|
new(storeType: string, npgsqlDbType: NpgsqlDbType): NpgsqlUIntTypeMapping;
|
|
1174
|
-
readonly
|
|
1174
|
+
readonly default: NpgsqlUIntTypeMapping;
|
|
1175
1175
|
};
|
|
1176
1176
|
|
|
1177
1177
|
|
|
@@ -1190,7 +1190,7 @@ export interface NpgsqlULongTypeMapping$instance extends NpgsqlTypeMapping$insta
|
|
|
1190
1190
|
|
|
1191
1191
|
export const NpgsqlULongTypeMapping: {
|
|
1192
1192
|
new(storeType: string, npgsqlDbType: NpgsqlDbType): NpgsqlULongTypeMapping;
|
|
1193
|
-
readonly
|
|
1193
|
+
readonly default: NpgsqlULongTypeMapping;
|
|
1194
1194
|
};
|
|
1195
1195
|
|
|
1196
1196
|
|
|
@@ -1210,7 +1210,7 @@ export interface NpgsqlVarbitTypeMapping$instance extends NpgsqlTypeMapping$inst
|
|
|
1210
1210
|
|
|
1211
1211
|
export const NpgsqlVarbitTypeMapping: {
|
|
1212
1212
|
new(): NpgsqlVarbitTypeMapping;
|
|
1213
|
-
readonly
|
|
1213
|
+
readonly default: NpgsqlVarbitTypeMapping;
|
|
1214
1214
|
};
|
|
1215
1215
|
|
|
1216
1216
|
|