Skip to content

Commit ee5309e

Browse files
author
Pablo Pudgino
committed
feat: Add REGCLASS for PG
1 parent 79ebee0 commit ee5309e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqllogictest-engines/src/postgres/extended.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ impl sqllogictest::AsyncDB for Postgres<Extended> {
434434
Type::FLOAT8_ARRAY => {
435435
array_process!(row, row_vec, idx, f64, float8_to_str);
436436
}
437-
Type::VARCHAR | Type::TEXT | Type::BPCHAR | Type::NAME | Type::REGTYPE => {
437+
Type::VARCHAR | Type::TEXT | Type::BPCHAR | Type::NAME | Type::REGTYPE | Type::REGCLASS => {
438438
single_process!(row, row_vec, idx, &str);
439439
}
440440
Type::VARCHAR_ARRAY

0 commit comments

Comments
 (0)