Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

internal/fields: Use sql.NullTime instead of mysql.NullTime #512

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

Commits on Apr 5, 2022

  1. internal/fields: Use sql.NullTime instead of mysql.NullTime

    In go1.13, the standard library added sql.NullTime. We're switching to
    the new implementation to keep the library up to date and prevent
    potential deprecation of NullTime in the go-sql-driver package. It's
    worth noting that go-sql-driver1.6 already deprecates mysql.NullTime and
    is using sql.NullTime under the hood.
    tomateos committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    c77790a View commit details
    Browse the repository at this point in the history