Skip to content

[FIX] Order available PostgreSQL tables #7099

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

Merged
merged 1 commit into from
Jun 13, 2025
Merged

Conversation

meob
Copy link
Contributor

@meob meob commented Jun 6, 2025

The list of available PostgreSQL tables should by ordered by both schema_name and relation_name

Issue

I noticed that the table list in the SQL Table widget is not ordered.
This simple patch add the relation name to the ORDER BY

Description of changes

Added the order by for the second column too

Includes
  • Code changes
  • Tests
  • Documentation

The list of available PostgreSQL tables should by ordered by both schema_name and relation_name
@CLAassistant
Copy link

CLAassistant commented Jun 6, 2025

CLA assistant check
All committers have signed the CLA.

@markotoplak markotoplak changed the title Update postgres.py [FIX] Order available PostgrSQL tables Jun 9, 2025
@lanzagar lanzagar changed the title [FIX] Order available PostgrSQL tables [FIX] Order available PostgreSQL tables Jun 13, 2025
@lanzagar lanzagar merged commit 32f4d6d into biolab:master Jun 13, 2025
7 of 28 checks passed
@meob meob deleted the patch-1 branch June 23, 2025 11:42
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.

3 participants