Add VARCHAR2/NVARCHAR2 type support for Oracle migration compatibility #106
Annotations
3 errors
|
test (Release, net8.0)
Process completed with exit code 1.
|
|
BaseColumnName_with_column_aliases:
test/GaussDB.Tests/ReaderNewSchemaTests.cs#L70
HuaweiCloud.GaussDB.PostgresException : 42P07: relation "data" already exists in schema "pg_temp__3_4_140097424979520"
DETAIL: creating new table with existing name in the same schema
Data:
Severity: ERROR
InvariantSeverity: ERROR
SqlState: 42P07
MessageText: relation "data" already exists in schema "pg_temp__3_4_140097424979520"
Detail: creating new table with existing name in the same schema
ColumnName: 8906
DataTypeName: COMMAND
File: heap.cpp
Line: 2665
Routine: heap_create_with_catalog
|
|
Error_details_are_redacted:
test/GaussDB.Tests/ExceptionTests.cs#L89
Expected: not String containing "secret"
But was: "secret"
|