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 sql.Valuer support for all types #1144

Merged
merged 21 commits into from
Dec 1, 2023

Commits on Nov 16, 2023

  1. Enhance String value.Valuer return type processing.

    The existing implementation of strings value.Valuer only checked if the
    return type was a `string` and none of the other supported types and so
    changed to send it back through AppendRow again for those supported
    types to be checked again.
    deankarn committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    6ecb5fb View commit details
    Browse the repository at this point in the history
  2. tmp commit

    deankarn committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    4ccfd4f View commit details
    Browse the repository at this point in the history
  3. map support sql.Valuer

    deankarn committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    6105940 View commit details
    Browse the repository at this point in the history
  4. IPv6 support sql.Valuer

    deankarn committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    760a45d View commit details
    Browse the repository at this point in the history
  5. IPv4 support sql.Valuer

    deankarn committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    0844e2a View commit details
    Browse the repository at this point in the history
  6. GeoRing support sql.Valuer

    deankarn committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    60f2cf4 View commit details
    Browse the repository at this point in the history
  7. Chapes support sql.Valuer

    deankarn committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    a7cd856 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    acae2ed View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1f738e8 View commit details
    Browse the repository at this point in the history
  10. Add Decimal Valuer support

    deankarn committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    a1a3b1a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    88abc8c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c231784 View commit details
    Browse the repository at this point in the history
  13. tidy

    deankarn committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    a38b322 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2ec7a9d View commit details
    Browse the repository at this point in the history
  15. cleanup

    deankarn committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    4f63609 View commit details
    Browse the repository at this point in the history
  16. cleanup

    deankarn committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    163fe40 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    49b7c94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    383284a View commit details
    Browse the repository at this point in the history
  3. cleanup

    deankarn committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    b6e73fa View commit details
    Browse the repository at this point in the history
  4. cleanup

    deankarn committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    dbd2eeb View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Configuration menu
    Copy the full SHA
    e134291 View commit details
    Browse the repository at this point in the history