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

Key: IDEADEV-27276
Type: New Feature New Feature
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 Basic inspection could check character set names

Created: 11 Jun 08 17:57   Updated: 11 Jun 08 17:57
Component/s: SQL
Fix Version/s: None

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

Build: 8,454


 Description  « Hide
SQL basic inspection reports unknown collation names (see IDEADEV-27273).
But it does nothing for character set names. E.g. nothing is reported here:
create table temp11 (id int, ct1 char(1) character set unknown_charset);

It could report them.
Just notice that some servers may get charset definition not from SQL code (IDEADEV-27273 again).



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