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

fix(contrib/drivers/pgsql): fix insert error when data struct field has nil in PgSQL #3679

Merged
merged 4 commits into from
Sep 9, 2024

Conversation

oldme-git
Copy link
Member

Fixes #3668

contrib/drivers/pgsql/pgsql_convert.go Outdated Show resolved Hide resolved
contrib/drivers/pgsql/pgsql_convert.go Outdated Show resolved Hide resolved
@oldme-git oldme-git requested a review from gqcn July 29, 2024 02:39
# Conflicts:
#	contrib/drivers/pgsql/pgsql_z_unit_issue_test.go
Copy link

sonarcloud bot commented Sep 9, 2024

@gqcn gqcn merged commit 803cb5a into gogf:master Sep 9, 2024
24 checks passed
@oldme-git oldme-git deleted the fix/3668 branch September 10, 2024 01:36
houseme added a commit that referenced this pull request Sep 12, 2024
…hub.com:gogf/gf into feature/action-1.23

* 'feature/action-1.23' of github.com:gogf/gf:
  feat: version v2.7.3 (#3763)
  perf(util/gconv):  add cache logic to enhance performance (#3673)
  fix(contrib/drivers/pgsql): fix insert error when data struct field has nil in PgSQL (#3679)
  fix(util/gconv): #3731 map type name mismatch in switch case statement (#3732)
  fix(contrib/drivers/pgsql): #3671 fix invalid pgsql insert json type (#3742)
  refactor(nacos-registry): use official nacos sdk instead of the third-party nacos sdk (#3745)

* 'feature/action-1.23' of github.com:gogf/gf:
  feat: version v2.7.3 (#3763)
  perf(util/gconv):  add cache logic to enhance performance (#3673)
  fix(contrib/drivers/pgsql): fix insert error when data struct field has nil in PgSQL (#3679)
  fix(util/gconv): #3731 map type name mismatch in switch case statement (#3732)
  fix(contrib/drivers/pgsql): #3671 fix invalid pgsql insert json type (#3742)
  refactor(nacos-registry): use official nacos sdk instead of the third-party nacos sdk (#3745)
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.

database/gdb: The Insert method reports a null pointer error
2 participants