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

Key: IDEADEV-27075
Type: Bug Bug
Status: Open Open
Priority: Major Major
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 escape sequence for NULL value is reported as error

Created: 03 Jun 08 22:08   Updated: 03 Jun 08 22:08
Component/s: SQL
Fix Version/s: None

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

Build: 8,433


 Description  « Hide
MySQL supports 'backslash + N' escape sequence for NULL value. I.e. the following statement:
 select \N; 

is the same as

 select NULL; 

and it's valid. IDEA highlights the first case as an error.

Notice that this sequence is case-sensitive. Small 'n' does not work this way.
http://dev.mysql.com/doc/refman/6.0/en/null-values.html



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