Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove postgres protocol ver 2 bec the bulk loader copy command fails
  • Loading branch information
erilong committed Mar 31, 2014
1 parent 687942b commit d67d86b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions symmetric-jdbc/src/test/resources/db-test.properties
Expand Up @@ -107,9 +107,9 @@ postgres.db.driver=org.postgresql.Driver
postgres.db.user=postgres
postgres.db.password=admin

postgres.root.db.url=jdbc:postgresql://dbdev1/symmetricroot?protocolVersion=2&stringtype=unspecified
postgres.server.db.url=jdbc:postgresql://dbdev1/symmetricroot?protocolVersion=2&stringtype=unspecified
postgres.client.db.url=jdbc:postgresql://dbdev1/symmetricclient?protocolVersion=2&stringtype=unspecified
postgres.root.db.url=jdbc:postgresql://dbdev1/symmetricroot?stringtype=unspecified
postgres.server.db.url=jdbc:postgresql://dbdev1/symmetricroot?stringtype=unspecified
postgres.client.db.url=jdbc:postgresql://dbdev1/symmetricclient?stringtype=unspecified

db2.db.driver=com.ibm.db2.jcc.DB2Driver
db2.db.user=db2inst1
Expand Down

0 comments on commit d67d86b

Please sign in to comment.