Feat: support modify the varchar type column of postgresql database in sync function #2414

Open
dacongda wants to merge 3 commits from dacongda/xorm:v1 into v1
First-time contributor

I'm not sure why the previous version did not support modifying the varchar length in Postgresql during sync. Perhaps it was considering compatibility issues?
As nobody reply me in #2408 I decide to make a pr to solve

I'm not sure why the previous version did not support modifying the varchar length in Postgresql during sync. Perhaps it was considering compatibility issues? As nobody reply me in #2408 I decide to make a pr to solve
dacongda added 1 commit 2024-02-21 12:06:04 +00:00
feat: support modify the varchar type column of postgresql database in sync function
Some checks failed
test cockroach / test cockroach (pull_request) Has been cancelled
test mariadb / test mariadb (pull_request) Has been cancelled
test mssql / test mssql with collation (pull_request) Has been cancelled
test mssql / test mssql (pull_request) Has been cancelled
test mysql / test mysql (pull_request) Has been cancelled
test mysql8 / test mysql8 (pull_request) Has been cancelled
test postgres / test postgres (pull_request) Has been cancelled
test sqlite / unit test & test sqlite (pull_request) Has been cancelled
test tidb / test tidb (pull_request) Has been cancelled
c44e147a9f
lunny added 1 commit 2024-02-25 16:17:36 +00:00
Merge branch 'v1' into v1
All checks were successful
test mariadb / test mariadb (pull_request) Successful in 4m14s
test mssql / test mssql with collation (pull_request) Successful in 3m53s
test cockroach / test cockroach (pull_request) Successful in 5m56s
test mssql / test mssql (pull_request) Successful in 3m58s
test mysql / test mysql (pull_request) Successful in 4m1s
test mysql8 / test mysql8 (pull_request) Successful in 4m11s
test postgres / test postgres (pull_request) Successful in 4m58s
test tidb / test tidb (pull_request) Successful in 2m46s
test sqlite / unit test & test sqlite (pull_request) Successful in 3m56s
09fa0c6eae
lunny added the
kind
enhancement
label 2024-02-25 16:19:19 +00:00
lunny approved these changes 2024-04-02 04:28:26 +00:00
lunny added this to the 1.3.10 milestone 2024-04-02 04:28:46 +00:00
lunny added 1 commit 2024-04-02 04:29:05 +00:00
Merge branch 'v1' into v1
All checks were successful
test mariadb / test mariadb (pull_request) Successful in 13m50s
test mssql / test mssql with collation (pull_request) Successful in 14m10s
test mssql / test mssql (pull_request) Successful in 14m25s
test cockroach / test cockroach (pull_request) Successful in 15m4s
test mysql / test mysql (pull_request) Successful in 12m34s
test mysql8 / test mysql8 (pull_request) Successful in 13m1s
test postgres / test postgres (pull_request) Successful in 12m56s
test sqlite / unit test & test sqlite (pull_request) Successful in 13m14s
test tidb / test tidb (pull_request) Successful in 11m31s
ac70db3d0a
All checks were successful
test mariadb / test mariadb (pull_request) Successful in 13m50s
Required
Details
test mssql / test mssql with collation (pull_request) Successful in 14m10s
Required
Details
test mssql / test mssql (pull_request) Successful in 14m25s
Required
Details
test cockroach / test cockroach (pull_request) Successful in 15m4s
Required
Details
test mysql / test mysql (pull_request) Successful in 12m34s
Required
Details
test mysql8 / test mysql8 (pull_request) Successful in 13m1s
Required
Details
test postgres / test postgres (pull_request) Successful in 12m56s
Required
Details
test sqlite / unit test & test sqlite (pull_request) Successful in 13m14s
Required
Details
test tidb / test tidb (pull_request) Successful in 11m31s
Required
Details
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u v1:dacongda-v1
git checkout dacongda-v1
Sign in to join this conversation.
No description provided.