Skip to content

Commit b9feab4

Browse files
committed
Add missing jdbcDriver property to Umbra properties files
1 parent 25b98f8 commit b9feab4

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

umbra/driver/benchmark.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
endpoint=jdbc:postgresql:localhost:5432
22
user=postgres
3-
jdbcDriver=org.postgresql.ds.PGSimpleDataSource
43
password=mysecretpassword
54
databaseName=ldbcsnb
65
queryDir=queries
6+
jdbcDriver=org.postgresql.ds.PGSimpleDataSource
77

88
printQueryNames=false
99
printQueryStrings=false

umbra/driver/create-validation-parameters.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ user=postgres
33
password=mysecretpassword
44
databaseName=ldbcsnb
55
queryDir=queries
6+
jdbcDriver=org.postgresql.ds.PGSimpleDataSource
67

78
printQueryNames=true
89
printQueryStrings=false

umbra/driver/validate.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ user=postgres
33
password=mysecretpassword
44
databaseName=ldbcsnb
55
queryDir=queries
6+
jdbcDriver=org.postgresql.ds.PGSimpleDataSource
67

78
printQueryNames=true
89
printQueryStrings=false

0 commit comments

Comments
 (0)