Skip to content

Commit

Permalink
Fix asynchronous record iterator exhausted when scanning for new enum…
Browse files Browse the repository at this point in the history
…eration values
  • Loading branch information
hunyadi committed Aug 27, 2024
1 parent 2897ab0 commit 251deac
Show file tree
Hide file tree
Showing 3 changed files with 251 additions and 155 deletions.
10 changes: 6 additions & 4 deletions check.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
set -e

PYTHON=python3

# Run static type checker and verify formatting guidelines
python3 -m mypy pysqlsync
python3 -m flake8 pysqlsync
python3 -m mypy tests
python3 -m flake8 tests
$PYTHON -m mypy pysqlsync
$PYTHON -m flake8 pysqlsync
$PYTHON -m mypy tests
$PYTHON -m flake8 tests
Loading

0 comments on commit 251deac

Please sign in to comment.