Home
last modified time | relevance | path

Searched refs:testDebugInsertSQL (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/helm/helm-3.5.2/vendor/github.com/Masterminds/squirrel/
H A Dsquirrel_test.go138 var testDebugInsertSQL = Insert("table").Values(1, "test") var
142 testDebugInsertSQL.PlaceholderFormat(Colon)
143 assert.Equal(t, expectedDebugInsertSQL, DebugSqlizer(testDebugInsertSQL))
147 testDebugInsertSQL.PlaceholderFormat(AtP)
148 assert.Equal(t, expectedDebugInsertSQL, DebugSqlizer(testDebugInsertSQL))
152 testDebugInsertSQL.PlaceholderFormat(Dollar)
153 assert.Equal(t, expectedDebugInsertSQL, DebugSqlizer(testDebugInsertSQL))
157 testDebugInsertSQL.PlaceholderFormat(Question)
158 assert.Equal(t, expectedDebugInsertSQL, DebugSqlizer(testDebugInsertSQL))
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/Masterminds/squirrel/
H A Dsquirrel_test.go138 var testDebugInsertSQL = Insert("table").Values(1, "test") var
142 testDebugInsertSQL.PlaceholderFormat(Colon)
143 assert.Equal(t, expectedDebugInsertSQL, DebugSqlizer(testDebugInsertSQL))
147 testDebugInsertSQL.PlaceholderFormat(AtP)
148 assert.Equal(t, expectedDebugInsertSQL, DebugSqlizer(testDebugInsertSQL))
152 testDebugInsertSQL.PlaceholderFormat(Dollar)
153 assert.Equal(t, expectedDebugInsertSQL, DebugSqlizer(testDebugInsertSQL))
157 testDebugInsertSQL.PlaceholderFormat(Question)
158 assert.Equal(t, expectedDebugInsertSQL, DebugSqlizer(testDebugInsertSQL))
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/Masterminds/squirrel/
H A Dsquirrel_test.go138 var testDebugInsertSQL = Insert("table").Values(1, "test") var
142 testDebugInsertSQL.PlaceholderFormat(Colon)
143 assert.Equal(t, expectedDebugInsertSQL, DebugSqlizer(testDebugInsertSQL))
147 testDebugInsertSQL.PlaceholderFormat(AtP)
148 assert.Equal(t, expectedDebugInsertSQL, DebugSqlizer(testDebugInsertSQL))
152 testDebugInsertSQL.PlaceholderFormat(Dollar)
153 assert.Equal(t, expectedDebugInsertSQL, DebugSqlizer(testDebugInsertSQL))
157 testDebugInsertSQL.PlaceholderFormat(Question)
158 assert.Equal(t, expectedDebugInsertSQL, DebugSqlizer(testDebugInsertSQL))