Use of undeclared type 'SQLConnectable'
JamesCoonce opened this issue · 1 comments
JamesCoonce commented
It looks like the update to use 'SQLConnectable' has broken many of the DB providers. This affects SQLite, Postgres, Mysql, and their Fluent Packages as well.
.build/checkouts/sqlite.git-4860272343164727196/Sources/SQLite/SQL/SQLiteDropIndex.swift:38:11: error: use of undeclared type 'SQLConnectable'
extension SQLConnectable where Connection.Query == SQLiteQuery {
.build/checkouts/postgresql.git-4716102030978972592/Sources/PostgreSQL/SQL/PostgreSQLDropIndex.swift:38:11: error: use of undeclared type 'SQLConnectable'
extension SQLConnectable where Connection.Query == PostgreSQLQuery {
0xTim commented
@JamesCoonce make sure you have the latest versions of the providers by running swift package update
- they should all work