Project

General

Profile

« Previous | Next » 

Revision 753

Added by harris almost 23 years ago

changed the getDate method to getDateTime and changed the return
string in the postgresql implementation to "now()" from now()::date

View differences:

DBOracle.java
66 66
   *
67 67
   * @return return the current date and time function name: "sysdate"
68 68
   */
69
  public String getDateFunction() {
69
  public String getDateTimeFunction() {
70 70

  
71 71
    //System.out.println("The date and time function: " + "sysdate");    
72 72
    return "sysdate";
......
83 83
  }
84 84
  
85 85
}
86
    
86
    

Also available in: Unified diff