Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds new documentation pages for common PostgreSQL and MySQL errors and wires them into the corresponding error index layouts, expanding the reference/error catalog.
Changes:
- Added Postgres error reference pages for 42703 (undefined column) and 28P01 (invalid password).
- Added MySQL error reference page for 1054 (unknown column).
- Updated Postgres/MySQL error
_layout.mdpages to include links to the new entries.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| content/reference/postgres/error/42703-undefined-column-postgres.md | New Postgres error doc for SQLSTATE 42703 with causes/solutions/examples. |
| content/reference/postgres/error/28p01-invalid-password-postgres.md | New Postgres auth error doc for SQLSTATE 28P01 with troubleshooting steps. |
| content/reference/postgres/error/_layout.md | Adds navigation links for the new Postgres error pages. |
| content/reference/mysql/error/1054-unknown-column-in-field-list.md | New MySQL error doc for 1054 with common causes/fixes/scenarios. |
| content/reference/mysql/error/_layout.md | Adds navigation link for the new MySQL 1054 error page. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
content/reference/postgres/error/42703-undefined-column-postgres.md
Outdated
Show resolved
Hide resolved
content/reference/postgres/error/28p01-invalid-password-postgres.md
Outdated
Show resolved
Hide resolved
content/reference/mysql/error/1054-unknown-column-in-field-list.md
Outdated
Show resolved
Hide resolved
content/reference/mysql/error/1054-unknown-column-in-field-list.md
Outdated
Show resolved
Hide resolved
…t.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…es.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…es.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…t.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.
No description provided.