Incorrect initializer implementation for `SQLRaw`
benjaminmayo opened this issue · 0 comments
benjaminmayo commented
sql-kit/Sources/SQLKit/Query/SQLRaw.swift
Lines 6 to 9 in b560d6d
This should be self.binds = binds
, as right now the passed in parameter to the initializer is dropped entirely.