Modify ↓
#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).
Attachments (0)
Change History (1)
comment:1 Changed 15 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
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.
Note: See
TracTickets for help on using
tickets.
Fixed in version: 3.3.1.2