Compare commits
No commits in common. "91405f2dfeaacc08fa1b91a6827b9b1793cc9f41" and "4b52dac2e9c5c487f539a9d283aac29ae1e7ac56" have entirely different histories.
91405f2dfe
...
4b52dac2e9
@ -35,7 +35,7 @@ public class jrunner {
|
|||||||
Integer cols = null;
|
Integer cols = null;
|
||||||
String[] dtn = null;
|
String[] dtn = null;
|
||||||
|
|
||||||
msg = "jrunner version 0.31";
|
msg = "jrunner version 0.30";
|
||||||
msg = msg + nl + "-scu source jdbc url";
|
msg = msg + nl + "-scu source jdbc url";
|
||||||
msg = msg + nl + "-scn source username";
|
msg = msg + nl + "-scn source username";
|
||||||
msg = msg + nl + "-scp source passowrd";
|
msg = msg + nl + "-scp source passowrd";
|
||||||
@ -193,10 +193,6 @@ public class jrunner {
|
|||||||
nr = "";
|
nr = "";
|
||||||
for (int i = 1; i <= cols; i++){
|
for (int i = 1; i <= cols; i++){
|
||||||
nc = rs.getString(i);
|
nc = rs.getString(i);
|
||||||
if (dtn[i] == "DATE" && nc == "null") {
|
|
||||||
nc = "NULL";
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
if (rs.wasNull()) {
|
if (rs.wasNull()) {
|
||||||
nc = "NULL";
|
nc = "NULL";
|
||||||
} else {
|
} else {
|
||||||
@ -237,7 +233,6 @@ public class jrunner {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
if (i != 1){
|
if (i != 1){
|
||||||
nr = nr + ",";
|
nr = nr + ",";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user