﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1190	Clarify case sensivity of some operators	jchd	Jpm	"The documentation on operators should specify if they are case-sensitive or not when applied to 2 string arguments.

<>  ,  <  ,  >  ,  <=  ,  >=  are case insensitive
=   is already specified as       case insensitive
==  is already specified as       case   sensitive

Beginners should be warned that the negation of the condition (A == B)
is the condition (Not (A == B))
which is different from A <> B).
"	Bug	closed	3.3.1.2	Documentation	3.3.1.1	None	Fixed		
