We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0befd8 commit bef8a15Copy full SHA for bef8a15
1 file changed
Tests/SQLClientSwiftTests/SQLBCPTests.swift
@@ -37,7 +37,7 @@ final class SQLBCPTests: XCTestCase {
37
rows.append(SQLRow(storage, columnTypes: ["Id": 56, "Name": 39, "Value": 62]))
38
}
39
40
- let inserted = try await client.bulkInsert(table: "tempdb..BCPTest", rows: rows)
+ let inserted = try await client.bulkInsert(table: "BCPTest", rows: rows)
41
XCTAssertEqual(inserted, 100)
42
43
let countRows = try await client.query("SELECT COUNT(*) as cnt FROM BCPTest")
0 commit comments