Skip to content

Conversation

@sathvik-palley
Copy link
Collaborator

Description
Fixed pagination issue for table results when using PostgreSQL connections. Previously, pagination was not working correctly, causing results pane to show only first 100 rows

Type of Change
Please mark the relevant option(s):
🐛 Bug fix (non-breaking change which fixes an issue)

Please confirm the following:
I have tested these changes locally

Additional Notes
Fixed SQL query generation for OFFSET and LIMIT clauses in PostgreSQL
Improved error handling for pagination edge cases

Copy link
Contributor

@sahithvibudhi sahithvibudhi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like we have similar code in clickhouse too, can we DRY this code somehow in a follow up PR?

@sathvik-palley
Copy link
Collaborator Author

looks like we have similar code in clickhouse too, can we DRY this code somehow in a follow up PR?

sure! I will open a issue.

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