fix: Fact-check of database docs#619
Open
Swiftaxe wants to merge 1 commit into
Open
Conversation
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Fact-checked, removed noise, and added frontmatter to all 20 database pages.
All 20 files:
descriptionfrontmatterCode bugs fixed:
02-models://comment in YAML block →#(invalid YAML syntax)06-filter: firstequalsexample was missingsessionargument08-sort: prose described a non-existentorderDecending: trueparameter → corrected to.desc()(also misspelled)Grammar & typos:
01-one-to-one: "both sided" → "both sides"02-one-to-many: missing verb "thenameparameter with a unique string" → "takes a unique string"04-self-relations: "relation ship" → "relationship"07-relation-queries: "return a employee" → "returns an employee"02-models: "as have always been" → "by default"14-client-side-database: "to use it all database operations" → "to use it for all" (in code comment)Noise removed:
05-crud: version history:::infoabout previousinsertmutation behavior (Fix the path of the docker directory #12)05-crud::::noteexposingON CONFLICT DO NOTHINGSQL internals — replaced with prose keeping the useful constraint behavior info05-crud: "At least one column must be specified…otherwise anArgumentError" (Getting started #14)08-transactions: "At the time of writing" from isolation level:::info01-connection: two redundant lead-in sentences03-referential-actions:onUpdate/onDeletewrapped in backticks; added missing periodFormatting:
10-raw-access: removed extra indentation from two code blocks08-transactions/13-row-locking: fixed MD060 table column style lint errors