~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/bigint.result

  • Committer: Brian Aker
  • Date: 2009-03-01 03:29:52 UTC
  • mfrom: (907.1.6 trunk-with-temporal)
  • Revision ID: brian@tangent.org-20090301032952-y210opnqxsfyhcla
Merge Jay's temporal

Show diffs side-by-side

added added

removed removed

Lines of Context:
357
357
-9223372036854775808
358
358
select -(-(9223372036854775808));
359
359
Catalog Database        Table   Table_alias     Column  Column_alias    Type    Length  Max length      Is_null Flags   Decimals        Charsetnr
360
 
def                                     -(-(9223372036854775808))       11      21      19      N       129     0       63
 
360
def                                     -(-(9223372036854775808))       10      21      19      N       129     0       63
361
361
-(-(9223372036854775808))
362
362
9223372036854775808
363
363
select --9223372036854775808, ---9223372036854775808, ----9223372036854775808;