We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 769216c commit e55615eCopy full SHA for e55615e
1 file changed
Sources/SQLiteAdapter/SQLiteAdapter.swift
@@ -445,6 +445,7 @@ open class SQLite: SQLiteType {
445
return allRows
446
}
447
448
+ /// Checks the structure of the result table and synchronizes it in SQLTableColums
449
private func getResultColumns(_ table: SQLTable, sqlStatement: OpaquePointer?) throws -> SQLTableColums {
450
var columnNamesToReturn: [String] = []
451
let columnCount = sqlite3_column_count(sqlStatement)
0 commit comments