Dev - #19
Merged
Merged
Conversation
Made-with: Cursor
Made-with: Cursor
…ons panel Made-with: Cursor
Made-with: Cursor
Made-with: Cursor
… with Wrap Made-with: Cursor
- 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.