~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/cast.test

  • Committer: Brian Aker
  • Date: 2010-03-22 23:04:11 UTC
  • mto: This revision was merged to the branch mainline in revision 1392.
  • Revision ID: brian@gaz-20100322230411-wwgtrb6h9rosze8j
Test cases updated (removed tests that were not UTF-8)

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
  cast('a  ' AS char(2)) as c4,
46
46
  cast('a'   AS char(2)) as c5;
47
47
 
48
 
#
49
 
# CAST to NCHAR with/without length
50
 
#
51
 
select
52
 
  cast('��'  AS char)    as c1,
53
 
  cast('� '  AS char)    as c2,
54
 
  cast('���' AS char(2)) as c3,
55
 
  cast('�  ' AS char(2)) as c4,
56
 
  cast('�'   AS char(2)) as c5;
 
48
##
 
49
## CAST to NCHAR with/without length
 
50
##
 
51
#select
 
52
#  cast('��'  AS char)    as c1,
 
53
#  cast('� '  AS char)    as c2,
 
54
#  cast('���' AS char(2)) as c3,
 
55
#  cast('�  ' AS char(2)) as c4,
 
56
#  cast('�'   AS char(2)) as c5;
57
57
 
58
58
# BUG in drizzletest - can't handle these chars right
59
59
# # Should throw an error about incorrect