Skip to content

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

Merged
walborn merged 3 commits into
mainfrom
feat/autoincrement
Jun 18, 2024
Merged

feat: add auto-increment for raw table type#929
walborn merged 3 commits into
mainfrom
feat/autoincrement

Conversation

@walborn

@walborn walborn commented Jun 17, 2024

Copy link
Copy Markdown
Contributor

No description provided.

@walborn
walborn requested a review from Raubzeug June 17, 2024 10:02
@walborn

walborn commented Jun 17, 2024

Copy link
Copy Markdown
Contributor Author

closes #871

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

Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
@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