Skip to content

fixing fallback view and some minor bug related to rowid fallback#186

Merged
invisal merged 1 commit intodevelopfrom
invisal/fix-fallback-rowid-view
Dec 2, 2024
Merged

fixing fallback view and some minor bug related to rowid fallback#186
invisal merged 1 commit intodevelopfrom
invisal/fix-fallback-rowid-view

Conversation

@invisal
Copy link
Copy Markdown
Collaborator

@invisal invisal commented Dec 2, 2024

  • Prevent fallback rowid for view
  • Fix rowid fallback does not autofill because we switch using RETURNING. Now RETURNING will try to get rowid.

@vercel
Copy link
Copy Markdown

vercel Bot commented Dec 2, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Updated (UTC)
libsql-studio ⬜️ Ignored (Inspect) Dec 2, 2024 1:57am

@invisal invisal linked an issue Dec 2, 2024 that may be closed by this pull request
@invisal invisal merged commit 450d997 into develop Dec 2, 2024
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Dec 2, 2024

Coverage report

St.
Category Percentage Covered / Total
🟡 Statements 74.4% 776/1043
🔴 Branches 52.83% 215/407
🟡 Functions 73.89% 116/157
🟡 Lines 77.37% 735/950

Test suite run success

66 tests passing in 8 suites.

Report generated by 🧪jest coverage report action from ce659ef

@invisal invisal deleted the invisal/fix-fallback-rowid-view branch December 14, 2024 07:31
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.

Attempting to view view table results in "no such column: rowid" error

1 participant