Modify ↓
Opened on Sep 22, 2009 at 7:17:02 PM
Closed on Oct 10, 2009 at 8:52:21 AM
Last modified on Nov 22, 2009 at 5:01:45 PM
#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 by , on Oct 10, 2009 at 8:52:21 AM
| Milestone: | → 3.3.1.2 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Fixed in version: 3.3.1.2