/[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 2234 by torben, Wed Oct 8 08:44:56 2014 UTC revision 2235 by torben, Tue Nov 11 13:45:21 2014 UTC
# Line 92  public class Database { Line 92  public class Database {
92                                  "AND a.postnr=?  " +                                  "AND a.postnr=?  " +
93                                  "AND latitude IS NOT NULL " +                                  "AND latitude IS NOT NULL " +
94                                  "AND longitude IS NOT NULL " +                                  "AND longitude IS NOT NULL " +
95                                  "AND gadeid IS NOT NULL ";                                  "AND gadeid IS NOT NULL " +
96                                    "AND (a.distributor IS NULL OR a.distributor<>'LUKKET') ";              
97                  PreparedStatement stmt = conn.prepareStatement(sql);                  PreparedStatement stmt = conn.prepareStatement(sql);
98                  stmt.setInt(1, postnr);                  stmt.setInt(1, postnr);
99    

Legend:
Removed from v.2234  
changed lines
  Added in v.2235

  ViewVC Help
Powered by ViewVC 1.1.20