Modify

Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#1190 closed Bug (Fixed)

Clarify case sensivity of some operators

Reported by: jchd Owned by: J-Paul Mesnage
Milestone: 3.3.1.2 Component: Documentation
Version: 3.3.1.1 Severity: None
Keywords: Cc:

Description

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).

Attachments (0)

Change History (1)

comment:1 by J-Paul Mesnage, 16 years ago

Milestone: 3.3.1.2
Owner: set to J-Paul Mesnage
Resolution: Fixed
Status: newclosed

Fixed in version: 3.3.1.2

Modify Ticket

Action
as closed The owner will remain J-Paul Mesnage.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.