Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add auto-increment for raw table type #929

Merged
merged 3 commits into from
Jun 18, 2024
Merged

Conversation

walborn
Copy link
Contributor

@walborn walborn commented Jun 17, 2024

No description provided.

@walborn walborn requested a review from Raubzeug June 17, 2024 10:02
@walborn
Copy link
Contributor Author

walborn commented Jun 17, 2024

closes #871

if (extended) {
return rowTableColumns.concat(familyColumn, mediaColumn, compressionColumn);
}
if (extended) rowTableColumns.push(familyColumn, mediaColumn, compressionColumn);
Copy link
Contributor

Choose a reason for hiding this comment

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

Lets not use such a shorthands in one row, cause all over the code we use it with curly braces.
When we move to new linter major, we'll add a rule to avoid it.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I've done. Do you mean eslint curly: error?

Copy link
Contributor

Choose a reason for hiding this comment

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

Exactly!

@walborn walborn merged commit 87e22cd into main Jun 18, 2024
4 checks passed
@walborn walborn deleted the feat/autoincrement branch June 18, 2024 12:14
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.

2 participants