We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f7641a commit 247bc3dCopy full SHA for 247bc3d
test.sh
@@ -14,4 +14,4 @@ DATABASE_URL='sqlite://./tests/sqlite/sqlite.db' cargo test --features any,sqlit
14
# Copy odbc config from tests/odbc.ini to ~/.odbc.ini and run ODBC tests against Postgres
15
cp tests/odbc.ini ~/.odbc.ini
16
docker compose -f tests/docker-compose.yml run -p 5432:5432 --name postgres_16_no_ssl postgres_16_no_ssl
17
-DATABASE_URL='DSN=SQLX_PG_5432' cargo test --no-default-features --features any,odbc,all-types,macros,runtime-tokio-rustls
+DATABASE_URL='DSN=SNOWFLAKE' cargo test --no-default-features --features any,odbc,all-types,macros,runtime-tokio-rustls
0 commit comments