Project

General

Profile

« Previous | Next » 

Revision 1745

Added by Jing Tao over 20 years ago

Add new method to handle toDate function.

View differences:

SqlserverAdapter.java
97 97
    return "'";
98 98
  }
99 99
  
100
 /**
101
  * MSSQL doesn't support the to_date function, so we transfer text directly
102
  */
103
  public String toDate(String dateString, String format)
104
  {
105
    return dateString;
106
  }
107
  
100 108
}
101 109
    

Also available in: Unified diff