~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/func_sapdb.result

  • Committer: Brian Aker
  • Date: 2010-02-25 07:54:52 UTC
  • mfrom: (1273.13.101 build)
  • Revision ID: brian@gaz-20100225075452-19eozreshbrerypu
Merge of all patches in build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
select makedate(1997,1) as f1,
110
110
date("1997-12-31 23:59:59.000001") as f8;
111
111
describe t1;
112
 
Field   Type    Null    Key     Default Extra
113
 
f1      date    YES             NULL    
114
 
f8      date    YES             NULL    
 
112
Field   Type    Null    Default Default is NULL On Update
 
113
f1      DATE    TRUE            TRUE    
 
114
f8      DATE    TRUE            TRUE    
115
115
select * from t1;
116
116
f1      f8
117
117
1997-01-01      1997-12-31