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

Unable to scan int into interface{} issue fix #1815

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from

Conversation

tengu-alt
Copy link
Contributor

Fix for the: #1331

@tengu-alt tengu-alt force-pushed the int-to-any-scan-fix branch from d6ff1d4 to f3c77bc Compare October 18, 2024 08:25
@tengu-alt
Copy link
Contributor Author

tengu-alt commented Oct 18, 2024

Implementation for scanning into interface{} for:

  • Varchar as string
  • Varint as bigInt
  • IntLike as int
  • Bool as bool
  • Float as float32
  • Double as float64
  • Decimal as infDec
  • Time as time.Duration
  • Timestamp as time.Time
  • Date as time.Time
  • Duration as Duration
  • UUID as string
  • Inet as net.IP

@tengu-alt tengu-alt force-pushed the int-to-any-scan-fix branch from f3c77bc to 16cc778 Compare October 21, 2024 08:10
@tengu-alt tengu-alt changed the title Unable to scan int into interface{} issue was fixed Unable to scan int into interface{} issue fix Nov 18, 2024
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.

2 participants