Modify

Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#1190 closed Bug (Fixed)

Clarify case sensivity of some operators

Reported by: jchd Owned by: Jpm
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).

Change History (1)

comment:1 Changed 16 years ago by Jpm

  • Milestone set to 3.3.1.2
  • Owner set to Jpm
  • Resolution set to Fixed
  • Status changed from new to closed

Fixed in version: 3.3.1.2

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.