Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: go-sql-driver/sql-test
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: bradfitz/go-sql-test
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 106 files changed
  • 5 contributors

Commits on Dec 29, 2012

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

Commits on Mar 21, 2013

  1. add support for goracle (github.com/tgulacsi/goracle/godrv)

    GOSQLTEST_MYSQL_USER=user GOSQLTEST_MYSQL_PASS=pass GOSQLTEST_ORACLE=user/pass@XE go test -v
    === RUN TestBlobs_SQLite
    --- PASS: TestBlobs_SQLite (0.00 seconds)
    === RUN TestBlobs_MyMySQL
    --- PASS: TestBlobs_MyMySQL (0.02 seconds)
    === RUN TestBlobs_GoMySQL
    --- PASS: TestBlobs_GoMySQL (0.02 seconds)
    === RUN TestBlobs_PQ
    skipping test; no Postgres running on localhost:5432
    --- PASS: TestBlobs_PQ (0.00 seconds)
    === RUN TestBlobs_Oracle
    --- PASS: TestBlobs_Oracle (0.32 seconds)
    === RUN TestManyQueryRow_SQLite
    --- PASS: TestManyQueryRow_SQLite (1.11 seconds)
    === RUN TestManyQueryRow_MyMySQL
    --- PASS: TestManyQueryRow_MyMySQL (4.59 seconds)
    === RUN TestManyQueryRow_GoMySQL
    --- PASS: TestManyQueryRow_GoMySQL (3.56 seconds)
    === RUN TestManyQueryRow_PQ
    skipping test; no Postgres running on localhost:5432
    --- PASS: TestManyQueryRow_PQ (0.00 seconds)
    === RUN TestManyQueryRow_Oracle
    --- PASS: TestManyQueryRow_Oracle (6.49 seconds)
    === RUN TestTxQuery_SQLite
    --- PASS: TestTxQuery_SQLite (0.00 seconds)
    === RUN TestTxQuery_MyMySQL
    --- PASS: TestTxQuery_MyMySQL (0.02 seconds)
    === RUN TestTxQuery_GoMySQL
    --- PASS: TestTxQuery_GoMySQL (0.02 seconds)
    === RUN TestTxQuery_PQ
    skipping test; no Postgres running on localhost:5432
    --- PASS: TestTxQuery_PQ (0.00 seconds)
    === RUN TestTxQuery_Oracle
    --- PASS: TestTxQuery_Oracle (0.32 seconds)
    === RUN TestPreparedStmt_SQLite
    --- PASS: TestPreparedStmt_SQLite (0.21 seconds)
    === RUN TestPreparedStmt_MyMySQL
    --- PASS: TestPreparedStmt_MyMySQL (0.12 seconds)
    === RUN TestPreparedStmt_GoMySQL
    --- PASS: TestPreparedStmt_GoMySQL (0.10 seconds)
    === RUN TestPreparedStmt_PQ
    skipping test; no Postgres running on localhost:5432
    --- PASS: TestPreparedStmt_PQ (0.00 seconds)
    === RUN TestPreparedStmt_Oracle
    --- PASS: TestPreparedStmt_Oracle (0.88 seconds)
    PASS
    ok      sqltest 17.834s
    Tamás Gulácsi authored and tgulacsi committed Mar 21, 2013
    Configuration menu
    Copy the full SHA
    a3ef08a View commit details
    Browse the repository at this point in the history
  2. Merge pull request bradfitz#6 from tgulacsi/for-bradfitz

    Add goracle tests, second attempt
    bradfitz committed Mar 21, 2013
    Configuration menu
    Copy the full SHA
    71866a4 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2014

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

Commits on Apr 13, 2014

  1. Merge pull request bradfitz#7 from hochhaus/master

    Update github.com/bmizerany/pq to github.com/lib/pq.
    bradfitz committed Apr 13, 2014
    Configuration menu
    Copy the full SHA
    3091466 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2014

  1. Fix password used by pq test

    Password in README is "gosqltest", actual password in test was "foo".
    jackc committed Jun 21, 2014
    Configuration menu
    Copy the full SHA
    d793b05 View commit details
    Browse the repository at this point in the history
  2. Merge pull request bradfitz#9 from jackc/master

    Fix password used by pq test
    bradfitz committed Jun 21, 2014
    Configuration menu
    Copy the full SHA
    371fd6f View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2014

  1. Add pgx to tested drivers

    jackc committed Jul 14, 2014
    Configuration menu
    Copy the full SHA
    5fd0807 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2019

  1. Merge pull request bradfitz#10 from jackc/pgx

    Add pgx to tested drivers
    bradfitz authored Apr 1, 2019
    Configuration menu
    Copy the full SHA
    6b279fe View commit details
    Browse the repository at this point in the history
Loading