Skip to content

fix(plugin-cassandra): browse tables without an OFFSET, which CQL does not have - #3164

Open
yordis wants to merge 1 commit into
TableProApp:mainfrom
yordis:yordis/fix-cql-browse-offset
Open

yordis wants to merge 1 commit into
TableProApp:mainfrom
yordis:yordis/fix-cql-browse-offset

Conversation

@yordis

@yordis yordis commented Sep 26, 2026

Copy link
Copy Markdown
  • Opening any table on a Cassandra or ScyllaDB connection fails with line 1:NN : Syntax error, because the table browser sends LIMIT n OFFSET m and CQL has no OFFSET.
  • Both engines now declare the leading-rows pagination that Cloudflare R2 SQL already uses, so a browse reads the first page and never asks the server to skip rows.

Checklist:

  • Tests added or updated
  • CHANGELOG.md updated under [Unreleased]
  • Docs updated in docs/ if the change affects user-facing behavior (no page describes Cassandra pagination today)
  • User-facing strings localized (no new strings)
  • No SwiftLint violations

…s not have

Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>

This branch has not been deployed

No deployments
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.

1 participant