@tsonic/efcore-npgsql 0.1.2 → 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.
Files changed (136) hide show
  1. package/Microsoft.EntityFrameworkCore/bindings.json +8128 -11135
  2. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +604 -604
  3. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +29 -180
  4. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +16 -16
  5. package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +18 -15
  6. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +1 -1
  7. package/Microsoft.Extensions.DependencyInjection/bindings.json +28 -26
  8. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +2 -2
  9. package/Npgsql/bindings.json +10951 -18969
  10. package/Npgsql/internal/index.d.ts +1044 -1044
  11. package/Npgsql.BackendMessages/bindings.json +26 -39
  12. package/Npgsql.BackendMessages/internal/index.d.ts +3 -3
  13. package/Npgsql.EntityFrameworkCore.PostgreSQL/bindings.json +9 -66
  14. package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/bindings.json +93 -174
  15. package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/index.d.ts +12 -12
  16. package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/bindings.json +26 -201
  17. package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/index.d.ts +17 -17
  18. package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/bindings.json +34 -48
  19. package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/index.d.ts +4 -4
  20. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/bindings.json +124 -217
  21. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/index.d.ts +17 -17
  22. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/bindings.json +335 -693
  23. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/index.d.ts +55 -55
  24. package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/bindings.json +390 -712
  25. package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/index.d.ts +56 -56
  26. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/bindings.json +322 -703
  27. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/index.d.ts +62 -62
  28. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/bindings.json +99 -193
  29. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/index.d.ts +9 -9
  30. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/bindings.json +155 -612
  31. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/index.d.ts +52 -52
  32. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/bindings.json +33 -58
  33. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/index.d.ts +4 -4
  34. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/bindings.json +92 -173
  35. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/index.d.ts +13 -13
  36. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/bindings.json +35 -72
  37. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/index.d.ts +6 -6
  38. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/bindings.json +129 -234
  39. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/index.d.ts +20 -20
  40. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/bindings.json +421 -864
  41. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/index.d.ts +38 -38
  42. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/bindings.json +41 -345
  43. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/index.d.ts +30 -30
  44. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/bindings.json +952 -2015
  45. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/index.d.ts +152 -152
  46. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/bindings.json +240 -523
  47. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/index.d.ts +21 -21
  48. package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/bindings.json +33 -61
  49. package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/index.d.ts +3 -3
  50. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/bindings.json +276 -544
  51. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/index.d.ts +36 -36
  52. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/bindings.json +60 -110
  53. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/index.d.ts +8 -8
  54. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/bindings.json +1549 -4016
  55. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/index.d.ts +159 -159
  56. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/bindings.json +14 -34
  57. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/index.d.ts +1 -1
  58. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/bindings.json +93 -187
  59. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/index.d.ts +10 -10
  60. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/bindings.json +37 -76
  61. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/index.d.ts +4 -4
  62. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/bindings.json +108 -192
  63. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/index.d.ts +8 -8
  64. package/Npgsql.Internal/bindings.json +1671 -3264
  65. package/Npgsql.Internal/internal/index.d.ts +243 -243
  66. package/Npgsql.Internal.Postgres/bindings.json +208 -434
  67. package/Npgsql.Internal.Postgres/internal/index.d.ts +33 -33
  68. package/Npgsql.NameTranslation/bindings.json +61 -116
  69. package/Npgsql.NameTranslation/internal/index.d.ts +5 -5
  70. package/Npgsql.PostgresTypes/bindings.json +175 -1000
  71. package/Npgsql.PostgresTypes/internal/index.d.ts +19 -19
  72. package/Npgsql.Replication/bindings.json +325 -1072
  73. package/Npgsql.Replication/internal/index.d.ts +46 -46
  74. package/Npgsql.Replication.Internal/bindings.json +44 -73
  75. package/Npgsql.Replication.Internal/internal/index.d.ts +5 -5
  76. package/Npgsql.Replication.PgOutput/bindings.json +191 -537
  77. package/Npgsql.Replication.PgOutput/internal/index.d.ts +30 -30
  78. package/Npgsql.Replication.PgOutput.Messages/bindings.json +662 -2866
  79. package/Npgsql.Replication.PgOutput.Messages/internal/index.d.ts +82 -82
  80. package/Npgsql.Replication.TestDecoding/bindings.json +91 -268
  81. package/Npgsql.Replication.TestDecoding/internal/index.d.ts +13 -13
  82. package/Npgsql.Schema/bindings.json +149 -322
  83. package/Npgsql.Schema/internal/index.d.ts +28 -28
  84. package/Npgsql.TypeMapping/bindings.json +92 -153
  85. package/Npgsql.TypeMapping/internal/index.d.ts +13 -13
  86. package/Npgsql.Util/bindings.json +9 -1
  87. package/NpgsqlTypes/bindings.json +1569 -4426
  88. package/NpgsqlTypes/internal/index.d.ts +280 -280
  89. package/__build/scripts/generate.sh +4 -4
  90. package/__internal/extensions/index.d.ts +71 -71
  91. package/package.json +5 -5
  92. package/Microsoft.EntityFrameworkCore/internal/metadata.json +0 -10154
  93. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +0 -172
  94. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/metadata.json +0 -49
  95. package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -63
  96. package/Npgsql/internal/metadata.json +0 -15514
  97. package/Npgsql.BackendMessages/internal/metadata.json +0 -72
  98. package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/metadata.json +0 -60
  99. package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/metadata.json +0 -269
  100. package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/metadata.json +0 -184
  101. package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/metadata.json +0 -125
  102. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/metadata.json +0 -342
  103. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/metadata.json +0 -985
  104. package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/metadata.json +0 -1064
  105. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/metadata.json +0 -990
  106. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/metadata.json +0 -317
  107. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/metadata.json +0 -664
  108. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/metadata.json +0 -95
  109. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/metadata.json +0 -262
  110. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/metadata.json +0 -114
  111. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/metadata.json +0 -351
  112. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/metadata.json +0 -1349
  113. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/metadata.json +0 -304
  114. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/metadata.json +0 -2783
  115. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/metadata.json +0 -806
  116. package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/metadata.json +0 -102
  117. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/metadata.json +0 -807
  118. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/metadata.json +0 -186
  119. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/metadata.json +0 -4823
  120. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/metadata.json +0 -51
  121. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/metadata.json +0 -341
  122. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/metadata.json +0 -118
  123. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/metadata.json +0 -323
  124. package/Npgsql.Internal/internal/metadata.json +0 -4555
  125. package/Npgsql.Internal.Postgres/internal/metadata.json +0 -619
  126. package/Npgsql.NameTranslation/internal/metadata.json +0 -173
  127. package/Npgsql.PostgresTypes/internal/metadata.json +0 -480
  128. package/Npgsql.Replication/internal/metadata.json +0 -972
  129. package/Npgsql.Replication.Internal/internal/metadata.json +0 -119
  130. package/Npgsql.Replication.PgOutput/internal/metadata.json +0 -644
  131. package/Npgsql.Replication.PgOutput.Messages/internal/metadata.json +0 -1905
  132. package/Npgsql.Replication.TestDecoding/internal/metadata.json +0 -283
  133. package/Npgsql.Schema/internal/metadata.json +0 -451
  134. package/Npgsql.TypeMapping/internal/metadata.json +0 -248
  135. package/Npgsql.Util/internal/metadata.json +0 -24
  136. package/NpgsqlTypes/internal/metadata.json +0 -5014
@@ -14,34 +14,34 @@ import * as Microsoft_EntityFrameworkCore_Metadata_Internal from "@tsonic/efcore
14
14
  import type { IColumn, IRelationalAnnotationProvider, IRelationalModel, ITable, ITableIndex, RelationalAnnotationProvider, RelationalAnnotationProviderDependencies } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Metadata.js";
15
15
 
16
16
  export interface IdentitySequenceOptionsData$instance {
17
- incrementBy: long;
18
- isCyclic: boolean;
19
- maxValue: Nullable<System_Internal.Int64>;
20
- minValue: Nullable<System_Internal.Int64>;
21
- numbersToCache: long;
22
- startValue: Nullable<System_Internal.Int64>;
23
- equals(other: IdentitySequenceOptionsData): boolean;
24
- equals(obj: unknown): boolean;
25
- getHashCode(): int;
26
- serialize(): string;
17
+ IncrementBy: long;
18
+ IsCyclic: boolean;
19
+ MaxValue: Nullable<System_Internal.Int64>;
20
+ MinValue: Nullable<System_Internal.Int64>;
21
+ NumbersToCache: long;
22
+ StartValue: Nullable<System_Internal.Int64>;
23
+ Equals(other: IdentitySequenceOptionsData): boolean;
24
+ Equals(obj: unknown): boolean;
25
+ GetHashCode(): int;
26
+ Serialize(): string;
27
27
  }
