Add support sql.Null
Open
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 14.3k
- Forks
- 1.1k
- Avg merge
- 6d 9h
- Merged PRs (30d)
- 11
Description
A new generic [Null type](https://pkg.go.dev/database/sql@master#Null) is landing in Go 1.22. I wanted to confirm that pgx will work with this type without any updates. Thanks!
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names Go 1.22's database/sql Null and pgx; start by checking the Go 1.22 API and pgx's existing database/sql scan and value handling. Done means confirming compatibility without changes or identifying the specific update and validation needed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, postgresql
- Domain
- database
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100