| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Mirrors the existing Postgres declarative pipeline against the new mysql-project / mysql-test-instance-05k8 (testdb, proddb) for testing the SDL feature on MySQL.
Intentionally breaks the .bytebase/sql-review.md naming convention to demonstrate the SQL review check catching a violation.
SQL Review Summary
Detailed Results
|
Sorry, something went wrong.
The custom snake_case rule alone didn't fail the check (resultCount=0 even for PascalCase EmployeeProfile - likely AI custom-rule review isn't enabled server-side). Add a broken FK reference so the check fails on real schema validation instead.
|
Demo complete — AI SQL review correctly flagged the non-snake_case table. Closing. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
Intentionally adds `EmployeeProfile` (PascalCase) to `schema-mysql/schema.sql` to demonstrate the SQL review check failing against the `.bytebase/sql-review.md` snake_case naming rule.
Expected: `declarative-sql-review-action-mysql.yml` fails.