This is an automated email from the ASF dual-hosted git repository.

struberg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openjpa.git

commit 87422c8323f92a584b281917e9342b1bb703b452
Author: Mark Struberg <strub...@apache.org>
AuthorDate: Fri Feb 8 09:49:14 2019 +0100

    OPENJPA-2753 add info about how to debug SQLServer
---
 openjpa-project/BUILDING.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/openjpa-project/BUILDING.txt b/openjpa-project/BUILDING.txt
index 9e8bc15..07358e2 100644
--- a/openjpa-project/BUILDING.txt
+++ b/openjpa-project/BUILDING.txt
@@ -212,6 +212,9 @@ For running against a h2 based installation:
 For running against a hsqldb based installation:
  -ea -Dopenjpa.ConnectionDriverName=org.hsqldb.Driver 
-Dopenjpa.ConnectionURL=jdbc:hsqldb:mem:openjpa20-hsqldb-database 
-Dopenjpa.ConnectionUserName=sa -Dopenjpa.ConnectionPassword=
 
+For running tests against a SQLServer Docker based installation:
+ -ea 
-Dopenjpa.ConnectionDriverName=com.microsoft.sqlserver.jdbc.SQLServerDriver 
-Dopenjpa.ConnectionURL=jdbc:sqlserver://localhost:1433 
-Dopenjpa.ConnectionUserName=SA -Dopenjpa.ConnectionPassword=OpenJP8tst
+
 TODO: finish!
 
 For starting tests in `openjpa-persistence-jdbc` inside a compiler you can 
also trigger all the enhancement manually via:

Reply via email to