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

Update SQLite3_ The columntypescantype method of type #909

Merged
merged 5 commits into from Oct 25, 2021

Commits on Jan 3, 2021

  1. sqlite3_type update

    The main reason for this change is that the original reflected values are nil. I found that there was no good mapping when dealing with the code here
    Auler committed Jan 3, 2021
    Copy the full SHA
    39c267d View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

  1. Update sqlite3_type.go

    Update 'ColumnTypeScanType' method,
    Different types of mapping values
    Auler committed Jan 22, 2021
    Copy the full SHA
    cadffb5 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2021

  1. Restore copyright

    Auler committed Jan 23, 2021
    Copy the full SHA
    d45492d View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2021

  1. Update go.mod

    Auler committed Jan 30, 2021
    Copy the full SHA
    181619f View commit details
    Browse the repository at this point in the history
  2. Update go.mod

    Auler committed Jan 30, 2021
    Copy the full SHA
    5a00535 View commit details
    Browse the repository at this point in the history