Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgecarleitao committed Feb 17, 2022
1 parent 5050ded commit 3b87798
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 42 deletions.
2 changes: 1 addition & 1 deletion arrow-odbc-integration-testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ edition = "2021"
arrow2 = { path = "../", default-features = false, features = ["io_odbc"] }
lazy_static = "1.4.0"
# Function name macro is used to ensure unique table names in test
stdext = "0.3.1"
stdext = "0.3.1"
11 changes: 0 additions & 11 deletions arrow-odbc-integration-testing/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,3 @@ services:
environment:
- MSSQL_SA_PASSWORD=My@Test@Password1
command: ["/opt/mssql/bin/sqlservr", "--accept-eula", "--reset-sa-password"]

dev:
build: .
volumes:
- .:/workspace:cached

# Overrides default command so things don't shut down after the process ends.
command: sleep infinity

# Runs app on the same network as the database container, allows "forwardPorts" in devcontainer.json function.
network_mode: service:mssql
30 changes: 0 additions & 30 deletions arrow-odbc-integration-testing/dockerfile

This file was deleted.

0 comments on commit 3b87798

Please sign in to comment.