~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/func_sapdb.test

  • Committer: Brian Aker
  • Date: 2008-10-11 21:01:52 UTC
  • Revision ID: brian@tangent.org-20081011210152-8ipnqumvhtt1zcmj
Added back more tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
select datediff("1997-12-31 23:59:59.000001","1997-12-30");
33
33
select datediff("1997-11-30 23:59:59.000001","1997-12-31");
34
 
SET @@SQL_MODE="ALLOW_INVALID_DATES";
35
 
select datediff("1997-11-31 23:59:59.000001","1997-12-31");
36
 
SET @@SQL_MODE="";
37
34
 
38
35
# This will give a warning
39
36
select datediff("1997-11-31 23:59:59.000001","1997-12-31");