Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Duplicate
-
10.5.3.1, 10.6.1.0
-
None
-
None
-
Repro attached
-
Embedded/Client difference
Description
If you try to connect to any existing database using the 'create=true' attribute, ij reports a warning if you are using the embedded driver but not if you are using the network driver. I verified this on 10.6.1.0, 10.5.3.0, and 10.1.1.0.
ij version 10.6
ij> connect 'jdbc:derby:db;create=true';
ij> connect 'jdbc:derby:db;create=true';
WARNING 01J01: Database 'db' not created, connection made to existing database instead.
ij(CONNECTION1)> connect 'jdbc:derby://localhost:8246/networkdb;create=true';
ij(CONNECTION2)> connect 'jdbc:derby://localhost:8246/networkdb;create=true';
Attachments
Issue Links
- is related to
-
DERBY-159 When Derby runs in Network Server mode, client does not receive warnings generated by Derby - should get documented
- Closed