Skip to content

Commit

Permalink
fix: update data table to fix empty sequence crash (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
tconbeer authored Dec 14, 2023
1 parent edc65ee commit 7bf2943
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 23 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

### Bug Fixes

- Fixes a crash when using `harlequin-postgres` and executing a select statement that returns zero records.

## [1.7.0] - 2023-12-13

### Features
Expand Down
44 changes: 22 additions & 22 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ python = ">=3.8.1,<4.0.0"

# textual and component libraries
textual = "==0.41.0"
textual-fastdatatable = "==0.4.0"
textual-fastdatatable = "==0.4.1"
textual-textarea = "==0.9.2"

# click
Expand Down

0 comments on commit 7bf2943

Please sign in to comment.