~drizzle-trunk/drizzle/7.0

« back to all changes in this revision

Viewing changes to tests/r/strict.result

  • Committer: Brian Aker
  • Date: 2010-12-31 23:21:47 UTC
  • mfrom: (2040.5.1 trunk)
  • Revision ID: brian@tangent.org-20101231232147-t3bz0iwshqsk8yuq
Merge in Lee's bug fix

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
INSERT INTO t1 VALUES (9223372036854775700.0);
82
82
INSERT INTO t1 (col1) VALUES(-9223372036854775809);
83
83
ERROR 22003: Out of range value for column 'col1' at row 1
 
84
INSERT INTO t1 (col1) VALUES(9223372036854775808);
 
85
ERROR 22003: Out of range value for column 'col1' at row 1
84
86
INSERT INTO t1 (col1) VALUES('-9223372036854775809');
85
87
ERROR 22003: Out of range value for column 'col1' at row 1
86
88
INSERT INTO t1 (col1) VALUES('9223372036854775808');