sqlutils

package
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 9, 2017 License: BSD-3-Clause Imports: 11 Imported by: 0

Documentation

Overview

Package sqlutils share some utils functions for sql testing

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AllSQLTests

func AllSQLTests(t *testing.T, db *DB, expectedSpan *tracer.Span)

AllSQLTests applies a sequence of unit tests to check the correct tracing of sql features.

func GetDriverName

func GetDriverName(driver driver.Driver) string

GetDriverName returns the driver type.

func GetTracedDriverName

func GetTracedDriverName(driverName string) string

GetTracedDriverName add the suffix "Traced" to the driver name.

Types

type DB

type DB struct {
	*sql.DB
	Tracer     *tracer.Tracer
	Transport  *tracer.DummyTransport
	DriverName string
}

DB is a struct dedicated for testing

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL