~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/func_sapdb.result

  • Committer: Brian Aker
  • Date: 2009-02-18 19:27:32 UTC
  • mfrom: (873.1.17 temporal-new)
  • Revision ID: brian@tangent.org-20090218192732-ype4iscybtftjk2y
Merge Jay

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
datediff("1997-11-30 23:59:59.000001","1997-12-31")
61
61
-31
62
62
select datediff("1997-11-31 23:59:59.000001","1997-12-31");
63
 
datediff("1997-11-31 23:59:59.000001","1997-12-31")
64
 
NULL
65
 
Warnings:
66
 
Warning 1292    Incorrect datetime value: '1997-11-31 23:59:59.000001'
 
63
ERROR HY000: Received an invalid datetime value '1997-11-31 23:59:59.000001'.
67
64
select datediff("1997-11-30 23:59:59.000001",null);
68
65
datediff("1997-11-30 23:59:59.000001",null)
69
66
NULL