Skip to content

Commit

Permalink
#282 Debug - 22
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Mar 7, 2025
1 parent a3158d1 commit 124d2d8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-test-linux-mssql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push]

env:
SENZING_LOG_LEVEL: TRACE
SENZING_TOOLS_DATABASE_URL: "mssql://sa:Passw0rd@mssql:1433/G2/?TrustServerCertificate=true&driver=G2"
SENZING_TOOLS_DATABASE_URL: "mssql://sa:Passw0rd@mssql:1433/G2/?TrustServerCertificate=true&driver=/opt/microsoft/msodbcsql18/lib64/libmsodbcsql-18.4.so.1.1"
UBUNTU_VERSION: "24.04"

permissions:
Expand Down
8 changes: 7 additions & 1 deletion testdata/oracle/rootfs/opt/oracle/sql/create_database.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
CREATE DATABASE G2;
SELECT * FROM DBA_USERS;

SELECT * FROM v$database;



# CREATE DATABASE G2;
quit;
/

0 comments on commit 124d2d8

Please sign in to comment.