jaycraig-ci / diffkit

Automatically exported from code.google.com/p/diffkit
0 stars 0 forks source link

connections not working to HyperSQL DBs in Server mode #64

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

Jared   

I'm looking to access a HyperSQL database over a network using this 
format: 
jdbc:hsqldb:hsql://<host>:<port>/<db_name> 
All of my previous attempts have not allowed me to connect and I 
believe the way the string is generated in the source won't allow for 
it. 
In DKDBConnectionInfo.java: 
private String getHyperSQLUrl() { 
     return String.format("jdbc:hsqldb:%s;get_column_name=false", 
_database); 
} 

Original issue reported on code.google.com by trur...@gmail.com on 8 Jan 2011 at 11:41

GoogleCodeExporter commented 8 years ago

Original comment by trur...@gmail.com on 8 Jan 2011 at 11:41

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r326.

Original comment by trur...@gmail.com on 8 Jan 2011 at 1:08

GoogleCodeExporter commented 8 years ago

Original comment by trur...@gmail.com on 8 Jan 2011 at 3:44