Skip to content

linter: detect invalid uppercase types#600

Merged
kodiakhq[bot] merged 1 commit into
sbdchd:masterfrom
gilbsgilbs:fix-uppercase-types
Jul 31, 2025
Merged

linter: detect invalid uppercase types#600
kodiakhq[bot] merged 1 commit into
sbdchd:masterfrom
gilbsgilbs:fix-uppercase-types

Conversation

@gilbsgilbs

Copy link
Copy Markdown
Contributor

Keywords in PostgreSQL are always case-insensitive[1], therefore BIGSERIAL and BiGsErIaL types should be considered the same as bigserial.

[1] https://www.postgresql.org/docs/current/sql-syntax-lexical.html#SQL-SYNTAX-IDENTIFIERS

Keywords in PostgreSQL are always case-insensitive[1], therefore
`BIGSERIAL` and `BiGsErIaL` types should be considered the same as
`bigserial`.

[1] https://www.postgresql.org/docs/current/sql-syntax-lexical.html#SQL-SYNTAX-IDENTIFIERS
@netlify

netlify Bot commented Jul 31, 2025

Copy link
Copy Markdown

👷 Deploy request for squawkhq pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 9079dc8

@sbdchd sbdchd left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Oh good catch! Thank you!

@sbdchd sbdchd added the automerge automerge with kodiak label Jul 31, 2025
@kodiakhq kodiakhq Bot merged commit f9dc2b0 into sbdchd:master Jul 31, 2025
32 checks passed
kodiakhq Bot pushed a commit that referenced this pull request Aug 1, 2025
@sbdchd

sbdchd commented Aug 8, 2025

Copy link
Copy Markdown
Owner

This has been released in the latest version. Thank you!

https://github.com/sbdchd/squawk/releases/tag/v2.22.0

@gilbsgilbs

Copy link
Copy Markdown
Contributor Author

Thanks, @sbdchd . Much appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge automerge with kodiak

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants