You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by mb...@apache.org on 2018/06/03 08:55:50 UTC

svn commit: r1832761 - /db/jdo/trunk/tck/src/sql/derby/datastoreidentity/schema2.sql

Author: mbo
Date: Sun Jun  3 08:55:50 2018
New Revision: 1832761

URL: http://svn.apache.org/viewvc?rev=1832761&view=rev
Log:
JDO-766: fix JDBC connect URL

Modified:
    db/jdo/trunk/tck/src/sql/derby/datastoreidentity/schema2.sql

Modified: db/jdo/trunk/tck/src/sql/derby/datastoreidentity/schema2.sql
URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck/src/sql/derby/datastoreidentity/schema2.sql?rev=1832761&r1=1832760&r2=1832761&view=diff
==============================================================================
--- db/jdo/trunk/tck/src/sql/derby/datastoreidentity/schema2.sql (original)
+++ db/jdo/trunk/tck/src/sql/derby/datastoreidentity/schema2.sql Sun Jun  3 08:55:50 2018
@@ -29,7 +29,7 @@
 -- "fulltimeemployees", "medicalinsurance", "dentalinsurance",
 -- "fulltime_employee_phoneno_type", and "parttime_employee_phoneno_type".
 
--- user 'tckuser' password 'tckuser';
+-- connect 'jdbc:derby:jdotckdb;create=true' user 'tckuser' password 'tckuser';
 
 CREATE SCHEMA datastoreidentity2;
 SET SCHEMA datastoreidentity2;