Skip to content

Dev - #19

Merged
ZhuchkaTriplesix merged 13 commits into
mainfrom
dev
Mar 14, 2026
Merged

Dev#19
ZhuchkaTriplesix merged 13 commits into
mainfrom
dev

Conversation

@ZhuchkaTriplesix

Copy link
Copy Markdown
Member

No description provided.

ZhuchkaTriplesix and others added 13 commits March 14, 2026 10:06
- 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
- 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 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.

2

@ZhuchkaTriplesix
ZhuchkaTriplesix merged commit c14afca into main Mar 14, 2026
4 checks passed
@ZhuchkaTriplesix
ZhuchkaTriplesix deleted the dev branch March 21, 2026 09:34
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