@tsonic/efcore-npgsql 10.0.1 → 10.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Microsoft.EntityFrameworkCore/bindings.json +737 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +20 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +5 -0
- package/Microsoft.Extensions.DependencyInjection/bindings.json +6 -0
- package/Npgsql/bindings.json +3099 -41
- package/Npgsql/internal/index.d.ts +142 -22
- package/Npgsql.BackendMessages/bindings.json +7 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL/bindings.json +39 -1
- package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/index.d.ts +7 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/bindings.json +179 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/index.d.ts +17 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/bindings.json +22 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/bindings.json +8 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/bindings.json +59 -1
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/index.d.ts +8 -3
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/bindings.json +275 -16
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/index.d.ts +35 -11
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.d.ts +1 -1
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.d.ts +2 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/bindings.json +120 -31
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/index.d.ts +6 -8
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/bindings.json +150 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/bindings.json +480 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/index.d.ts +50 -10
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions.d.ts +4 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/bindings.json +85 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/bindings.json +763 -8
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/index.d.ts +47 -5
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/bindings.json +94 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/index.d.ts +10 -3
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.d.ts +2 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/bindings.json +42 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.d.ts +5 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/bindings.json +31 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/bindings.json +410 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/bindings.json +53 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/bindings.json +1093 -9
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/index.d.ts +103 -15
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/bindings.json +2356 -296
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/index.d.ts +157 -17
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.d.ts +6 -5
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/bindings.json +25 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/bindings.json +508 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/index.d.ts +44 -11
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/bindings.json +23 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/bindings.json +4017 -129
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/index.d.ts +435 -53
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.d.ts +5 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/bindings.json +16 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/bindings.json +257 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/index.d.ts +29 -5
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal.d.ts +5 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/bindings.json +20 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/bindings.json +137 -1
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/index.d.ts +16 -3
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal.d.ts +3 -1
- package/Npgsql.EntityFrameworkCore.PostgreSQL.d.ts +1 -1
- package/Npgsql.Internal/bindings.json +884 -15
- package/Npgsql.Internal/internal/index.d.ts +43 -9
- package/Npgsql.Internal.Postgres/bindings.json +81 -0
- package/Npgsql.Internal.d.ts +1 -1
- package/Npgsql.NameTranslation/bindings.json +30 -0
- package/Npgsql.PostgresTypes/bindings.json +144 -12
- package/Npgsql.PostgresTypes/internal/index.d.ts +12 -9
- package/Npgsql.Replication/bindings.json +166 -11
- package/Npgsql.Replication/internal/index.d.ts +6 -5
- package/Npgsql.Replication.Internal/bindings.json +26 -1
- package/Npgsql.Replication.Internal/internal/index.d.ts +1 -0
- package/Npgsql.Replication.PgOutput/bindings.json +160 -6
- package/Npgsql.Replication.PgOutput/internal/index.d.ts +4 -3
- package/Npgsql.Replication.PgOutput.Messages/bindings.json +513 -83
- package/Npgsql.Replication.PgOutput.Messages/internal/index.d.ts +43 -40
- package/Npgsql.Replication.TestDecoding/bindings.json +40 -2
- package/Npgsql.Replication.TestDecoding/internal/index.d.ts +1 -1
- package/Npgsql.Schema/bindings.json +87 -54
- package/Npgsql.Schema/internal/index.d.ts +33 -27
- package/Npgsql.TypeMapping/bindings.json +17 -0
- package/Npgsql.Util/bindings.json +4 -0
- package/Npgsql.d.ts +1 -1
- package/NpgsqlTypes/bindings.json +871 -4
- package/NpgsqlTypes/internal/index.d.ts +3 -1
- package/package.json +1 -1
|
@@ -8,15 +8,57 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
|
|
|
8
8
|
// Import types from other namespaces
|
|
9
9
|
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
10
10
|
import type { INpgsqlSingletonOptions } from "../../Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/index.js";
|
|
11
|
-
import type {
|
|
11
|
+
import type { PostgresCollation, PostgresEnum, PostgresExtension, PostgresRange } from "../../Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/index.js";
|
|
12
|
+
import type { NpgsqlCreateDatabaseOperation, NpgsqlDropDatabaseOperation } from "../../Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/index.js";
|
|
12
13
|
import type { IReadOnlyList } from "@tsonic/dotnet/System.Collections.Generic.js";
|
|
13
|
-
import type { String as ClrString, Void } from "@tsonic/dotnet/System.js";
|
|
14
|
-
import type { IModel } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Metadata.js";
|
|
14
|
+
import type { Boolean as ClrBoolean, Object as ClrObject, String as ClrString, Void } from "@tsonic/dotnet/System.js";
|
|
15
|
+
import type { IColumn, IModel } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Metadata.js";
|
|
15
16
|
import * as Microsoft_EntityFrameworkCore_Migrations_Internal from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Migrations.js";
|
|
16
17
|
import type { IMigrationsSqlGenerator, MigrationCommand, MigrationCommandListBuilder, MigrationsSqlGenerationOptions, MigrationsSqlGenerator, MigrationsSqlGeneratorDependencies } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Migrations.js";
|
|
17
|
-
import type { MigrationOperation } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Migrations.Operations.js";
|
|
18
|
+
import type { AddColumnOperation, AlterColumnOperation, AlterDatabaseOperation, AlterTableOperation, ColumnOperation, CreateIndexOperation, CreateSequenceOperation, CreateTableOperation, DropColumnOperation, DropIndexOperation, EnsureSchemaOperation, InsertDataOperation, MigrationOperation, RenameColumnOperation, RenameIndexOperation, RenameSequenceOperation, RenameTableOperation, RestartSequenceOperation, SequenceOperation } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Migrations.Operations.js";
|
|
18
19
|
|
|
19
|
-
export
|
|
20
|
+
export abstract class NpgsqlMigrationsSqlGenerator$protected {
|
|
21
|
+
protected ApplyTsVectorColumnSql(column: ColumnOperation, model: IModel, name: string, schema: string, table: string): void;
|
|
22
|
+
protected ColumnDefinition(schema: string, table: string, name: string, operation: ColumnOperation, model: IModel, builder: MigrationCommandListBuilder): void;
|
|
23
|
+
protected ComputedColumnDefinition(schema: string, table: string, name: string, operation: ColumnOperation, model: IModel, builder: MigrationCommandListBuilder): void;
|
|
24
|
+
protected DefaultValue(defaultValue: unknown, defaultValueSql: string, columnType: string, builder: MigrationCommandListBuilder): void;
|
|
25
|
+
protected Generate(operation: MigrationOperation, model: IModel, builder: MigrationCommandListBuilder): void;
|
|
26
|
+
protected Generate(operation: AlterTableOperation, model: IModel, builder: MigrationCommandListBuilder): void;
|
|
27
|
+
protected Generate(operation: AlterColumnOperation, model: IModel, builder: MigrationCommandListBuilder): void;
|
|
28
|
+
protected Generate(operation: RenameIndexOperation, model: IModel, builder: MigrationCommandListBuilder): void;
|
|
29
|
+
protected Generate(operation: RenameSequenceOperation, model: IModel, builder: MigrationCommandListBuilder): void;
|
|
30
|
+
protected Generate(operation: RestartSequenceOperation, model: IModel, builder: MigrationCommandListBuilder): void;
|
|
31
|
+
protected Generate(operation: RenameTableOperation, model: IModel, builder: MigrationCommandListBuilder): void;
|
|
32
|
+
protected Generate(operation: EnsureSchemaOperation, model: IModel, builder: MigrationCommandListBuilder): void;
|
|
33
|
+
protected Generate(operation: NpgsqlCreateDatabaseOperation, model: IModel, builder: MigrationCommandListBuilder): void;
|
|
34
|
+
protected Generate(operation: AlterDatabaseOperation, model: IModel, builder: MigrationCommandListBuilder): void;
|
|
35
|
+
protected Generate(operation: RenameColumnOperation, model: IModel, builder: MigrationCommandListBuilder): void;
|
|
36
|
+
protected Generate(operation: CreateSequenceOperation, model: IModel, builder: MigrationCommandListBuilder): void;
|
|
37
|
+
protected Generate(operation: CreateTableOperation, model: IModel, builder: MigrationCommandListBuilder, terminate?: boolean): void;
|
|
38
|
+
protected Generate(operation: DropColumnOperation, model: IModel, builder: MigrationCommandListBuilder, terminate?: boolean): void;
|
|
39
|
+
protected Generate(operation: AddColumnOperation, model: IModel, builder: MigrationCommandListBuilder, terminate?: boolean): void;
|
|
40
|
+
protected Generate(operation: CreateIndexOperation, model: IModel, builder: MigrationCommandListBuilder, terminate?: boolean): void;
|
|
41
|
+
protected Generate(operation: DropIndexOperation, model: IModel, builder: MigrationCommandListBuilder, terminate?: boolean): void;
|
|
42
|
+
protected Generate(operation: InsertDataOperation, model: IModel, builder: MigrationCommandListBuilder, terminate?: boolean): void;
|
|
43
|
+
protected GenerateAddEnumLabel(enumType: PostgresEnum, addedLabel: string, beforeLabel: string, afterLabel: string, model: IModel, builder: MigrationCommandListBuilder): void;
|
|
44
|
+
protected GenerateCollationStatements(operation: AlterDatabaseOperation, model: IModel, builder: MigrationCommandListBuilder): void;
|
|
45
|
+
protected GenerateCreateCollation(collation: PostgresCollation, model: IModel, builder: MigrationCommandListBuilder): void;
|
|
46
|
+
protected GenerateCreateEnum(enumType: PostgresEnum, model: IModel, builder: MigrationCommandListBuilder): void;
|
|
47
|
+
protected GenerateCreateExtension(extension: PostgresExtension, model: IModel, builder: MigrationCommandListBuilder): void;
|
|
48
|
+
protected GenerateCreateRange(rangeType: PostgresRange, model: IModel, builder: MigrationCommandListBuilder): void;
|
|
49
|
+
protected GenerateDropCollation(collation: PostgresCollation, model: IModel, builder: MigrationCommandListBuilder): void;
|
|
50
|
+
protected GenerateDropEnum(enumType: PostgresEnum, model: IModel, builder: MigrationCommandListBuilder): void;
|
|
51
|
+
protected GenerateDropRange(rangeType: PostgresRange, model: IModel, builder: MigrationCommandListBuilder): void;
|
|
52
|
+
protected GenerateEnumStatements(operation: AlterDatabaseOperation, model: IModel, builder: MigrationCommandListBuilder): void;
|
|
53
|
+
protected GenerateRangeStatements(operation: AlterDatabaseOperation, model: IModel, builder: MigrationCommandListBuilder): void;
|
|
54
|
+
protected IdentityDefinition(operation: ColumnOperation, builder: MigrationCommandListBuilder): void;
|
|
55
|
+
protected IndexOptions(operation: MigrationOperation, model: IModel, builder: MigrationCommandListBuilder): void;
|
|
56
|
+
protected RecreateIndexes(column: IColumn, currentOperation: MigrationOperation, builder: MigrationCommandListBuilder): void;
|
|
57
|
+
protected SequenceOptions(schema: string, name: string, operation: SequenceOperation, model: IModel, builder: MigrationCommandListBuilder, forAlter: boolean): void;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
export interface NpgsqlMigrationsSqlGenerator$instance extends NpgsqlMigrationsSqlGenerator$protected, MigrationsSqlGenerator {
|
|
20
62
|
Generate(operations: IReadOnlyList<MigrationOperation>, model?: IModel, options?: MigrationsSqlGenerationOptions): IReadOnlyList<MigrationCommand>;
|
|
21
63
|
Generate(operation: NpgsqlDropDatabaseOperation, model: IModel, builder: MigrationCommandListBuilder): void;
|
|
22
64
|
Rename(schema: string, name: string, newName: string, type: string, builder: MigrationCommandListBuilder): void;
|
|
@@ -15,6 +15,16 @@
|
|
|
15
15
|
"isSealed": false,
|
|
16
16
|
"isStatic": false,
|
|
17
17
|
"arity": 0,
|
|
18
|
+
"baseType": {
|
|
19
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.HistoryRepository",
|
|
20
|
+
"clrName": "Microsoft.EntityFrameworkCore.Migrations.HistoryRepository"
|
|
21
|
+
},
|
|
22
|
+
"interfaces": [
|
|
23
|
+
{
|
|
24
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository",
|
|
25
|
+
"clrName": "Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository"
|
|
26
|
+
}
|
|
27
|
+
],
|
|
18
28
|
"methods": [
|
|
19
29
|
{
|
|
20
30
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlHistoryRepository::AcquireDatabaseLock():Microsoft.EntityFrameworkCore.Migrations.IMigrationsDatabaseLock",
|
|
@@ -31,6 +41,7 @@
|
|
|
31
41
|
"isVirtual": true,
|
|
32
42
|
"isOverride": true,
|
|
33
43
|
"isSealed": false,
|
|
44
|
+
"visibility": "Public",
|
|
34
45
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlHistoryRepository",
|
|
35
46
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
36
47
|
"isExtensionMethod": false
|
|
@@ -50,6 +61,47 @@
|
|
|
50
61
|
"isVirtual": true,
|
|
51
62
|
"isOverride": true,
|
|
52
63
|
"isSealed": false,
|
|
64
|
+
"visibility": "Public",
|
|
65
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlHistoryRepository",
|
|
66
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
67
|
+
"isExtensionMethod": false
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlHistoryRepository::InterpretExistsResult(System.Object):System.Boolean",
|
|
71
|
+
"clrName": "InterpretExistsResult",
|
|
72
|
+
"metadataToken": 100665215,
|
|
73
|
+
"canonicalSignature": "(System.Object):System.Boolean",
|
|
74
|
+
"normalizedSignature": "InterpretExistsResult|(System.Object):System.Boolean|static=false",
|
|
75
|
+
"emitScope": "ClassSurface",
|
|
76
|
+
"provenance": "Original",
|
|
77
|
+
"arity": 0,
|
|
78
|
+
"parameterCount": 1,
|
|
79
|
+
"isStatic": false,
|
|
80
|
+
"isAbstract": false,
|
|
81
|
+
"isVirtual": true,
|
|
82
|
+
"isOverride": true,
|
|
83
|
+
"isSealed": false,
|
|
84
|
+
"visibility": "Protected",
|
|
85
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlHistoryRepository",
|
|
86
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
87
|
+
"isExtensionMethod": false
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlHistoryRepository::GetCreateCommands():System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Migrations.MigrationCommand,Microsoft.EntityFrameworkCore.Relational,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
91
|
+
"clrName": "GetCreateCommands",
|
|
92
|
+
"metadataToken": 100665216,
|
|
93
|
+
"canonicalSignature": "():System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Migrations.MigrationCommand,Microsoft.EntityFrameworkCore.Relational,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
94
|
+
"normalizedSignature": "GetCreateCommands|():System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Migrations.MigrationCommand,Microsoft.EntityFrameworkCore.Relational,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
95
|
+
"emitScope": "ClassSurface",
|
|
96
|
+
"provenance": "Original",
|
|
97
|
+
"arity": 0,
|
|
98
|
+
"parameterCount": 0,
|
|
99
|
+
"isStatic": false,
|
|
100
|
+
"isAbstract": false,
|
|
101
|
+
"isVirtual": true,
|
|
102
|
+
"isOverride": true,
|
|
103
|
+
"isSealed": false,
|
|
104
|
+
"visibility": "Protected",
|
|
53
105
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlHistoryRepository",
|
|
54
106
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
55
107
|
"isExtensionMethod": false
|
|
@@ -69,6 +121,7 @@
|
|
|
69
121
|
"isVirtual": true,
|
|
70
122
|
"isOverride": true,
|
|
71
123
|
"isSealed": false,
|
|
124
|
+
"visibility": "Public",
|
|
72
125
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlHistoryRepository",
|
|
73
126
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
74
127
|
"isExtensionMethod": false
|
|
@@ -88,6 +141,7 @@
|
|
|
88
141
|
"isVirtual": true,
|
|
89
142
|
"isOverride": true,
|
|
90
143
|
"isSealed": false,
|
|
144
|
+
"visibility": "Public",
|
|
91
145
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlHistoryRepository",
|
|
92
146
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
93
147
|
"isExtensionMethod": false
|
|
@@ -107,6 +161,7 @@
|
|
|
107
161
|
"isVirtual": true,
|
|
108
162
|
"isOverride": true,
|
|
109
163
|
"isSealed": false,
|
|
164
|
+
"visibility": "Public",
|
|
110
165
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlHistoryRepository",
|
|
111
166
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
112
167
|
"isExtensionMethod": false
|
|
@@ -126,6 +181,7 @@
|
|
|
126
181
|
"isVirtual": true,
|
|
127
182
|
"isOverride": true,
|
|
128
183
|
"isSealed": false,
|
|
184
|
+
"visibility": "Public",
|
|
129
185
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlHistoryRepository",
|
|
130
186
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
131
187
|
"isExtensionMethod": false
|
|
@@ -145,6 +201,7 @@
|
|
|
145
201
|
"isVirtual": true,
|
|
146
202
|
"isOverride": true,
|
|
147
203
|
"isSealed": false,
|
|
204
|
+
"visibility": "Public",
|
|
148
205
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlHistoryRepository",
|
|
149
206
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
150
207
|
"isExtensionMethod": false
|
|
@@ -164,6 +221,7 @@
|
|
|
164
221
|
"isVirtual": true,
|
|
165
222
|
"isOverride": true,
|
|
166
223
|
"isSealed": false,
|
|
224
|
+
"visibility": "Public",
|
|
167
225
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlHistoryRepository",
|
|
168
226
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
169
227
|
"isExtensionMethod": false
|
|
@@ -183,6 +241,7 @@
|
|
|
183
241
|
"isVirtual": true,
|
|
184
242
|
"isOverride": true,
|
|
185
243
|
"isSealed": false,
|
|
244
|
+
"visibility": "Public",
|
|
186
245
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlHistoryRepository",
|
|
187
246
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
188
247
|
"isExtensionMethod": false
|
|
@@ -202,6 +261,7 @@
|
|
|
202
261
|
"isVirtual": true,
|
|
203
262
|
"isOverride": true,
|
|
204
263
|
"isSealed": false,
|
|
264
|
+
"visibility": "Public",
|
|
205
265
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlHistoryRepository",
|
|
206
266
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
207
267
|
"isExtensionMethod": false
|
|
@@ -223,6 +283,26 @@
|
|
|
223
283
|
"isAbstract": false,
|
|
224
284
|
"isVirtual": true,
|
|
225
285
|
"isOverride": true,
|
|
286
|
+
"visibility": "Public",
|
|
287
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlHistoryRepository",
|
|
288
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlHistoryRepository::ExistsSql:System.String",
|
|
292
|
+
"clrName": "ExistsSql",
|
|
293
|
+
"metadataToken": 385876139,
|
|
294
|
+
"canonicalSignature": ":System.String",
|
|
295
|
+
"normalizedSignature": "ExistsSql|:System.String|static=false|accessor=get",
|
|
296
|
+
"emitScope": "ClassSurface",
|
|
297
|
+
"provenance": "Original",
|
|
298
|
+
"isIndexer": false,
|
|
299
|
+
"hasGetter": true,
|
|
300
|
+
"hasSetter": false,
|
|
301
|
+
"isStatic": false,
|
|
302
|
+
"isAbstract": false,
|
|
303
|
+
"isVirtual": true,
|
|
304
|
+
"isOverride": true,
|
|
305
|
+
"visibility": "Protected",
|
|
226
306
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlHistoryRepository",
|
|
227
307
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
228
308
|
}
|
|
@@ -237,6 +317,7 @@
|
|
|
237
317
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Migrations.HistoryRepositoryDependencies):void|static=false",
|
|
238
318
|
"isStatic": false,
|
|
239
319
|
"parameterCount": 1,
|
|
320
|
+
"visibility": "Public",
|
|
240
321
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlHistoryRepository",
|
|
241
322
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
242
323
|
}
|
|
@@ -253,6 +334,16 @@
|
|
|
253
334
|
"isSealed": false,
|
|
254
335
|
"isStatic": false,
|
|
255
336
|
"arity": 0,
|
|
337
|
+
"baseType": {
|
|
338
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Internal.Migrator",
|
|
339
|
+
"clrName": "Microsoft.EntityFrameworkCore.Migrations.Internal.Migrator"
|
|
340
|
+
},
|
|
341
|
+
"interfaces": [
|
|
342
|
+
{
|
|
343
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.IMigrator",
|
|
344
|
+
"clrName": "Microsoft.EntityFrameworkCore.Migrations.IMigrator"
|
|
345
|
+
}
|
|
346
|
+
],
|
|
256
347
|
"methods": [
|
|
257
348
|
{
|
|
258
349
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlMigrator::Migrate(System.String):System.Void",
|
|
@@ -269,6 +360,7 @@
|
|
|
269
360
|
"isVirtual": true,
|
|
270
361
|
"isOverride": true,
|
|
271
362
|
"isSealed": false,
|
|
363
|
+
"visibility": "Public",
|
|
272
364
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlMigrator",
|
|
273
365
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
274
366
|
"isExtensionMethod": false
|
|
@@ -288,6 +380,7 @@
|
|
|
288
380
|
"isVirtual": true,
|
|
289
381
|
"isOverride": true,
|
|
290
382
|
"isSealed": false,
|
|
383
|
+
"visibility": "Public",
|
|
291
384
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlMigrator",
|
|
292
385
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
293
386
|
"isExtensionMethod": false
|
|
@@ -304,6 +397,7 @@
|
|
|
304
397
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Migrations.IMigrationsAssembly,Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository,Microsoft.EntityFrameworkCore.Storage.IDatabaseCreator,Microsoft.EntityFrameworkCore.Migrations.IMigrationsSqlGenerator,Microsoft.EntityFrameworkCore.Storage.IRawSqlCommandBuilder,Microsoft.EntityFrameworkCore.Migrations.IMigrationCommandExecutor,Microsoft.EntityFrameworkCore.Storage.IRelationalConnection,Microsoft.EntityFrameworkCore.Storage.ISqlGenerationHelper,Microsoft.EntityFrameworkCore.Infrastructure.ICurrentDbContext,Microsoft.EntityFrameworkCore.Infrastructure.IModelRuntimeInitializer,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BMigrations,Microsoft.EntityFrameworkCore,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IRelationalCommandDiagnosticsLogger,Microsoft.EntityFrameworkCore.Storage.IDatabaseProvider,Microsoft.EntityFrameworkCore.Migrations.IMigrationsModelDiffer,Microsoft.EntityFrameworkCore.Metadata.IDesignTimeModel,Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions,Microsoft.EntityFrameworkCore.Storage.IExecutionStrategy):void|static=false",
|
|
305
398
|
"isStatic": false,
|
|
306
399
|
"parameterCount": 17,
|
|
400
|
+
"visibility": "Public",
|
|
307
401
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlMigrator",
|
|
308
402
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
309
403
|
}
|
|
@@ -8,7 +8,7 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
|
|
|
8
8
|
// Import types from other namespaces
|
|
9
9
|
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
10
10
|
import type { IReadOnlyList } from "@tsonic/dotnet/System.Collections.Generic.js";
|
|
11
|
-
import type { Boolean as ClrBoolean, String as ClrString, Void } from "@tsonic/dotnet/System.js";
|
|
11
|
+
import type { Boolean as ClrBoolean, Object as ClrObject, String as ClrString, Void } from "@tsonic/dotnet/System.js";
|
|
12
12
|
import type { CancellationToken } from "@tsonic/dotnet/System.Threading.js";
|
|
13
13
|
import type { Task } from "@tsonic/dotnet/System.Threading.Tasks.js";
|
|
14
14
|
import type { IDiagnosticsLogger, IRelationalCommandDiagnosticsLogger } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Diagnostics.js";
|
|
@@ -18,10 +18,17 @@ import type { IDesignTimeModel } from "@tsonic/efcore/Microsoft.EntityFrameworkC
|
|
|
18
18
|
import * as Microsoft_EntityFrameworkCore_Migrations_Internal_Internal from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Migrations.Internal.js";
|
|
19
19
|
import type { Migrator } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Migrations.Internal.js";
|
|
20
20
|
import * as Microsoft_EntityFrameworkCore_Migrations_Internal from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Migrations.js";
|
|
21
|
-
import type { HistoryRepository, HistoryRepositoryDependencies, HistoryRow, IHistoryRepository, IMigrationCommandExecutor, IMigrationsAssembly, IMigrationsDatabaseLock, IMigrationsModelDiffer, IMigrationsSqlGenerator, IMigrator, LockReleaseBehavior } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Migrations.js";
|
|
21
|
+
import type { HistoryRepository, HistoryRepositoryDependencies, HistoryRow, IHistoryRepository, IMigrationCommandExecutor, IMigrationsAssembly, IMigrationsDatabaseLock, IMigrationsModelDiffer, IMigrationsSqlGenerator, IMigrator, LockReleaseBehavior, MigrationCommand } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Migrations.js";
|
|
22
22
|
import type { IDatabaseCreator, IDatabaseProvider, IExecutionStrategy, IRawSqlCommandBuilder, IRelationalConnection, ISqlGenerationHelper } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Storage.js";
|
|
23
23
|
|
|
24
|
-
export
|
|
24
|
+
export abstract class NpgsqlHistoryRepository$protected {
|
|
25
|
+
protected readonly ExistsSql: string;
|
|
26
|
+
protected GetCreateCommands(): IReadOnlyList<MigrationCommand>;
|
|
27
|
+
protected InterpretExistsResult(value: unknown): boolean;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
export interface NpgsqlHistoryRepository$instance extends NpgsqlHistoryRepository$protected, HistoryRepository {
|
|
25
32
|
readonly LockReleaseBehavior: LockReleaseBehavior;
|
|
26
33
|
AcquireDatabaseLock(): IMigrationsDatabaseLock;
|
|
27
34
|
AcquireDatabaseLockAsync(cancellationToken?: CancellationToken): Task<IMigrationsDatabaseLock>;
|
|
@@ -7,7 +7,7 @@ import * as Internal from './Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.In
|
|
|
7
7
|
|
|
8
8
|
// Cross-namespace type imports for constraints
|
|
9
9
|
import type { IReadOnlyList } from '@tsonic/dotnet/System.Collections.Generic.js';
|
|
10
|
-
import type { Boolean as ClrBoolean, String as ClrString, Void } from '@tsonic/dotnet/System.js';
|
|
10
|
+
import type { Boolean as ClrBoolean, Object as ClrObject, String as ClrString, Void } from '@tsonic/dotnet/System.js';
|
|
11
11
|
import type { CancellationToken } from '@tsonic/dotnet/System.Threading.js';
|
|
12
12
|
import type { Task } from '@tsonic/dotnet/System.Threading.Tasks.js';
|
|
13
13
|
import type { IDiagnosticsLogger, IRelationalCommandDiagnosticsLogger } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Diagnostics.js';
|
|
@@ -15,7 +15,7 @@ import type { ICurrentDbContext, IDbContextOptions, IModelRuntimeInitializer } f
|
|
|
15
15
|
import type { DbLoggerCategory$Migrations } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.js';
|
|
16
16
|
import type { IDesignTimeModel } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Metadata.js';
|
|
17
17
|
import type { Migrator } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Migrations.Internal.js';
|
|
18
|
-
import type { HistoryRepository, HistoryRepositoryDependencies, HistoryRow, IHistoryRepository, IMigrationCommandExecutor, IMigrationsAssembly, IMigrationsDatabaseLock, IMigrationsModelDiffer, IMigrationsSqlGenerator, IMigrator, LockReleaseBehavior } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Migrations.js';
|
|
18
|
+
import type { HistoryRepository, HistoryRepositoryDependencies, HistoryRow, IHistoryRepository, IMigrationCommandExecutor, IMigrationsAssembly, IMigrationsDatabaseLock, IMigrationsModelDiffer, IMigrationsSqlGenerator, IMigrator, LockReleaseBehavior, MigrationCommand } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Migrations.js';
|
|
19
19
|
import type { IDatabaseCreator, IDatabaseProvider, IExecutionStrategy, IRawSqlCommandBuilder, IRelationalConnection, ISqlGenerationHelper } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Storage.js';
|
|
20
20
|
|
|
21
21
|
// Public API exports (curated - no internal $instance/$views leakage)
|
|
@@ -15,6 +15,24 @@
|
|
|
15
15
|
"isSealed": false,
|
|
16
16
|
"isStatic": false,
|
|
17
17
|
"arity": 0,
|
|
18
|
+
"baseType": {
|
|
19
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Operations.DatabaseOperation",
|
|
20
|
+
"clrName": "Microsoft.EntityFrameworkCore.Migrations.Operations.DatabaseOperation"
|
|
21
|
+
},
|
|
22
|
+
"interfaces": [
|
|
23
|
+
{
|
|
24
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
|
|
25
|
+
"clrName": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable",
|
|
29
|
+
"clrName": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable",
|
|
33
|
+
"clrName": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable"
|
|
34
|
+
}
|
|
35
|
+
],
|
|
18
36
|
"methods": [],
|
|
19
37
|
"properties": [
|
|
20
38
|
{
|
|
@@ -32,6 +50,7 @@
|
|
|
32
50
|
"isAbstract": false,
|
|
33
51
|
"isVirtual": true,
|
|
34
52
|
"isOverride": false,
|
|
53
|
+
"visibility": "Public",
|
|
35
54
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations.NpgsqlCreateDatabaseOperation",
|
|
36
55
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
37
56
|
},
|
|
@@ -50,6 +69,7 @@
|
|
|
50
69
|
"isAbstract": false,
|
|
51
70
|
"isVirtual": true,
|
|
52
71
|
"isOverride": false,
|
|
72
|
+
"visibility": "Public",
|
|
53
73
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations.NpgsqlCreateDatabaseOperation",
|
|
54
74
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
55
75
|
},
|
|
@@ -68,6 +88,7 @@
|
|
|
68
88
|
"isAbstract": false,
|
|
69
89
|
"isVirtual": true,
|
|
70
90
|
"isOverride": false,
|
|
91
|
+
"visibility": "Public",
|
|
71
92
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations.NpgsqlCreateDatabaseOperation",
|
|
72
93
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
73
94
|
}
|
|
@@ -82,6 +103,7 @@
|
|
|
82
103
|
"normalizedSignature": "constructor|():void|static=false",
|
|
83
104
|
"isStatic": false,
|
|
84
105
|
"parameterCount": 0,
|
|
106
|
+
"visibility": "Public",
|
|
85
107
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations.NpgsqlCreateDatabaseOperation",
|
|
86
108
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
87
109
|
}
|
|
@@ -98,6 +120,24 @@
|
|
|
98
120
|
"isSealed": false,
|
|
99
121
|
"isStatic": false,
|
|
100
122
|
"arity": 0,
|
|
123
|
+
"baseType": {
|
|
124
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation",
|
|
125
|
+
"clrName": "Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation"
|
|
126
|
+
},
|
|
127
|
+
"interfaces": [
|
|
128
|
+
{
|
|
129
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
|
|
130
|
+
"clrName": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable"
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable",
|
|
134
|
+
"clrName": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable"
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable",
|
|
138
|
+
"clrName": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable"
|
|
139
|
+
}
|
|
140
|
+
],
|
|
101
141
|
"methods": [],
|
|
102
142
|
"properties": [
|
|
103
143
|
{
|
|
@@ -115,6 +155,7 @@
|
|
|
115
155
|
"isAbstract": false,
|
|
116
156
|
"isVirtual": true,
|
|
117
157
|
"isOverride": false,
|
|
158
|
+
"visibility": "Public",
|
|
118
159
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations.NpgsqlDropDatabaseOperation",
|
|
119
160
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
120
161
|
}
|
|
@@ -129,6 +170,7 @@
|
|
|
129
170
|
"normalizedSignature": "constructor|():void|static=false",
|
|
130
171
|
"isStatic": false,
|
|
131
172
|
"parameterCount": 0,
|
|
173
|
+
"visibility": "Public",
|
|
132
174
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations.NpgsqlDropDatabaseOperation",
|
|
133
175
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
134
176
|
}
|
|
@@ -7,12 +7,13 @@ import * as Internal from './Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/in
|
|
|
7
7
|
|
|
8
8
|
// Cross-namespace type imports for constraints
|
|
9
9
|
import type { INpgsqlSingletonOptions } from './Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/index.js';
|
|
10
|
-
import type {
|
|
10
|
+
import type { PostgresCollation, PostgresEnum, PostgresExtension, PostgresRange } from './Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/index.js';
|
|
11
|
+
import type { NpgsqlCreateDatabaseOperation, NpgsqlDropDatabaseOperation } from './Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/index.js';
|
|
11
12
|
import type { IReadOnlyList } from '@tsonic/dotnet/System.Collections.Generic.js';
|
|
12
|
-
import type { String as ClrString, Void } from '@tsonic/dotnet/System.js';
|
|
13
|
-
import type { IModel } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Metadata.js';
|
|
13
|
+
import type { Boolean as ClrBoolean, Object as ClrObject, String as ClrString, Void } from '@tsonic/dotnet/System.js';
|
|
14
|
+
import type { IColumn, IModel } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Metadata.js';
|
|
14
15
|
import type { IMigrationsSqlGenerator, MigrationCommand, MigrationCommandListBuilder, MigrationsSqlGenerationOptions, MigrationsSqlGenerator, MigrationsSqlGeneratorDependencies } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Migrations.js';
|
|
15
|
-
import type { MigrationOperation } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Migrations.Operations.js';
|
|
16
|
+
import type { AddColumnOperation, AlterColumnOperation, AlterDatabaseOperation, AlterTableOperation, ColumnOperation, CreateIndexOperation, CreateSequenceOperation, CreateTableOperation, DropColumnOperation, DropIndexOperation, EnsureSchemaOperation, InsertDataOperation, MigrationOperation, RenameColumnOperation, RenameIndexOperation, RenameSequenceOperation, RenameTableOperation, RestartSequenceOperation, SequenceOperation } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Migrations.Operations.js';
|
|
16
17
|
|
|
17
18
|
// Public API exports (curated - no internal $instance/$views leakage)
|
|
18
19
|
export { NpgsqlMigrationsSqlGenerator as NpgsqlMigrationsSqlGenerator } from './Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/index.js';
|
|
@@ -15,6 +15,16 @@
|
|
|
15
15
|
"isSealed": false,
|
|
16
16
|
"isStatic": false,
|
|
17
17
|
"arity": 0,
|
|
18
|
+
"baseType": {
|
|
19
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlExpressionFactory",
|
|
20
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.SqlExpressionFactory"
|
|
21
|
+
},
|
|
22
|
+
"interfaces": [
|
|
23
|
+
{
|
|
24
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory",
|
|
25
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory"
|
|
26
|
+
}
|
|
27
|
+
],
|
|
18
28
|
"methods": [
|
|
19
29
|
{
|
|
20
30
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.NpgsqlSqlExpressionFactory::RegexMatch(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Text.RegularExpressions.RegexOptions):Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgRegexMatchExpression",
|
|
@@ -31,6 +41,7 @@
|
|
|
31
41
|
"isVirtual": true,
|
|
32
42
|
"isOverride": false,
|
|
33
43
|
"isSealed": false,
|
|
44
|
+
"visibility": "Public",
|
|
34
45
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.NpgsqlSqlExpressionFactory",
|
|
35
46
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
36
47
|
"isExtensionMethod": false
|
|
@@ -50,6 +61,7 @@
|
|
|
50
61
|
"isVirtual": true,
|
|
51
62
|
"isOverride": false,
|
|
52
63
|
"isSealed": false,
|
|
64
|
+
"visibility": "Public",
|
|
53
65
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.NpgsqlSqlExpressionFactory",
|
|
54
66
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
55
67
|
"isExtensionMethod": false
|
|
@@ -69,6 +81,7 @@
|
|
|
69
81
|
"isVirtual": true,
|
|
70
82
|
"isOverride": false,
|
|
71
83
|
"isSealed": false,
|
|
84
|
+
"visibility": "Public",
|
|
72
85
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.NpgsqlSqlExpressionFactory",
|
|
73
86
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
74
87
|
"isExtensionMethod": false
|
|
@@ -88,6 +101,7 @@
|
|
|
88
101
|
"isVirtual": true,
|
|
89
102
|
"isOverride": false,
|
|
90
103
|
"isSealed": false,
|
|
104
|
+
"visibility": "Public",
|
|
91
105
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.NpgsqlSqlExpressionFactory",
|
|
92
106
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
93
107
|
"isExtensionMethod": false
|
|
@@ -107,6 +121,7 @@
|
|
|
107
121
|
"isVirtual": true,
|
|
108
122
|
"isOverride": false,
|
|
109
123
|
"isSealed": false,
|
|
124
|
+
"visibility": "Public",
|
|
110
125
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.NpgsqlSqlExpressionFactory",
|
|
111
126
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
112
127
|
"isExtensionMethod": false
|
|
@@ -126,6 +141,7 @@
|
|
|
126
141
|
"isVirtual": true,
|
|
127
142
|
"isOverride": false,
|
|
128
143
|
"isSealed": false,
|
|
144
|
+
"visibility": "Public",
|
|
129
145
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.NpgsqlSqlExpressionFactory",
|
|
130
146
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
131
147
|
"isExtensionMethod": false
|
|
@@ -145,6 +161,7 @@
|
|
|
145
161
|
"isVirtual": true,
|
|
146
162
|
"isOverride": false,
|
|
147
163
|
"isSealed": false,
|
|
164
|
+
"visibility": "Public",
|
|
148
165
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.NpgsqlSqlExpressionFactory",
|
|
149
166
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
150
167
|
"isExtensionMethod": false
|
|
@@ -164,6 +181,7 @@
|
|
|
164
181
|
"isVirtual": true,
|
|
165
182
|
"isOverride": false,
|
|
166
183
|
"isSealed": false,
|
|
184
|
+
"visibility": "Public",
|
|
167
185
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.NpgsqlSqlExpressionFactory",
|
|
168
186
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
169
187
|
"isExtensionMethod": false
|
|
@@ -183,6 +201,7 @@
|
|
|
183
201
|
"isVirtual": true,
|
|
184
202
|
"isOverride": false,
|
|
185
203
|
"isSealed": false,
|
|
204
|
+
"visibility": "Public",
|
|
186
205
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.NpgsqlSqlExpressionFactory",
|
|
187
206
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
188
207
|
"isExtensionMethod": false
|
|
@@ -202,6 +221,7 @@
|
|
|
202
221
|
"isVirtual": true,
|
|
203
222
|
"isOverride": false,
|
|
204
223
|
"isSealed": false,
|
|
224
|
+
"visibility": "Public",
|
|
205
225
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.NpgsqlSqlExpressionFactory",
|
|
206
226
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
207
227
|
"isExtensionMethod": false
|
|
@@ -221,6 +241,7 @@
|
|
|
221
241
|
"isVirtual": true,
|
|
222
242
|
"isOverride": false,
|
|
223
243
|
"isSealed": false,
|
|
244
|
+
"visibility": "Public",
|
|
224
245
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.NpgsqlSqlExpressionFactory",
|
|
225
246
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
226
247
|
"isExtensionMethod": false
|
|
@@ -240,6 +261,7 @@
|
|
|
240
261
|
"isVirtual": true,
|
|
241
262
|
"isOverride": false,
|
|
242
263
|
"isSealed": false,
|
|
264
|
+
"visibility": "Public",
|
|
243
265
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.NpgsqlSqlExpressionFactory",
|
|
244
266
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
245
267
|
"isExtensionMethod": false
|
|
@@ -259,6 +281,7 @@
|
|
|
259
281
|
"isVirtual": true,
|
|
260
282
|
"isOverride": true,
|
|
261
283
|
"isSealed": false,
|
|
284
|
+
"visibility": "Public",
|
|
262
285
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.NpgsqlSqlExpressionFactory",
|
|
263
286
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
264
287
|
"isExtensionMethod": false
|
|
@@ -278,6 +301,7 @@
|
|
|
278
301
|
"isVirtual": true,
|
|
279
302
|
"isOverride": false,
|
|
280
303
|
"isSealed": false,
|
|
304
|
+
"visibility": "Public",
|
|
281
305
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.NpgsqlSqlExpressionFactory",
|
|
282
306
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
283
307
|
"isExtensionMethod": false
|
|
@@ -297,6 +321,7 @@
|
|
|
297
321
|
"isVirtual": true,
|
|
298
322
|
"isOverride": false,
|
|
299
323
|
"isSealed": false,
|
|
324
|
+
"visibility": "Public",
|
|
300
325
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.NpgsqlSqlExpressionFactory",
|
|
301
326
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
302
327
|
"isExtensionMethod": false
|
|
@@ -316,6 +341,7 @@
|
|
|
316
341
|
"isVirtual": true,
|
|
317
342
|
"isOverride": false,
|
|
318
343
|
"isSealed": false,
|
|
344
|
+
"visibility": "Public",
|
|
319
345
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.NpgsqlSqlExpressionFactory",
|
|
320
346
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
321
347
|
"isExtensionMethod": false
|
|
@@ -335,6 +361,7 @@
|
|
|
335
361
|
"isVirtual": true,
|
|
336
362
|
"isOverride": false,
|
|
337
363
|
"isSealed": false,
|
|
364
|
+
"visibility": "Public",
|
|
338
365
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.NpgsqlSqlExpressionFactory",
|
|
339
366
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
340
367
|
"isExtensionMethod": false
|
|
@@ -354,6 +381,7 @@
|
|
|
354
381
|
"isVirtual": true,
|
|
355
382
|
"isOverride": false,
|
|
356
383
|
"isSealed": false,
|
|
384
|
+
"visibility": "Public",
|
|
357
385
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.NpgsqlSqlExpressionFactory",
|
|
358
386
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
359
387
|
"isExtensionMethod": false
|
|
@@ -373,6 +401,7 @@
|
|
|
373
401
|
"isVirtual": true,
|
|
374
402
|
"isOverride": true,
|
|
375
403
|
"isSealed": false,
|
|
404
|
+
"visibility": "Public",
|
|
376
405
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.NpgsqlSqlExpressionFactory",
|
|
377
406
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
378
407
|
"isExtensionMethod": false
|
|
@@ -392,6 +421,7 @@
|
|
|
392
421
|
"isVirtual": true,
|
|
393
422
|
"isOverride": false,
|
|
394
423
|
"isSealed": false,
|
|
424
|
+
"visibility": "Public",
|
|
395
425
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.NpgsqlSqlExpressionFactory",
|
|
396
426
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
397
427
|
"isExtensionMethod": false
|
|
@@ -408,6 +438,7 @@
|
|
|
408
438
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.SqlExpressionFactoryDependencies):void|static=false",
|
|
409
439
|
"isStatic": false,
|
|
410
440
|
"parameterCount": 1,
|
|
441
|
+
"visibility": "Public",
|
|
411
442
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.NpgsqlSqlExpressionFactory",
|
|
412
443
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
413
444
|
}
|