Skip to content

Commit

Permalink
branch-2.1: [test](mysql catalog) fix mysql jdbc catalog test case (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
zy-kkk authored Dec 26, 2024
1 parent bceebfc commit 02519c3
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,15 @@ t2 text Yes false \N NONE
varchar varchar(65533) Yes true \N
int_u bigint Yes false \N NONE

-- !sql --
int_u bigint Yes true \N
text varchar(65533) Yes true \N
t2 varchar(65533) Yes false \N NONE

-- !sql --
varchar varchar(65533) Yes true \N
int_u bigint Yes false \N NONE

-- !sql_current_catalog --
internal

Expand Down Expand Up @@ -867,3 +876,12 @@ t2 text Yes false \N NONE
varchar varchar(65533) Yes true \N
int_u bigint Yes false \N NONE

-- !sql --
int_u bigint Yes true \N
text varchar(65533) Yes true \N
t2 varchar(65533) Yes false \N NONE

-- !sql --
varchar varchar(65533) Yes true \N
int_u bigint Yes false \N NONE

0 comments on commit 02519c3

Please sign in to comment.