Skip to content

Commit 998fb6c

Browse files
committed
Fix
1 parent b2aea6d commit 998fb6c

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

core/src/main/java/com/scalar/db/common/CoreError.java

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -825,27 +825,9 @@ public enum CoreError implements ScalarDbError {
825825
"TiDB does not support column type conversion from %s to %s",
826826
"",
827827
""),
828-
JDBC_ORACLE_INDEX_OR_KEY_ON_BLOB_COLUMN_NOT_SUPPORTED(
829-
Category.USER_ERROR,
830-
"0246",
831-
"With Oracle, using a BLOB column as partition key, clustering key or secondary index is not supported.",
832-
"",
833-
""),
834-
JDBC_ORACLE_CROSS_PARTITION_SCAN_ORDERING_ON_BLOB_COLUMN_NOT_SUPPORTED(
835-
Category.USER_ERROR,
836-
"0247",
837-
"With Oracle, setting an ordering on a BLOB column when using a cross partition scan operation is not supported. Ordering: %s",
838-
"",
839-
""),
840-
JDBC_ORACLE_SELECTION_CONDITION_ON_BLOB_COLUMN_NOT_SUPPORTED(
841-
Category.USER_ERROR,
842-
"0248",
843-
"With Oracle, setting a condition on a BLOB column when using a selection operation is not supported. Condition: %s",
844-
"",
845-
""),
846828
NAMESPACE_WITH_NON_SCALARDB_TABLES_CANNOT_BE_DROPPED(
847829
Category.USER_ERROR,
848-
"0249",
830+
"0246",
849831
"The namespace has non-ScalarDB tables and cannot be dropped. Namespace: %s; Tables in the namespace: %s",
850832
"",
851833
""),

0 commit comments

Comments
 (0)