Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MssqlTester ¶
type MssqlTester struct { sql_db_tester.SqlDatabaseTester // contains filtered or unexported fields }
MssqlTester is a wrapping struct around the basic SQL tester
func (*MssqlTester) Connect ¶
func (tester *MssqlTester) Connect(options api.DbTesterOptions) error
Connect is used to initialize a testing connection to the SQL database
func (*MssqlTester) GetQueryMarkers ¶
func (tester *MssqlTester) GetQueryMarkers(length int) string
GetQueryMarkers returns part of the query string that will be paramerized as it's different between databases. In this case, the params are defined using `@p<num>`.
Click to show internal directories.
Click to hide internal directories.