Skip to content

docs: error code PG error 42P01 | MySQL error 1064 | MySQL error 1146#1048

Merged
tianzhou merged 4 commits intomainfrom
a-branch-115
Mar 20, 2026
Merged

docs: error code PG error 42P01 | MySQL error 1064 | MySQL error 1146#1048
tianzhou merged 4 commits intomainfrom
a-branch-115

Conversation

@adela-bytebase
Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings March 19, 2026 16:26
@vercel
Copy link
Copy Markdown

vercel bot commented Mar 19, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
bytebase-com Ready Ready Preview, Comment Mar 19, 2026 5:07pm

Request Review

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds new database error reference pages for common Postgres/MySQL errors and wires them into the error index layouts.

Changes:

  • Add Postgres error doc for SQLSTATE 42P01 (undefined_table / relation does not exist).
  • Add MySQL error docs for 1064 (syntax error) and 1146 (table doesn’t exist).
  • Update Postgres/MySQL error _layout.md pages to include the new entries.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 9 comments.

Show a summary per file
File Description
content/reference/postgres/error/_layout.md Adds index entry for the new 42P01 page.
content/reference/postgres/error/42P01-undefined-table-postgres.md New Postgres 42P01 error reference page.
content/reference/mysql/error/_layout.md Adds index entries/section for 1064 and 1146 pages.
content/reference/mysql/error/1146-table-doesnt-exist.md New MySQL 1146 error reference page.
content/reference/mysql/error/1064-syntax-error.md New MySQL 1064 error reference page.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Copy Markdown
Member

@tianzhou tianzhou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@tianzhou tianzhou merged commit 6355d8d into main Mar 20, 2026
4 checks passed
@tianzhou tianzhou deleted the a-branch-115 branch March 20, 2026 02:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants