Ticket #28 (closed defect: fixed)
isLike and isNotLike failing when value is same size of field maxlength
| Reported by: | beau.holton@… | Owned by: | dhughes |
|---|---|---|---|
| Type: | defect | Priority: | normal |
| Milestone: | Component: | Reactor - Gateway | |
| Version: | Severity: | normal | |
| Keywords: | Cc: |
Description
The isLike and isNotLike functions of abstactGateway.cfc are both failing when the size of the variable is within two characters of the maxlength specified in the database. To fix this I added +2 to the maxlength of the "Anywhere" case and +1 to the maxlength of the "Left" and "Right" cases of the functions.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

