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

Commit 5fdd795

Browse files
author
Leo Folsom
committed
add a heads up about case sensitivity
1 parent f7fa628 commit 5fdd795

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,13 @@ $ data-diff \
112112

113113
| Database | Connection string | Status |
114114
|---------------|-----------------------------------------------------------------------------------------|--------|
115-
| PostgreSQL | `postgresql://<user>:<password>@<hostname>:<5432>/<database>` | πŸ’š |
116-
| MySQL | `mysql://<user>:<password>@<hostname>:<5432>/<database>` | πŸ’š |
115+
| PostgreSQL | `postgresql://<user>:<password>@<hostname>:5432/<database>` | πŸ’š |
116+
| MySQL | `mysql://<user>:<password>@<hostname>:5432/<database>` | πŸ’š |
117117
| Snowflake | `"snowflake://<user>:<password>@<account>/<database>/<SCHEMA>?warehouse=<WAREHOUSE>&role=<role>"`| πŸ’š |
118118
| Oracle | `oracle://<username>:<password>@<hostname>/database` | πŸ’› |
119119
| BigQuery | `bigquery://<project>/<dataset>` | πŸ’› |
120-
| Redshift | `redshift://<username>:<password>@<hostname>:<5439>/<database>` | πŸ’› |
121-
| Presto | `presto://<username>:<password>@<hostname>:<8080>/<database>` | πŸ’› |
120+
| Redshift | `redshift://<username>:<password>@<hostname>:5439/<database>` | πŸ’› |
121+
| Presto | `presto://<username>:<password>@<hostname>:8080/<database>` | πŸ’› |
122122
| ElasticSearch | | πŸ“ |
123123
| Databricks | | πŸ“ |
124124
| Planetscale | | πŸ“ |
@@ -171,7 +171,10 @@ Users can also install several drivers at once:
171171
Usage: `data-diff DB1_URI TABLE1_NAME DB2_URI TABLE2_NAME [OPTIONS]`
172172

173173
See the [example command](#example-command-and-output) and the [sample
174-
connection strings](#supported-databases).
174+
connection strings](#supported-databases).
175+
176+
Note that for some databases, the arguments that you enter in the command line
177+
may be case-sensitive. This is the case for the Snowflake schema and table names.
175178

176179
Options:
177180

0 commit comments

Comments
Β (0)