Skip to content

Commit

Permalink
Update SqlDS.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Godzy84 committed Apr 20, 2017
1 parent 42f7c20 commit dd290e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/markwatson/client/SqlDS.java
Expand Up @@ -28,6 +28,6 @@ public SqlDS(String sql) {
}
}
// should do a better job at UUENCODEing SQL:
setDataURL("/news?query=" + sql.replaceAll(" ", "20%"));
setDataURL("news?query=" + sql.replaceAll(" ", "20%"));
}
}

0 comments on commit dd290e6

Please sign in to comment.