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

feat(sql): add database/sql plugin #22

Merged
merged 34 commits into from
Aug 25, 2021
Merged

feat(sql): add database/sql plugin #22

merged 34 commits into from
Aug 25, 2021

Commits on Jul 5, 2021

  1. Configuration menu
    Copy the full SHA
    c0f2c05 View commit details
    Browse the repository at this point in the history
  2. add Ping function

    kagaya85 committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    fa07065 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. Configuration menu
    Copy the full SHA
    6063900 View commit details
    Browse the repository at this point in the history
  2. add driver.Conn wrapper

    kagaya85 committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    82bd97b View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. Configuration menu
    Copy the full SHA
    f94c937 View commit details
    Browse the repository at this point in the history
  2. add fallback connector

    kagaya85 committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    ad7b5a1 View commit details
    Browse the repository at this point in the history
  3. go mod tidy

    kagaya85 committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    ecd42a1 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

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

Commits on Jul 19, 2021

  1. add driver options

    kagaya85 committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    155fc08 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

  1. Configuration menu
    Copy the full SHA
    78b5c97 View commit details
    Browse the repository at this point in the history
  2. init e2e test file

    kagaya85 committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    e12962c View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

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

Commits on Jul 29, 2021

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

Commits on Jul 30, 2021

  1. update license header

    kagaya85 committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    2e21a0d View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

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

Commits on Aug 5, 2021

  1. rename module name

    kagaya85 committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    176bf7c View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2021

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

Commits on Aug 10, 2021

  1. Configuration menu
    Copy the full SHA
    ece35a9 View commit details
    Browse the repository at this point in the history
  2. update error handle

    kagaya85 committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    30b6581 View commit details
    Browse the repository at this point in the history
  3. add sql.DB wrapper

    kagaya85 committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    11ab3bd View commit details
    Browse the repository at this point in the history
  4. add tx/stmt/conn wrapper

    kagaya85 committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    84c65db View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4d9af1d View commit details
    Browse the repository at this point in the history
  6. bug fixed

    kagaya85 committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    df4bebf View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

  1. fix e2e fail

    kagaya85 committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    0b53ecf View commit details
    Browse the repository at this point in the history
  2. update reademe & plugin_test

    kagaya85 committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    0ea71d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6ae24e View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. change tx span to localspan

    kagaya85 committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    139ad51 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. Merge branch master

    kagaya85 committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    ea33fb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bffebd7 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'ci-filter'

    kagaya85 committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    a7353c2 View commit details
    Browse the repository at this point in the history
  4. ci: fix empty error

    kagaya85 committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    6fef37b View commit details
    Browse the repository at this point in the history
  5. Merge branch 'ci-filter'

    kagaya85 committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    987d946 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    35afb74 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. add tx.Exec test

    kagaya85 committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    46c206d View commit details
    Browse the repository at this point in the history