Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add test for partial query with nullable #128

Merged
merged 2 commits into from
Apr 26, 2024
Merged

Add test for partial query with nullable #128

merged 2 commits into from
Apr 26, 2024

Conversation

looi
Copy link

@looi looi commented Aug 23, 2023

  • Do only one thing
  • Non breaking API changes
  • Tested

What did this pull request do?

This adds a test for a case that is broken in the current version. It fails now, but it will be fixed by the corresponding gorm change: go-gorm/gorm#6540

Current failure: sql: Scan error on column index 4, name "age": unsupported Scan, storing driver.Value type *int64 into type *sql.RawBytes

User Case Description

@jinzhu jinzhu merged commit 02e3fe9 into go-gorm:master Apr 26, 2024
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants