@tsonic/efcore-npgsql 0.1.2 → 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 +8946 -11216
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +604 -604
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +49 -180
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +16 -16
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +23 -15
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.DependencyInjection/bindings.json +34 -26
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +2 -2
- package/Npgsql/bindings.json +14579 -19539
- package/Npgsql/internal/index.d.ts +1182 -1062
- package/Npgsql.BackendMessages/bindings.json +33 -39
- package/Npgsql.BackendMessages/internal/index.d.ts +3 -3
- package/Npgsql.EntityFrameworkCore.PostgreSQL/bindings.json +48 -67
- package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/index.d.ts +7 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/bindings.json +272 -174
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/index.d.ts +29 -14
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/bindings.json +48 -201
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/index.d.ts +17 -17
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/bindings.json +42 -48
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/index.d.ts +4 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/bindings.json +183 -218
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/index.d.ts +25 -20
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/bindings.json +606 -705
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/index.d.ts +82 -58
- 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 +504 -737
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/index.d.ts +56 -58
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/bindings.json +468 -699
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/index.d.ts +62 -62
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/bindings.json +579 -197
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/index.d.ts +59 -19
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions.d.ts +4 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/bindings.json +240 -612
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/index.d.ts +52 -52
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/bindings.json +788 -58
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/index.d.ts +51 -9
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/bindings.json +186 -173
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/index.d.ts +23 -16
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.d.ts +2 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/bindings.json +77 -72
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/index.d.ts +6 -6
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.d.ts +5 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/bindings.json +160 -234
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/index.d.ts +20 -20
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/bindings.json +831 -864
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/index.d.ts +38 -38
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/bindings.json +94 -345
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/index.d.ts +30 -30
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/bindings.json +2021 -2000
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/index.d.ts +255 -167
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/bindings.json +2408 -631
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/index.d.ts +178 -38
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.d.ts +6 -5
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/bindings.json +58 -61
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/index.d.ts +3 -3
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/bindings.json +780 -544
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/index.d.ts +79 -46
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/bindings.json +83 -110
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/index.d.ts +8 -8
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/bindings.json +5272 -3851
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/index.d.ts +594 -212
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.d.ts +5 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/bindings.json +30 -34
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/index.d.ts +1 -1
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/bindings.json +349 -188
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/index.d.ts +39 -15
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal.d.ts +5 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/bindings.json +57 -76
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/index.d.ts +4 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/bindings.json +245 -193
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/index.d.ts +24 -11
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal.d.ts +3 -1
- package/Npgsql.EntityFrameworkCore.PostgreSQL.d.ts +1 -1
- package/Npgsql.Internal/bindings.json +2550 -3274
- package/Npgsql.Internal/internal/index.d.ts +282 -248
- package/Npgsql.Internal.Postgres/bindings.json +289 -434
- package/Npgsql.Internal.Postgres/internal/index.d.ts +33 -33
- package/Npgsql.Internal.d.ts +1 -1
- package/Npgsql.NameTranslation/bindings.json +91 -116
- package/Npgsql.NameTranslation/internal/index.d.ts +5 -5
- package/Npgsql.PostgresTypes/bindings.json +289 -982
- package/Npgsql.PostgresTypes/internal/index.d.ts +28 -25
- package/Npgsql.Replication/bindings.json +486 -1078
- package/Npgsql.Replication/internal/index.d.ts +47 -46
- package/Npgsql.Replication.Internal/bindings.json +65 -69
- package/Npgsql.Replication.Internal/internal/index.d.ts +6 -5
- package/Npgsql.Replication.PgOutput/bindings.json +344 -536
- package/Npgsql.Replication.PgOutput/internal/index.d.ts +31 -30
- package/Npgsql.Replication.PgOutput.Messages/bindings.json +1176 -2950
- package/Npgsql.Replication.PgOutput.Messages/internal/index.d.ts +85 -82
- package/Npgsql.Replication.TestDecoding/bindings.json +131 -270
- package/Npgsql.Replication.TestDecoding/internal/index.d.ts +13 -13
- package/Npgsql.Schema/bindings.json +236 -376
- package/Npgsql.Schema/internal/index.d.ts +34 -28
- package/Npgsql.TypeMapping/bindings.json +109 -153
- package/Npgsql.TypeMapping/internal/index.d.ts +13 -13
- package/Npgsql.Util/bindings.json +13 -1
- package/Npgsql.d.ts +1 -1
- package/NpgsqlTypes/bindings.json +2306 -4296
- package/NpgsqlTypes/internal/index.d.ts +282 -280
- package/__build/scripts/generate.sh +4 -4
- package/__internal/extensions/index.d.ts +71 -71
- package/package.json +5 -5
- package/Microsoft.EntityFrameworkCore/internal/metadata.json +0 -10154
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +0 -172
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/metadata.json +0 -49
- package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -63
- package/Npgsql/internal/metadata.json +0 -15514
- package/Npgsql.BackendMessages/internal/metadata.json +0 -72
- package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/metadata.json +0 -60
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/metadata.json +0 -269
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/metadata.json +0 -184
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/metadata.json +0 -125
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/metadata.json +0 -342
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/metadata.json +0 -985
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/metadata.json +0 -1064
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/metadata.json +0 -990
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/metadata.json +0 -317
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/metadata.json +0 -664
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/metadata.json +0 -95
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/metadata.json +0 -262
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/metadata.json +0 -114
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/metadata.json +0 -351
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/metadata.json +0 -1349
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/metadata.json +0 -304
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/metadata.json +0 -2783
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/metadata.json +0 -806
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/metadata.json +0 -102
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/metadata.json +0 -807
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/metadata.json +0 -186
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/metadata.json +0 -4823
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/metadata.json +0 -51
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/metadata.json +0 -341
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/metadata.json +0 -118
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/metadata.json +0 -323
- package/Npgsql.Internal/internal/metadata.json +0 -4555
- package/Npgsql.Internal.Postgres/internal/metadata.json +0 -619
- package/Npgsql.NameTranslation/internal/metadata.json +0 -173
- package/Npgsql.PostgresTypes/internal/metadata.json +0 -480
- package/Npgsql.Replication/internal/metadata.json +0 -972
- package/Npgsql.Replication.Internal/internal/metadata.json +0 -119
- package/Npgsql.Replication.PgOutput/internal/metadata.json +0 -644
- package/Npgsql.Replication.PgOutput.Messages/internal/metadata.json +0 -1905
- package/Npgsql.Replication.TestDecoding/internal/metadata.json +0 -283
- package/Npgsql.Schema/internal/metadata.json +0 -451
- package/Npgsql.TypeMapping/internal/metadata.json +0 -248
- package/Npgsql.Util/internal/metadata.json +0 -24
- package/NpgsqlTypes/internal/metadata.json +0 -5014
|
@@ -8,19 +8,61 @@ 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
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
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 {
|
|
62
|
+
Generate(operations: IReadOnlyList<MigrationOperation>, model?: IModel, options?: MigrationsSqlGenerationOptions): IReadOnlyList<MigrationCommand>;
|
|
63
|
+
Generate(operation: NpgsqlDropDatabaseOperation, model: IModel, builder: MigrationCommandListBuilder): void;
|
|
64
|
+
Rename(schema: string, name: string, newName: string, type: string, builder: MigrationCommandListBuilder): void;
|
|
65
|
+
Transfer(newSchema: string, schema: string, name: string, type: string, builder: MigrationCommandListBuilder): void;
|
|
24
66
|
}
|
|
25
67
|
|
|
26
68
|
|
|
@@ -1,23 +1,47 @@
|
|
|
1
1
|
{
|
|
2
2
|
"namespace": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal",
|
|
3
|
+
"contributingAssemblies": [
|
|
4
|
+
"Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
5
|
+
],
|
|
3
6
|
"types": [
|
|
4
7
|
{
|
|
5
8
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlHistoryRepository",
|
|
6
9
|
"clrName": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlHistoryRepository",
|
|
7
|
-
"tsEmitName": "NpgsqlHistoryRepository",
|
|
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,
|
|
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
|
+
],
|
|
10
28
|
"methods": [
|
|
11
29
|
{
|
|
12
30
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlHistoryRepository::AcquireDatabaseLock():Microsoft.EntityFrameworkCore.Migrations.IMigrationsDatabaseLock",
|
|
13
31
|
"clrName": "AcquireDatabaseLock",
|
|
14
|
-
"tsEmitName": "acquireDatabaseLock",
|
|
15
32
|
"metadataToken": 100665211,
|
|
16
33
|
"canonicalSignature": "():Microsoft.EntityFrameworkCore.Migrations.IMigrationsDatabaseLock",
|
|
17
34
|
"normalizedSignature": "AcquireDatabaseLock|():Microsoft.EntityFrameworkCore.Migrations.IMigrationsDatabaseLock|static=false",
|
|
18
35
|
"emitScope": "ClassSurface",
|
|
36
|
+
"provenance": "Original",
|
|
19
37
|
"arity": 0,
|
|
20
38
|
"parameterCount": 0,
|
|
39
|
+
"isStatic": false,
|
|
40
|
+
"isAbstract": false,
|
|
41
|
+
"isVirtual": true,
|
|
42
|
+
"isOverride": true,
|
|
43
|
+
"isSealed": false,
|
|
44
|
+
"visibility": "Public",
|
|
21
45
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlHistoryRepository",
|
|
22
46
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
23
47
|
"isExtensionMethod": false
|
|
@@ -25,13 +49,59 @@
|
|
|
25
49
|
{
|
|
26
50
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlHistoryRepository::AcquireDatabaseLockAsync(System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[Microsoft.EntityFrameworkCore.Migrations.IMigrationsDatabaseLock,Microsoft.EntityFrameworkCore.Relational,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
27
51
|
"clrName": "AcquireDatabaseLockAsync",
|
|
28
|
-
"tsEmitName": "acquireDatabaseLockAsync",
|
|
29
52
|
"metadataToken": 100665212,
|
|
30
53
|
"canonicalSignature": "(System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[Microsoft.EntityFrameworkCore.Migrations.IMigrationsDatabaseLock,Microsoft.EntityFrameworkCore.Relational,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
31
54
|
"normalizedSignature": "AcquireDatabaseLockAsync|(System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[Microsoft.EntityFrameworkCore.Migrations.IMigrationsDatabaseLock,Microsoft.EntityFrameworkCore.Relational,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
32
55
|
"emitScope": "ClassSurface",
|
|
56
|
+
"provenance": "Original",
|
|
57
|
+
"arity": 0,
|
|
58
|
+
"parameterCount": 1,
|
|
59
|
+
"isStatic": false,
|
|
60
|
+
"isAbstract": false,
|
|
61
|
+
"isVirtual": true,
|
|
62
|
+
"isOverride": true,
|
|
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",
|
|
33
77
|
"arity": 0,
|
|
34
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",
|
|
35
105
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlHistoryRepository",
|
|
36
106
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
37
107
|
"isExtensionMethod": false
|
|
@@ -39,13 +109,19 @@
|
|
|
39
109
|
{
|
|
40
110
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlHistoryRepository::GetCreateIfNotExistsScript():System.String",
|
|
41
111
|
"clrName": "GetCreateIfNotExistsScript",
|
|
42
|
-
"tsEmitName": "getCreateIfNotExistsScript",
|
|
43
112
|
"metadataToken": 100665221,
|
|
44
113
|
"canonicalSignature": "():System.String",
|
|
45
114
|
"normalizedSignature": "GetCreateIfNotExistsScript|():System.String|static=false",
|
|
46
115
|
"emitScope": "ClassSurface",
|
|
116
|
+
"provenance": "Original",
|
|
47
117
|
"arity": 0,
|
|
48
118
|
"parameterCount": 0,
|
|
119
|
+
"isStatic": false,
|
|
120
|
+
"isAbstract": false,
|
|
121
|
+
"isVirtual": true,
|
|
122
|
+
"isOverride": true,
|
|
123
|
+
"isSealed": false,
|
|
124
|
+
"visibility": "Public",
|
|
49
125
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlHistoryRepository",
|
|
50
126
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
51
127
|
"isExtensionMethod": false
|
|
@@ -53,13 +129,19 @@
|
|
|
53
129
|
{
|
|
54
130
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlHistoryRepository::GetBeginIfNotExistsScript(System.String):System.String",
|
|
55
131
|
"clrName": "GetBeginIfNotExistsScript",
|
|
56
|
-
"tsEmitName": "getBeginIfNotExistsScript",
|
|
57
132
|
"metadataToken": 100665222,
|
|
58
133
|
"canonicalSignature": "(System.String):System.String",
|
|
59
134
|
"normalizedSignature": "GetBeginIfNotExistsScript|(System.String):System.String|static=false",
|
|
60
135
|
"emitScope": "ClassSurface",
|
|
136
|
+
"provenance": "Original",
|
|
61
137
|
"arity": 0,
|
|
62
138
|
"parameterCount": 1,
|
|
139
|
+
"isStatic": false,
|
|
140
|
+
"isAbstract": false,
|
|
141
|
+
"isVirtual": true,
|
|
142
|
+
"isOverride": true,
|
|
143
|
+
"isSealed": false,
|
|
144
|
+
"visibility": "Public",
|
|
63
145
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlHistoryRepository",
|
|
64
146
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
65
147
|
"isExtensionMethod": false
|
|
@@ -67,13 +149,19 @@
|
|
|
67
149
|
{
|
|
68
150
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlHistoryRepository::GetBeginIfExistsScript(System.String):System.String",
|
|
69
151
|
"clrName": "GetBeginIfExistsScript",
|
|
70
|
-
"tsEmitName": "getBeginIfExistsScript",
|
|
71
152
|
"metadataToken": 100665223,
|
|
72
153
|
"canonicalSignature": "(System.String):System.String",
|
|
73
154
|
"normalizedSignature": "GetBeginIfExistsScript|(System.String):System.String|static=false",
|
|
74
155
|
"emitScope": "ClassSurface",
|
|
156
|
+
"provenance": "Original",
|
|
75
157
|
"arity": 0,
|
|
76
158
|
"parameterCount": 1,
|
|
159
|
+
"isStatic": false,
|
|
160
|
+
"isAbstract": false,
|
|
161
|
+
"isVirtual": true,
|
|
162
|
+
"isOverride": true,
|
|
163
|
+
"isSealed": false,
|
|
164
|
+
"visibility": "Public",
|
|
77
165
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlHistoryRepository",
|
|
78
166
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
79
167
|
"isExtensionMethod": false
|
|
@@ -81,13 +169,19 @@
|
|
|
81
169
|
{
|
|
82
170
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlHistoryRepository::GetEndIfScript():System.String",
|
|
83
171
|
"clrName": "GetEndIfScript",
|
|
84
|
-
"tsEmitName": "getEndIfScript",
|
|
85
172
|
"metadataToken": 100665224,
|
|
86
173
|
"canonicalSignature": "():System.String",
|
|
87
174
|
"normalizedSignature": "GetEndIfScript|():System.String|static=false",
|
|
88
175
|
"emitScope": "ClassSurface",
|
|
176
|
+
"provenance": "Original",
|
|
89
177
|
"arity": 0,
|
|
90
178
|
"parameterCount": 0,
|
|
179
|
+
"isStatic": false,
|
|
180
|
+
"isAbstract": false,
|
|
181
|
+
"isVirtual": true,
|
|
182
|
+
"isOverride": true,
|
|
183
|
+
"isSealed": false,
|
|
184
|
+
"visibility": "Public",
|
|
91
185
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlHistoryRepository",
|
|
92
186
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
93
187
|
"isExtensionMethod": false
|
|
@@ -95,13 +189,19 @@
|
|
|
95
189
|
{
|
|
96
190
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlHistoryRepository::GetAppliedMigrations():System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Migrations.HistoryRow,Microsoft.EntityFrameworkCore.Relational,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
97
191
|
"clrName": "GetAppliedMigrations",
|
|
98
|
-
"tsEmitName": "getAppliedMigrations",
|
|
99
192
|
"metadataToken": 100665225,
|
|
100
193
|
"canonicalSignature": "():System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Migrations.HistoryRow,Microsoft.EntityFrameworkCore.Relational,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
101
194
|
"normalizedSignature": "GetAppliedMigrations|():System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Migrations.HistoryRow,Microsoft.EntityFrameworkCore.Relational,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
102
195
|
"emitScope": "ClassSurface",
|
|
196
|
+
"provenance": "Original",
|
|
103
197
|
"arity": 0,
|
|
104
198
|
"parameterCount": 0,
|
|
199
|
+
"isStatic": false,
|
|
200
|
+
"isAbstract": false,
|
|
201
|
+
"isVirtual": true,
|
|
202
|
+
"isOverride": true,
|
|
203
|
+
"isSealed": false,
|
|
204
|
+
"visibility": "Public",
|
|
105
205
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlHistoryRepository",
|
|
106
206
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
107
207
|
"isExtensionMethod": false
|
|
@@ -109,13 +209,19 @@
|
|
|
109
209
|
{
|
|
110
210
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlHistoryRepository::GetAppliedMigrationsAsync(System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Migrations.HistoryRow,Microsoft.EntityFrameworkCore.Relational,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
111
211
|
"clrName": "GetAppliedMigrationsAsync",
|
|
112
|
-
"tsEmitName": "getAppliedMigrationsAsync",
|
|
113
212
|
"metadataToken": 100665226,
|
|
114
213
|
"canonicalSignature": "(System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Migrations.HistoryRow,Microsoft.EntityFrameworkCore.Relational,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
115
214
|
"normalizedSignature": "GetAppliedMigrationsAsync|(System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Migrations.HistoryRow,Microsoft.EntityFrameworkCore.Relational,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
116
215
|
"emitScope": "ClassSurface",
|
|
216
|
+
"provenance": "Original",
|
|
117
217
|
"arity": 0,
|
|
118
218
|
"parameterCount": 1,
|
|
219
|
+
"isStatic": false,
|
|
220
|
+
"isAbstract": false,
|
|
221
|
+
"isVirtual": true,
|
|
222
|
+
"isOverride": true,
|
|
223
|
+
"isSealed": false,
|
|
224
|
+
"visibility": "Public",
|
|
119
225
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlHistoryRepository",
|
|
120
226
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
121
227
|
"isExtensionMethod": false
|
|
@@ -123,13 +229,19 @@
|
|
|
123
229
|
{
|
|
124
230
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlHistoryRepository::Exists():System.Boolean",
|
|
125
231
|
"clrName": "Exists",
|
|
126
|
-
"tsEmitName": "exists",
|
|
127
232
|
"metadataToken": 100665227,
|
|
128
233
|
"canonicalSignature": "():System.Boolean",
|
|
129
234
|
"normalizedSignature": "Exists|():System.Boolean|static=false",
|
|
130
235
|
"emitScope": "ClassSurface",
|
|
236
|
+
"provenance": "Original",
|
|
131
237
|
"arity": 0,
|
|
132
238
|
"parameterCount": 0,
|
|
239
|
+
"isStatic": false,
|
|
240
|
+
"isAbstract": false,
|
|
241
|
+
"isVirtual": true,
|
|
242
|
+
"isOverride": true,
|
|
243
|
+
"isSealed": false,
|
|
244
|
+
"visibility": "Public",
|
|
133
245
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlHistoryRepository",
|
|
134
246
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
135
247
|
"isExtensionMethod": false
|
|
@@ -137,13 +249,19 @@
|
|
|
137
249
|
{
|
|
138
250
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlHistoryRepository::ExistsAsync(System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
139
251
|
"clrName": "ExistsAsync",
|
|
140
|
-
"tsEmitName": "existsAsync",
|
|
141
252
|
"metadataToken": 100665228,
|
|
142
253
|
"canonicalSignature": "(System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
143
254
|
"normalizedSignature": "ExistsAsync|(System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
144
255
|
"emitScope": "ClassSurface",
|
|
256
|
+
"provenance": "Original",
|
|
145
257
|
"arity": 0,
|
|
146
258
|
"parameterCount": 1,
|
|
259
|
+
"isStatic": false,
|
|
260
|
+
"isAbstract": false,
|
|
261
|
+
"isVirtual": true,
|
|
262
|
+
"isOverride": true,
|
|
263
|
+
"isSealed": false,
|
|
264
|
+
"visibility": "Public",
|
|
147
265
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlHistoryRepository",
|
|
148
266
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
149
267
|
"isExtensionMethod": false
|
|
@@ -153,14 +271,38 @@
|
|
|
153
271
|
{
|
|
154
272
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlHistoryRepository::LockReleaseBehavior:Microsoft.EntityFrameworkCore.Migrations.LockReleaseBehavior",
|
|
155
273
|
"clrName": "LockReleaseBehavior",
|
|
156
|
-
"tsEmitName": "lockReleaseBehavior",
|
|
157
274
|
"metadataToken": 385876138,
|
|
158
275
|
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Migrations.LockReleaseBehavior",
|
|
159
276
|
"normalizedSignature": "LockReleaseBehavior|:Microsoft.EntityFrameworkCore.Migrations.LockReleaseBehavior|static=false|accessor=get",
|
|
160
277
|
"emitScope": "ClassSurface",
|
|
278
|
+
"provenance": "Original",
|
|
279
|
+
"isIndexer": false,
|
|
280
|
+
"hasGetter": true,
|
|
281
|
+
"hasSetter": false,
|
|
282
|
+
"isStatic": false,
|
|
283
|
+
"isAbstract": false,
|
|
284
|
+
"isVirtual": true,
|
|
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",
|
|
161
298
|
"isIndexer": false,
|
|
162
299
|
"hasGetter": true,
|
|
163
300
|
"hasSetter": false,
|
|
301
|
+
"isStatic": false,
|
|
302
|
+
"isAbstract": false,
|
|
303
|
+
"isVirtual": true,
|
|
304
|
+
"isOverride": true,
|
|
305
|
+
"visibility": "Protected",
|
|
164
306
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlHistoryRepository",
|
|
165
307
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
166
308
|
}
|
|
@@ -175,153 +317,50 @@
|
|
|
175
317
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Migrations.HistoryRepositoryDependencies):void|static=false",
|
|
176
318
|
"isStatic": false,
|
|
177
319
|
"parameterCount": 1,
|
|
320
|
+
"visibility": "Public",
|
|
178
321
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlHistoryRepository",
|
|
179
322
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
180
323
|
}
|
|
181
|
-
],
|
|
182
|
-
"exposedMethods": [
|
|
183
|
-
{
|
|
184
|
-
"tsName": "acquireDatabaseLock",
|
|
185
|
-
"isStatic": false,
|
|
186
|
-
"tsSignatureId": "AcquireDatabaseLock|():Microsoft.EntityFrameworkCore.Migrations.IMigrationsDatabaseLock|static=false",
|
|
187
|
-
"target": {
|
|
188
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlHistoryRepository",
|
|
189
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
190
|
-
"metadataToken": 100665211
|
|
191
|
-
}
|
|
192
|
-
},
|
|
193
|
-
{
|
|
194
|
-
"tsName": "acquireDatabaseLockAsync",
|
|
195
|
-
"isStatic": false,
|
|
196
|
-
"tsSignatureId": "AcquireDatabaseLockAsync|(System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[Microsoft.EntityFrameworkCore.Migrations.IMigrationsDatabaseLock,Microsoft.EntityFrameworkCore.Relational,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
197
|
-
"target": {
|
|
198
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlHistoryRepository",
|
|
199
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
200
|
-
"metadataToken": 100665212
|
|
201
|
-
}
|
|
202
|
-
},
|
|
203
|
-
{
|
|
204
|
-
"tsName": "getCreateIfNotExistsScript",
|
|
205
|
-
"isStatic": false,
|
|
206
|
-
"tsSignatureId": "GetCreateIfNotExistsScript|():System.String|static=false",
|
|
207
|
-
"target": {
|
|
208
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlHistoryRepository",
|
|
209
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
210
|
-
"metadataToken": 100665221
|
|
211
|
-
}
|
|
212
|
-
},
|
|
213
|
-
{
|
|
214
|
-
"tsName": "getBeginIfNotExistsScript",
|
|
215
|
-
"isStatic": false,
|
|
216
|
-
"tsSignatureId": "GetBeginIfNotExistsScript|(System.String):System.String|static=false",
|
|
217
|
-
"target": {
|
|
218
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlHistoryRepository",
|
|
219
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
220
|
-
"metadataToken": 100665222
|
|
221
|
-
}
|
|
222
|
-
},
|
|
223
|
-
{
|
|
224
|
-
"tsName": "getBeginIfExistsScript",
|
|
225
|
-
"isStatic": false,
|
|
226
|
-
"tsSignatureId": "GetBeginIfExistsScript|(System.String):System.String|static=false",
|
|
227
|
-
"target": {
|
|
228
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlHistoryRepository",
|
|
229
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
230
|
-
"metadataToken": 100665223
|
|
231
|
-
}
|
|
232
|
-
},
|
|
233
|
-
{
|
|
234
|
-
"tsName": "getEndIfScript",
|
|
235
|
-
"isStatic": false,
|
|
236
|
-
"tsSignatureId": "GetEndIfScript|():System.String|static=false",
|
|
237
|
-
"target": {
|
|
238
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlHistoryRepository",
|
|
239
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
240
|
-
"metadataToken": 100665224
|
|
241
|
-
}
|
|
242
|
-
},
|
|
243
|
-
{
|
|
244
|
-
"tsName": "getAppliedMigrations",
|
|
245
|
-
"isStatic": false,
|
|
246
|
-
"tsSignatureId": "GetAppliedMigrations|():System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Migrations.HistoryRow,Microsoft.EntityFrameworkCore.Relational,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
247
|
-
"target": {
|
|
248
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlHistoryRepository",
|
|
249
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
250
|
-
"metadataToken": 100665225
|
|
251
|
-
}
|
|
252
|
-
},
|
|
253
|
-
{
|
|
254
|
-
"tsName": "getAppliedMigrationsAsync",
|
|
255
|
-
"isStatic": false,
|
|
256
|
-
"tsSignatureId": "GetAppliedMigrationsAsync|(System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Migrations.HistoryRow,Microsoft.EntityFrameworkCore.Relational,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
257
|
-
"target": {
|
|
258
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlHistoryRepository",
|
|
259
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
260
|
-
"metadataToken": 100665226
|
|
261
|
-
}
|
|
262
|
-
},
|
|
263
|
-
{
|
|
264
|
-
"tsName": "exists",
|
|
265
|
-
"isStatic": false,
|
|
266
|
-
"tsSignatureId": "Exists|():System.Boolean|static=false",
|
|
267
|
-
"target": {
|
|
268
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlHistoryRepository",
|
|
269
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
270
|
-
"metadataToken": 100665227
|
|
271
|
-
}
|
|
272
|
-
},
|
|
273
|
-
{
|
|
274
|
-
"tsName": "existsAsync",
|
|
275
|
-
"isStatic": false,
|
|
276
|
-
"tsSignatureId": "ExistsAsync|(System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
277
|
-
"target": {
|
|
278
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlHistoryRepository",
|
|
279
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
280
|
-
"metadataToken": 100665228
|
|
281
|
-
}
|
|
282
|
-
}
|
|
283
|
-
],
|
|
284
|
-
"exposedProperties": [
|
|
285
|
-
{
|
|
286
|
-
"tsName": "lockReleaseBehavior",
|
|
287
|
-
"isStatic": false,
|
|
288
|
-
"tsSignatureId": "LockReleaseBehavior|:Microsoft.EntityFrameworkCore.Migrations.LockReleaseBehavior|static=false|accessor=get",
|
|
289
|
-
"target": {
|
|
290
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlHistoryRepository",
|
|
291
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
292
|
-
"metadataToken": 385876138
|
|
293
|
-
}
|
|
294
|
-
}
|
|
295
|
-
],
|
|
296
|
-
"exposedConstructors": [
|
|
297
|
-
{
|
|
298
|
-
"isStatic": false,
|
|
299
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Migrations.HistoryRepositoryDependencies):void|static=false",
|
|
300
|
-
"target": {
|
|
301
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlHistoryRepository",
|
|
302
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
303
|
-
"metadataToken": 100665209
|
|
304
|
-
}
|
|
305
|
-
}
|
|
306
324
|
]
|
|
307
325
|
},
|
|
308
326
|
{
|
|
309
327
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlMigrator",
|
|
310
328
|
"clrName": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlMigrator",
|
|
311
|
-
"tsEmitName": "NpgsqlMigrator",
|
|
312
329
|
"assemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
313
330
|
"metadataToken": 0,
|
|
331
|
+
"kind": "Class",
|
|
332
|
+
"accessibility": "Public",
|
|
333
|
+
"isAbstract": false,
|
|
334
|
+
"isSealed": false,
|
|
335
|
+
"isStatic": false,
|
|
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
|
+
],
|
|
314
347
|
"methods": [
|
|
315
348
|
{
|
|
316
349
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlMigrator::Migrate(System.String):System.Void",
|
|
317
350
|
"clrName": "Migrate",
|
|
318
|
-
"tsEmitName": "migrate",
|
|
319
351
|
"metadataToken": 100665232,
|
|
320
352
|
"canonicalSignature": "(System.String):System.Void",
|
|
321
353
|
"normalizedSignature": "Migrate|(System.String):System.Void|static=false",
|
|
322
354
|
"emitScope": "ClassSurface",
|
|
355
|
+
"provenance": "Original",
|
|
323
356
|
"arity": 0,
|
|
324
357
|
"parameterCount": 1,
|
|
358
|
+
"isStatic": false,
|
|
359
|
+
"isAbstract": false,
|
|
360
|
+
"isVirtual": true,
|
|
361
|
+
"isOverride": true,
|
|
362
|
+
"isSealed": false,
|
|
363
|
+
"visibility": "Public",
|
|
325
364
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlMigrator",
|
|
326
365
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
327
366
|
"isExtensionMethod": false
|
|
@@ -329,13 +368,19 @@
|
|
|
329
368
|
{
|
|
330
369
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlMigrator::MigrateAsync(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
331
370
|
"clrName": "MigrateAsync",
|
|
332
|
-
"tsEmitName": "migrateAsync",
|
|
333
371
|
"metadataToken": 100665233,
|
|
334
372
|
"canonicalSignature": "(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
335
373
|
"normalizedSignature": "MigrateAsync|(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
336
374
|
"emitScope": "ClassSurface",
|
|
375
|
+
"provenance": "Original",
|
|
337
376
|
"arity": 0,
|
|
338
377
|
"parameterCount": 2,
|
|
378
|
+
"isStatic": false,
|
|
379
|
+
"isAbstract": false,
|
|
380
|
+
"isVirtual": true,
|
|
381
|
+
"isOverride": true,
|
|
382
|
+
"isSealed": false,
|
|
383
|
+
"visibility": "Public",
|
|
339
384
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlMigrator",
|
|
340
385
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
341
386
|
"isExtensionMethod": false
|
|
@@ -352,42 +397,10 @@
|
|
|
352
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",
|
|
353
398
|
"isStatic": false,
|
|
354
399
|
"parameterCount": 17,
|
|
400
|
+
"visibility": "Public",
|
|
355
401
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlMigrator",
|
|
356
402
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
357
403
|
}
|
|
358
|
-
],
|
|
359
|
-
"exposedMethods": [
|
|
360
|
-
{
|
|
361
|
-
"tsName": "migrate",
|
|
362
|
-
"isStatic": false,
|
|
363
|
-
"tsSignatureId": "Migrate|(System.String):System.Void|static=false",
|
|
364
|
-
"target": {
|
|
365
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlMigrator",
|
|
366
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
367
|
-
"metadataToken": 100665232
|
|
368
|
-
}
|
|
369
|
-
},
|
|
370
|
-
{
|
|
371
|
-
"tsName": "migrateAsync",
|
|
372
|
-
"isStatic": false,
|
|
373
|
-
"tsSignatureId": "MigrateAsync|(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
374
|
-
"target": {
|
|
375
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlMigrator",
|
|
376
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
377
|
-
"metadataToken": 100665233
|
|
378
|
-
}
|
|
379
|
-
}
|
|
380
|
-
],
|
|
381
|
-
"exposedConstructors": [
|
|
382
|
-
{
|
|
383
|
-
"isStatic": false,
|
|
384
|
-
"tsSignatureId": "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",
|
|
385
|
-
"target": {
|
|
386
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.NpgsqlMigrator",
|
|
387
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
388
|
-
"metadataToken": 100665231
|
|
389
|
-
}
|
|
390
|
-
}
|
|
391
404
|
]
|
|
392
405
|
}
|
|
393
406
|
]
|