Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
m-barthelemy committed Apr 6, 2020
1 parent bffaecb commit 7c8c88c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/QueuesFluentDriver/PopQueries/MySQLPopQuery.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ final class MySQLPop : PopQueryProtocol {

var id: UUID?
return database.execute(sql: select) { (row) -> Void in
print("••• columns: \(row.allColumns)")
id = try? row.decode(column: "\(FluentQueue.model.$id.key)", as: UUID.self)
print("••• columns: \(row.allColumns), id=\(id)")
}
.flatMap {
if (id != nil) {
Expand Down

0 comments on commit 7c8c88c

Please sign in to comment.