History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-27373
Type: Bug Bug
Status: Open Open
Priority: Normal Normal
Assignee: Gregory Shrago
Reporter: Alexander Chernikov
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

SQL: MySQL: CHARSET in CAST call is rejected

Created: 18 Jun 08 19:36   Updated: 18 Jun 08 19:36
Component/s: SQL
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 8,476


 Description  « Hide
The following statement is valid in MySQL:
 select * from t1 where cast(c1 as char(20) charset utf8); 

1. Cast can have "character set" specification: http://dev.mysql.com/doc/refman/6.0/en/charset-convert.html.
2. And "charset" is substitution for "character set": http://dev.mysql.com/doc/refman/6.0/en/charset-syntax.html
IDEA reports "charset" as error.

"Character set" is accepted with no problems.



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.