Skip to content

Postgres - #18

Merged
ZhuchkaTriplesix merged 12 commits into
devfrom
postgres
Mar 14, 2026
Merged

Postgres#18
ZhuchkaTriplesix merged 12 commits into
devfrom
postgres

Conversation

@ZhuchkaTriplesix

Copy link
Copy Markdown
Member

No description provided.

- Add onPostgresTableSelected callback in connections panel; Tables and Views
  in PG tree are clickable and open data view in workspace
- Add PostgresTableView: SELECT * with limit, virtualized ListView.builder,
  horizontal/vertical scroll with proper ScrollControllers, zebra rows, NULL styling
- Wire selected table state in MainScreen and WorkspacePanel
- Fix UI freeze by converting result to strings in compute() and using ListView.builder
- Fix Scrollbar ScrollController error by attaching explicit controllers
- Toolbar with row count chip and Refresh button (small size, no clipping)

Made-with: Cursor
- Add postgres_table_utils.dart: quotePostgresIdentifier, convertResultRowsToStrings
- Use utils in PostgresTableView (for compute and SQL quoting)
- Add postgres_table_utils_test: 10 unit tests for quoting and row conversion
- PostgresConnection: test connectionString in constructor
- ConnectionRow: test fromMap for postgresql with databaseName

Made-with: Cursor
@ZhuchkaTriplesix ZhuchkaTriplesix self-assigned this Mar 14, 2026
@ZhuchkaTriplesix ZhuchkaTriplesix added the enhancement New feature or request label Mar 14, 2026

@ZhuchkaTriplesix ZhuchkaTriplesix left a comment

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

123

- Trigger on push of tags v* (e.g. v0.1.0)
- Build Windows and Linux release artifacts, zip and upload to Release
- allow_updates so both jobs can attach assets to the same release

Made-with: Cursor
- redis_info: sectionDouble missing section; parseRedisInfo value with colon, same key in multiple sections
- ConnectionRow: toMap includes database_name for postgresql
- PostgresConnection: connectToDatabase result has connectionString null
- MongoConnection: empty database omitted from URI path

Made-with: Cursor
- Add test/core/drivers/driver_urls_test: constants, DownloadableDriver extension, DriverDownloadException
- postgres_table_utils: test single row with mixed types
- mongodb_uri_replacement: test buildUriForDatabase with empty database name

Made-with: Cursor

@ZhuchkaTriplesix ZhuchkaTriplesix left a comment

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

piupiu

@ZhuchkaTriplesix
ZhuchkaTriplesix merged commit 42a7b8f into dev Mar 14, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant