We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ced4e70 commit 8e13fedCopy full SHA for 8e13fed
Sources/MySQL/Connection/MySQLConnection+SimpleQuery.swift
@@ -35,6 +35,7 @@ extension MySQLConnection {
35
let comQuery = MySQLComQuery(query: string)
36
var columns: [MySQLColumnDefinition41] = []
37
var currentRow: [MySQLColumn: MySQLData] = [:]
38
+ logger?.record(query: string, values: [])
39
return send([.comQuery(comQuery)]) { message in
40
switch message {
41
case .columnDefinition41(let col):
0 commit comments