Skip to content

Commit e55615e

Browse files
committed
Update SQLiteAdapter.swift
1 parent 769216c commit e55615e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Sources/SQLiteAdapter/SQLiteAdapter.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,7 @@ open class SQLite: SQLiteType {
445445
return allRows
446446
}
447447

448+
/// Checks the structure of the result table and synchronizes it in SQLTableColums
448449
private func getResultColumns(_ table: SQLTable, sqlStatement: OpaquePointer?) throws -> SQLTableColums {
449450
var columnNamesToReturn: [String] = []
450451
let columnCount = sqlite3_column_count(sqlStatement)

0 commit comments

Comments
 (0)