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

Stop ColumnTypeScanType() from returning sql.RawBytes #1424

Merged
merged 5 commits into from May 7, 2023

Commits on May 1, 2023

  1. ColumnTypeScanType() returns []byte or string

    It returned sql.RawBytes but it was dangoerous.
    
    Fixes go-sql-driver#1423
    methane committed May 1, 2023
    Configuration menu
    Copy the full SHA
    89de731 View commit details
    Browse the repository at this point in the history
  2. filedTypeBit is string type

    methane committed May 1, 2023
    Configuration menu
    Copy the full SHA
    467f13d View commit details
    Browse the repository at this point in the history
  3. Fix test

    methane committed May 1, 2023
    Configuration menu
    Copy the full SHA
    01ca1f5 View commit details
    Browse the repository at this point in the history
  4. Use fallthrough

    methane committed May 1, 2023
    Configuration menu
    Copy the full SHA
    6d915ca View commit details
    Browse the repository at this point in the history
  5. Rename locals

    methane committed May 1, 2023
    Configuration menu
    Copy the full SHA
    20d5ea3 View commit details
    Browse the repository at this point in the history