Added the backend changes for check constraints #13
Annotations
7 errors and 2 warnings
coverage:
common/utils/utils.go#L512
cannot use infoSchema (variable of type "github.com/GoogleCloudPlatform/spanner-migration-tool/sources/spanner".InfoSchemaImpl) as type common.InfoSchema in argument to processSchema.ProcessSchema:
|
coverage:
sources/dynamodb/schema_test.go#L192
cannot use InfoSchemaImpl{…} (value of type InfoSchemaImpl) as type common.InfoSchema in argument to processSchema.ProcessSchema:
|
coverage:
sources/dynamodb/schema_test.go#L293
cannot use InfoSchemaImpl{…} (value of type InfoSchemaImpl) as type common.InfoSchema in argument to processSchema.ProcessSchema:
|
coverage:
sources/dynamodb/schema_test.go#L377
cannot use InfoSchemaImpl{…} (value of type InfoSchemaImpl) as type common.InfoSchema in argument to commonInfoSchema.ProcessData:
|
coverage:
sources/dynamodb/schema_test.go#L969
cannot use InfoSchemaImpl{…} (value of type InfoSchemaImpl) as type common.InfoSchema in argument to commonInfoSchema.SetRowStats:
|
coverage:
sources/sqlserver/infoschema_test.go#L252
cannot use InfoSchemaImpl{…} (value of type InfoSchemaImpl) as type common.InfoSchema in argument to processSchema.ProcessSchema:
|
coverage
Process completed with exit code 1.
|
coverage
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
coverage
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|