Skip to content

Commit 0606e55

Browse files
authored
Update FTS5.swift
1 parent c843352 commit 0606e55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/StructuredQueriesCore/SQLite/FTS5.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
///
33
/// Apply this protocol to a `@Table` declaration to introduce FTS5 helpers.
44
public protocol FTS5: Table {}
5+
56
extension TableDefinition where QueryValue: FTS5 {
67
@available(*, deprecated, message: "Virtual tables are not 'rowid' tables")
78
public var rowid: some QueryExpression<Int> {

0 commit comments

Comments
 (0)