fix the error in mysql: unknown colType UNSIGNED FLOAT #2143

Merged
lunny merged 8 commits from azhai/xorm:master into master 2023-09-16 15:43:13 +00:00
Contributor

Error: unknown colType UNSIGNED FLOAT
in mysql 5.6.27 or 5.7.32

Fix #2123

Error: unknown colType UNSIGNED FLOAT in mysql 5.6.27 or 5.7.32 Fix #2123
azhai added 1 commit 2022-05-16 07:22:58 +00:00
Some checks failed
continuous-integration/drone/pr Build is failing
428bfe4f46
fix the error in mysql: unknown colType UNSIGNED FLOAT
Owner

tests are necessary.

tests are necessary.
lunny added 1 commit 2023-07-26 01:16:51 +00:00
All checks were successful
test mariadb / test mariadb (pull_request) Successful in 4m36s
test cockroach / test cockroach (pull_request) Successful in 7m8s
test mysql / test mysql (pull_request) Successful in 5m0s
test mssql / test mssql (pull_request) Successful in 5m46s
test mysql8 / test mysql8 (pull_request) Successful in 5m1s
test postgres / test postgres (pull_request) Successful in 5m42s
test tidb / test tidb (pull_request) Successful in 5m33s
test sqlite / unit test & test sqlite (pull_request) Successful in 8m1s
6d3af6f653
Merge branch 'master' into master
lunny added 2 commits 2023-07-26 03:22:36 +00:00
Some checks failed
test cockroach / test cockroach (pull_request) Failing after 6m8s
test mariadb / test mariadb (pull_request) Failing after 4m38s
test mysql / test mysql (pull_request) Failing after 4m52s
test mssql / test mssql (pull_request) Failing after 5m20s
test postgres / test postgres (pull_request) Failing after 4m52s
test mysql8 / test mysql8 (pull_request) Failing after 5m6s
test tidb / test tidb (pull_request) Failing after 5m7s
test sqlite / unit test & test sqlite (pull_request) Successful in 8m16s
62f87224a1
Add test
lunny added 2 commits 2023-08-07 05:15:10 +00:00
Some checks failed
test cockroach / test cockroach (pull_request) Failing after 6m16s
test mariadb / test mariadb (pull_request) Successful in 4m47s
test mysql / test mysql (pull_request) Successful in 5m7s
test mssql / test mssql (pull_request) Failing after 5m38s
test mysql8 / test mysql8 (pull_request) Successful in 5m11s
test postgres / test postgres (pull_request) Failing after 4m54s
test tidb / test tidb (pull_request) Failing after 4s
test sqlite / unit test & test sqlite (pull_request) Successful in 4m56s
becdd74179
fix test
lunny added 2 commits 2023-09-16 14:12:48 +00:00
All checks were successful
test mariadb / test mariadb (pull_request) Successful in 4m28s
test cockroach / test cockroach (pull_request) Successful in 6m55s
test mysql / test mysql (pull_request) Successful in 5m4s
test mssql / test mssql (pull_request) Successful in 6m4s
test mysql8 / test mysql8 (pull_request) Successful in 4m56s
test postgres / test postgres (pull_request) Successful in 5m32s
test tidb / test tidb (pull_request) Successful in 5m20s
test sqlite / unit test & test sqlite (pull_request) Successful in 8m5s
8694b0ee94
Merge branch 'master' into azhai-master
lunny added the
kind
bug
label 2023-09-16 14:13:02 +00:00
lunny merged commit ac88a5705a into master 2023-09-16 15:43:13 +00:00
First-time contributor

I am still unable to obtain this fix after upgrading to version 1.3.3. My import path is xorm.io/xorm v1.3.3

I am still unable to obtain this fix after upgrading to version 1.3.3. My import path is xorm.io/xorm v1.3.3
First-time contributor

It seems that there is no relevant code in the latest version 1.3.3, but do you see the submitted merge information in the version record?

It seems that there is no relevant code in the latest version 1.3.3, but do you see the submitted merge information in the version record?
Owner

This should be merged in 1.3.3.

This should be merged in 1.3.3.
Sign in to join this conversation.
No description provided.