-
Notifications
You must be signed in to change notification settings - Fork 37
Update docs on temporary views. #182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
||
case .some(let label) where label.text == "primaryKey": | ||
guard !declaration.hasMacroApplication("Table") | ||
else { continue } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unrelated to the core of this PR but something I noticed. We can allow @Selection
types to have a primary key if it is also a @Table
.
|
||
The core functionality of this library is defined in | ||
[`StructuredQueriesCore`](<doc:/StructuredQueriesCore>), which this module automatically exports. | ||
[`StructuredQueriesCore`](structuredqueriescore), which this module automatically exports. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We previously made this change because it's supported when turning on an experimental docc feature that combines docs of multiple modules. But then it later turned out that setting didn't play nicely with SPI, but we forgot to revert this change.
No description provided.