28
28
 
29
29
 
30
30
  export const IdentitySequenceOptionsData: {
31
31
  new(): IdentitySequenceOptionsData;
32
- readonly empty: IdentitySequenceOptionsData;
33
- deserialize(value: string): IdentitySequenceOptionsData;
34
- get(annotatable: IReadOnlyAnnotatable): IdentitySequenceOptionsData;
32
+ readonly Empty: IdentitySequenceOptionsData;
33
+ Deserialize(value: string): IdentitySequenceOptionsData;
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
- 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>;
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
 
@@ -53,47 +53,47 @@ export const NpgsqlAnnotationProvider: {
53
53
  export type NpgsqlAnnotationProvider = NpgsqlAnnotationProvider$instance;
54
54
 
55
55
  export abstract class CockroachDbAnnotationNames$instance {
56
- static readonly prefix: string;
57
- static readonly interleaveInParent: string;
56
+ static readonly Prefix: string;
57
+ static readonly InterleaveInParent: string;
58
58
  }
59
59
 
60
60
 
61
61
  export type CockroachDbAnnotationNames = CockroachDbAnnotationNames$instance;
62
62
 
63
63
  export abstract class NpgsqlAnnotationNames$instance {
64
- static readonly prefix: string;
65
- static readonly compressionMethod: string;
66
- static readonly createdConcurrently: string;
67
- static readonly databaseTemplate: string;
68
- static readonly hiLoSequenceName: string;
69
- static readonly hiLoSequenceSchema: string;
70
- static readonly identityOptions: string;
71
- static readonly indexMethod: string;
72
- static readonly indexOperators: string;
73
- static readonly indexNullSortOrder: string;
74
- static readonly indexInclude: string;
75
- static readonly nullsDistinct: string;
76
- static readonly tablespace: string;
77
- static readonly tsVectorConfig: string;
78
- static readonly tsVectorProperties: string;
79
- static readonly unloggedTable: string;
80
- static readonly valueGenerationStrategy: string;
81
- static readonly sequenceNameSuffix: string;
82
- static readonly sequenceName: string;
83
- static readonly sequenceSchema: string;
84
- static readonly collationDefinitionPrefix: string;
85
- static readonly enumPrefix: string;
86
- static readonly postgresExtensionPrefix: string;
87
- static readonly rangePrefix: string;
88
- static readonly storageParameterPrefix: string;
89
- static readonly postgresTypeType: string;
90
- static readonly elementDataType: string;
91
- static readonly indexExpression: string;
92
- static readonly defaultColumnCollation: string;
93
- static readonly valueGeneratedOnAdd: string;
94
- static readonly comment: string;
95
- static readonly indexCollation: string;
96
- static readonly indexSortOrder: string;
64
+ static readonly Prefix: string;
65
+ static readonly CompressionMethod: string;
66
+ static readonly CreatedConcurrently: string;
67
+ static readonly DatabaseTemplate: string;
68
+ static readonly HiLoSequenceName: string;
69
+ static readonly HiLoSequenceSchema: string;
70
+ static readonly IdentityOptions: string;
71
+ static readonly IndexMethod: string;
72
+ static readonly IndexOperators: string;
73
+ static readonly IndexNullSortOrder: string;
74
+ static readonly IndexInclude: string;
75
+ static readonly NullsDistinct: string;
76
+ static readonly Tablespace: string;
77
+ static readonly TsVectorConfig: string;
78
+ static readonly TsVectorProperties: string;
79
+ static readonly UnloggedTable: string;
80
+ static readonly ValueGenerationStrategy: string;
81
+ static readonly SequenceNameSuffix: string;
82
+ static readonly SequenceName: string;
83
+ static readonly SequenceSchema: string;
84
+ static readonly CollationDefinitionPrefix: string;
85
+ static readonly EnumPrefix: string;
86
+ static readonly PostgresExtensionPrefix: string;
87
+ static readonly RangePrefix: string;
88
+ static readonly StorageParameterPrefix: string;
89
+ static readonly PostgresTypeType: string;
90
+ static readonly ElementDataType: string;
91
+ static readonly IndexExpression: string;
92
+ static readonly DefaultColumnCollation: string;
93
+ static readonly ValueGeneratedOnAdd: string;
94
+ static readonly Comment: string;
95
+ static readonly IndexCollation: string;
96
+ static readonly IndexSortOrder: string;
97
97
  }
98
98
 
99
99
 
@@ -1,23 +1,36 @@
1
1
  {
2
2
  "namespace": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations",
3
+ "contributingAssemblies": [
4
+ "Npgsql.EntityFrameworkCore.PostgreSQL"
5
+ ],
3
6
  "types": [
4
7
  {
5
8
  "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.NpgsqlMigrationsSqlGenerator",
6
9
  "clrName": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.NpgsqlMigrationsSqlGenerator",
7
- "tsEmitName": "NpgsqlMigrationsSqlGenerator",
8
10
  "assemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
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": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.NpgsqlMigrationsSqlGenerator::Generate(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerationOptions):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Migrations.MigrationCommand,Microsoft.EntityFrameworkCore.Relational,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
13
21
  "clrName": "Generate",
14
- "tsEmitName": "generate",
15
22
  "metadataToken": 100665141,
16
23
  "canonicalSignature": "(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerationOptions):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Migrations.MigrationCommand,Microsoft.EntityFrameworkCore.Relational,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
17
24
  "normalizedSignature": "Generate|(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerationOptions):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Migrations.MigrationCommand,Microsoft.EntityFrameworkCore.Relational,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
18
25
  "emitScope": "ClassSurface",
26
+ "provenance": "Original",
19
27
  "arity": 0,
20
28
  "parameterCount": 3,
29
+ "isStatic": false,
30
+ "isAbstract": false,
31
+ "isVirtual": true,
32
+ "isOverride": true,
33
+ "isSealed": false,
21
34
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.NpgsqlMigrationsSqlGenerator",
22
35
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
23
36
  "isExtensionMethod": false
@@ -25,13 +38,18 @@
25
38
  {
26
39
  "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.NpgsqlMigrationsSqlGenerator::Generate(Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations.NpgsqlDropDatabaseOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
27
40
  "clrName": "Generate",
28
- "tsEmitName": "generate",
29
41
  "metadataToken": 100665157,
30
42
  "canonicalSignature": "(Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations.NpgsqlDropDatabaseOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
31
43
  "normalizedSignature": "Generate|(Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations.NpgsqlDropDatabaseOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void|static=false",
32
44
  "emitScope": "ClassSurface",
45
+ "provenance": "Original",
33
46
  "arity": 0,
34
47
  "parameterCount": 3,
48
+ "isStatic": false,
49
+ "isAbstract": false,
50
+ "isVirtual": true,
51
+ "isOverride": false,
52
+ "isSealed": false,
35
53
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.NpgsqlMigrationsSqlGenerator",
36
54
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
37
55
  "isExtensionMethod": false
@@ -39,13 +57,18 @@
39
57
  {
40
58
  "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.NpgsqlMigrationsSqlGenerator::Rename(System.String,System.String,System.String,System.String,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
41
59
  "clrName": "Rename",
42
- "tsEmitName": "rename",
43
60
  "metadataToken": 100665180,
44
61
  "canonicalSignature": "(System.String,System.String,System.String,System.String,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
45
62
  "normalizedSignature": "Rename|(System.String,System.String,System.String,System.String,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void|static=false",
46
63
  "emitScope": "ClassSurface",
64
+ "provenance": "Original",
47
65
  "arity": 0,
48
66
  "parameterCount": 5,
67
+ "isStatic": false,
68
+ "isAbstract": false,
69
+ "isVirtual": true,
70
+ "isOverride": false,
71
+ "isSealed": false,
49
72
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.NpgsqlMigrationsSqlGenerator",
50
73
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
51
74
  "isExtensionMethod": false
@@ -53,13 +76,18 @@
53
76
  {
54
77
  "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.NpgsqlMigrationsSqlGenerator::Transfer(System.String,System.String,System.String,System.String,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
55
78
  "clrName": "Transfer",
56
- "tsEmitName": "transfer",
57
79
  "metadataToken": 100665181,
58
80
  "canonicalSignature": "(System.String,System.String,System.String,System.String,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void",
59
81
  "normalizedSignature": "Transfer|(System.String,System.String,System.String,System.String,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void|static=false",
60
82
  "emitScope": "ClassSurface",
83
+ "provenance": "Original",
61
84
  "arity": 0,
62
85
  "parameterCount": 5,
86
+ "isStatic": false,
87
+ "isAbstract": false,
88
+ "isVirtual": true,
89
+ "isOverride": false,
90
+ "isSealed": false,
63
91
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.NpgsqlMigrationsSqlGenerator",
64
92
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
65
93
  "isExtensionMethod": false
@@ -79,59 +107,6 @@
79
107
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.NpgsqlMigrationsSqlGenerator",
80
108
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
81
109
  }
82
- ],
83
- "exposedMethods": [
84
- {
85
- "tsName": "generate",
86
- "isStatic": false,
87
- "tsSignatureId": "Generate|(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerationOptions):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Migrations.MigrationCommand,Microsoft.EntityFrameworkCore.Relational,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
88
- "target": {
89
- "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.NpgsqlMigrationsSqlGenerator",
90
- "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
91
- "metadataToken": 100665141
92
- }
93
- },
94
- {
95
- "tsName": "generate",
96
- "isStatic": false,
97
- "tsSignatureId": "Generate|(Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations.NpgsqlDropDatabaseOperation,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void|static=false",
98
- "target": {
99
- "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.NpgsqlMigrationsSqlGenerator",
100
- "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
101
- "metadataToken": 100665157
102
- }
103
- },
104
- {
105
- "tsName": "rename",
106
- "isStatic": false,
107
- "tsSignatureId": "Rename|(System.String,System.String,System.String,System.String,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void|static=false",
108
- "target": {
109
- "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.NpgsqlMigrationsSqlGenerator",
110
- "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
111
- "metadataToken": 100665180
112
- }
113
- },
114
- {
115
- "tsName": "transfer",
116
- "isStatic": false,
117
- "tsSignatureId": "Transfer|(System.String,System.String,System.String,System.String,Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder):System.Void|static=false",
118
- "target": {
119
- "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.NpgsqlMigrationsSqlGenerator",
120
- "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
121
- "metadataToken": 100665181
122
- }
123
- }
124
- ],
125
- "exposedConstructors": [
126
- {
127
- "isStatic": false,
128
- "tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGeneratorDependencies,Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.INpgsqlSingletonOptions):void|static=false",
129
- "target": {
130
- "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.NpgsqlMigrationsSqlGenerator",
131
- "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
132
- "metadataToken": 100665140
133
- }
134
- }
135
110
  ]
136
111
  }
137
112
  ]
@@ -17,10 +17,10 @@ import type { IMigrationsSqlGenerator, MigrationCommand, MigrationCommandListBui
17
17
  import type { MigrationOperation } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Migrations.Operations.js";
18
18
 
19
19
  export interface NpgsqlMigrationsSqlGenerator$instance extends MigrationsSqlGenerator {
20
- generate(operations: IReadOnlyList<MigrationOperation>, model?: IModel, options?: MigrationsSqlGenerationOptions): IReadOnlyList<MigrationCommand>;
21
- generate(operation: NpgsqlDropDatabaseOperation, model: IModel, builder: MigrationCommandListBuilder): void;
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;
20
+ Generate(operations: IReadOnlyList<MigrationOperation>, model?: IModel, options?: MigrationsSqlGenerationOptions): IReadOnlyList<MigrationCommand>;
21
+ Generate(operation: NpgsqlDropDatabaseOperation, model: IModel, builder: MigrationCommandListBuilder): void;
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