/[projects]/dao/DaoAdresseService/src/dk/daoas/daoadresseservice/db/DatabaseLayer.java
ViewVC logotype

Diff of /dao/DaoAdresseService/src/dk/daoas/daoadresseservice/db/DatabaseLayer.java

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

revision 2296 by torben, Sun Feb 15 10:11:13 2015 UTC revision 2297 by torben, Sun Feb 15 10:14:07 2015 UTC
# Line 66  public class DatabaseLayer { Line 66  public class DatabaseLayer {
66          }          }
67                    
68          public static List<ExtendedBean> getExtendedAdresslist() throws SQLException {          public static List<ExtendedBean> getExtendedAdresslist() throws SQLException {
                 //DEBUG  
                 if (true)  
                         return new ArrayList<ExtendedBean>();  
69                                    
70                  String sql = "select orgid, a.id as targetid, afstand, LOWER(type) as type from fulddaekning.afstand_anden_rute a " +                  String sql = "select orgid, a.id as targetid, afstand, LOWER(type) as type from fulddaekning.afstand_anden_rute a " +
71                                          "join odbc.transporttype t " +                                          "join odbc.transporttype t " +

Legend:
Removed from v.2296  
changed lines
  Added in v.2297

  ViewVC Help
Powered by ViewVC 1.1.20