Modify ↓
#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 , 16 years ago
| 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