/[projects]/dao/FuldDaekningWorker/src/dk/daoas/fulddaekning/Database.java
ViewVC logotype

Diff of /dao/FuldDaekningWorker/src/dk/daoas/fulddaekning/Database.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2227 by torben, Sat Sep 20 11:28:20 2014 UTC revision 2228 by torben, Mon Sep 22 10:17:38 2014 UTC
# Line 156  public class Database { Line 156  public class Database {
156                  String sql = "SELECT id,postnr,adresse,gadeid,husnr,husnrbogstav,latitude,longitude,rute " +                  String sql = "SELECT id,postnr,adresse,gadeid,husnr,husnrbogstav,latitude,longitude,rute " +
157                                  "FROM fulddaekning.adressetabel " +                                  "FROM fulddaekning.adressetabel " +
158                                  "WHERE rute IS NOT NULL " +                                  "WHERE rute IS NOT NULL " +
159                                  "AND latitude IS NOT NULL" +                                  "AND latitude IS NOT NULL " +
160                                  "AND longitude IS NOT NULL " +                                  "AND longitude IS NOT NULL " +
161                                  "AND distributor = ? ";                                  "AND distributor = ? ";
162    

Legend:
Removed from v.2227  
changed lines
  Added in v.2228

  ViewVC Help
Powered by ViewVC 1.1.20