Skip to content

Commit

Permalink
Fix SQLite Expression ambiguity in Swift 6
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Sep 19, 2024
1 parent 42874b6 commit a71844b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/D2Commands/Misc/MessageDatabase.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import SQLite
import D2MessageIO
import Utils

typealias Expression = SQLite.Expression

fileprivate let guilds = Table("guilds")
fileprivate let guildId = Expression<Int64>("guild_id")
fileprivate let guildName = Expression<String>("guild_name")
Expand Down

0 comments on commit a71844b

Please sign in to comment.