We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c843352 commit 0606e55Copy full SHA for 0606e55
Sources/StructuredQueriesCore/SQLite/FTS5.swift
@@ -2,6 +2,7 @@
2
///
3
/// Apply this protocol to a `@Table` declaration to introduce FTS5 helpers.
4
public protocol FTS5: Table {}
5
+
6
extension TableDefinition where QueryValue: FTS5 {
7
@available(*, deprecated, message: "Virtual tables are not 'rowid' tables")
8
public var rowid: some QueryExpression<Int> {
0 commit comments