Skip to content

Fix SQL Editor export row limit - #10

Merged
intraq-dev-ai merged 1 commit into
mainfrom
fix/sql-editor-export-limit-9
Jul 27, 2026
Merged

Fix SQL Editor export row limit#10
intraq-dev-ai merged 1 commit into
mainfrom
fix/sql-editor-export-limit-9

Conversation

@intraq-dev-ai

Copy link
Copy Markdown
Owner

Summary

  • Keep SQL Editor preview queries capped at 1,000 rows
  • Rerun the last successful SQL Editor query for CSV export with a 100,000-row cap
  • Raise backend configurable query cap so export-sized SQL Editor requests can exceed preview limits
  • Document SQL Editor preview/export row limits
  • Add smoke tests for frontend limit payloads and sample-data export-sized limits

Fixes #9

Validation

  • npx vitest run tests/smoke/sql-editor-export-limits.test.ts
  • npm test
  • docker run --rm -v /Users/anupnepal/projects/intraQ/intraq-community:/work -v intraq-community-node24-modules:/work/node_modules -w /work node:24-alpine sh -lc 'npm run build'

@intraq-dev-ai
intraq-dev-ai merged commit 16cb113 into main Jul 27, 2026
1 check passed
@intraq-dev-ai
intraq-dev-ai deleted the fix/sql-editor-export-limit-9 branch July 27, 2026 03:32
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.

SQL Editor export should support up to 100,000 rows independent of preview limit

1 participant