Ignore:
Timestamp:
10/10/10 12:27:11 (14 years ago)
Author:
vronk
Message:

still trying to handle query-null

File:
1 edited

Legend:

Unmodified
Added
Removed
  • MDService2/trunk/MDService2/src/eu/clarin/cmdi/mdservice/action/Cache.java

    r762 r764  
    193193                if (str.trim().length() == 0) return "";
    194194               
    195                 query = new Query(null, str,"recordset","");
     195                // provisional hack, setting simple string to ""
     196                query = new Query("", str,"recordset","");
    196197                if (query.isStatus(Query.PARSEERROR)) {
    197198                        Admin.notifyUser("Cache.transformQuery.PARSEERROR:" + query.getMsg());
Note: See TracChangeset for help on using the changeset viewer.