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

feat(mysql): :copyfrom support via LOAD DATA INFILE #2545

Merged
merged 4 commits into from
Jul 30, 2023
Merged

Commits on Jun 25, 2023

  1. MySQL LOAD DATA INFILE: First version

    This enables the :copyfrom query annotation for people using
    go-sql-driver/mysql that transforms it into a LOAD DATA LOCAL INFILE.
    
    We don't have a way to get the timezone from the connection, so I've
    simply blocked people from using time.Times in their copyfrom.
    
    issue #2179
    Jille committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    dbea135 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. Configuration menu
    Copy the full SHA
    133c353 View commit details
    Browse the repository at this point in the history
  2. Small tweaks

    kyleconroy committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    d356204 View commit details
    Browse the repository at this point in the history
  3. Add docs

    kyleconroy committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    62dff87 View commit details
    Browse the repository at this point in the history