projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b76e437
)
Missign a comma...
author
Marc G. Fournier
Fri, 20 Feb 1998 13:11:26 +0000
(13:11 +0000)
committer
Marc G. Fournier
Fri, 20 Feb 1998 13:11:26 +0000
(13:11 +0000)
From: AA van Raalte
src/interfaces/jdbc/postgresql/Connection.java
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/jdbc/postgresql/Connection.java
b/src/interfaces/jdbc/postgresql/Connection.java
index 8dd980e2f063cc12f2fc5add13dab2f7247f8f17..75515da474e0e0d6ac38e0dbc0267c7243642ade 100644
(file)
--- a/
src/interfaces/jdbc/postgresql/Connection.java
+++ b/
src/interfaces/jdbc/postgresql/Connection.java
@@
-145,7
+145,7
@@
public class Connection implements java.sql.Connection
if(info.getProperty("user")==null)
throw new SQLException("The user property is missing. It is mandatory.");
if(info.getProperty("password")==null)
- throw new SQLException("The password property is missing. It is mandatory.")
+ throw new SQLException("The password property is missing. It is mandatory.")
;
this_driver = d;
this_url = new String(url);