-
Notifications
You must be signed in to change notification settings - Fork 15
Expression, partial, and unique indexes are authorable in PSL and TypeScript #1048
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
Merged
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
8274a8f
feat(sql-contract): shared index lowering carries expression, where, …
wmadden-electric 5afef24
fix(sql-contract): batch the D9 warning per contract build
wmadden-electric 622475b
feat(psl): contributed diagnostic codes and attribute-anchored refines
wmadden-electric 27e2d76
feat(contract-psl): @@index authors the full parameter matrix with sp…
wmadden-electric a5dd5bc
feat(contract-ts): constraints.index authors the full parameter matrix
wmadden-electric 803fe72
feat(target-sqlite): reject expression and partial indexes at namespa…
wmadden-electric 71e56fd
test(contract-psl): PSL/TS parity across the index parameter matrix
wmadden-electric 11e88d2
test(integration): ciphers expression-index journey authored through …
wmadden-electric 44cf817
test: index-drift scenarios and additive-only body-edit degradation
wmadden-electric 4b77417
docs: index parameter matrix in the authoring references
wmadden-electric 8b71487
fix(sql-schema-ir): normalize the btree default at SqlIndexIR constru…
wmadden-electric 7fdf4e7
docs: btree spelling change converges as a phase-2 rename, not create…
wmadden-electric c42cd95
project(functional-indexes): slice-3 spec + plan (rls-exact-names)
wmadden-electric 800c336
refactor(sql-authoring): authoring index types carry the disjoint ele…
wmadden-electric 07b3a48
docs(framework-components): the diagnostic-code union's two arms are …
wmadden-electric 71b6066
fix(contract-ts): the options erasure cast is an audited blindCast; t…
wmadden-electric File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1,6 @@ | ||
| export { type AuthoredIndexInput, lowerAuthoredIndex } from '../index-naming'; | ||
| export { | ||
| type AuthoredIndexInput, | ||
| type ExactNameBodyWarning, | ||
| flushExactNameBodyWarnings, | ||
| lowerAuthoredIndex, | ||
| } from '../index-naming'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
What is this? Why do we have a union here at all?