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

Use the correct integer PK column idx as the row-id alias #274

Merged

Conversation

gvos94
Copy link
Contributor

@gvos94 gvos94 commented Aug 5, 2024

This pull request addresses issue #256.

However, it currently breaks insertions into tables that lack a row-id alias due to the NewRowId not being implemented yet. I have created an issue to track this problem and will submit a separate pull request to resolve it soon.

@gvos94 gvos94 force-pushed the graghura/alias_integer_pk_as_rowid branch from b3b2fa2 to 8a34c16 Compare August 5, 2024 01:54
@gvos94 gvos94 marked this pull request as ready for review August 5, 2024 01:57
@penberg penberg requested a review from jussisaurio August 5, 2024 05:02
@penberg penberg merged commit 84ac7d4 into tursodatabase:main Aug 6, 2024
13 checks passed
penberg added a commit that referenced this pull request Sep 22, 2024
…m GV

This pull request addresses [issue #256](https://github.com/penberg/limbo/issues/256).

However, it currently breaks insertions into tables that lack a row-id
alias due to the NewRowId not being implemented yet. I have created an
[issue](https://github.com/penberg/limbo/issues/275) to track this
problem and will submit a separate pull request to resolve it soon.

Closes #274
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