Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 944e6b9

Browse files
committed
Update Preql version to 0.2.16
1 parent adb2669 commit 944e6b9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ Now you can insert it into the testing database(s):
509509
```shell-session
510510
# It's optional to seed more than one to run data-diff(1) against.
511511
$ poetry run preql -f dev/prepare_db.pql mysql://mysql:Password1@127.0.0.1:3306/mysql
512-
$ poetry run preql -f dev/prepare_db.pql postgres://postgres:Password1@127.0.0.1:5432/postgres
512+
$ poetry run preql -f dev/prepare_db.pql postgresql://postgres:Password1@127.0.0.1:5432/postgres
513513
514514
# Cloud databases
515515
$ poetry run preql -f dev/prepare_db.pql snowflake://<uri>

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ rich = "^10.16.2"
3131
toml = "^0.10.2"
3232

3333
[tool.poetry.dev-dependencies]
34-
databricks-sql-connector = "*"
34+
parameterized = "*"
35+
unittest-parallel = "*"
36+
preql = "^0.2.16"
3537
mysql-connector-python = "*"
36-
preql = "^0.2.15"
38+
databricks-sql-connector = "*"
3739
snowflake-connector-python = "*"
3840
trino = "^0.314.0"
3941
psycopg2 = "*"
4042
presto-python-client = "*"
41-
parameterized = "*"
42-
unittest-parallel = "*"
4343

4444
[tool.poetry.extras]
4545
# When adding, update also: README + dev deps just above

0 commit comments

Comments
 (0)