Changes between Version 44 and Version 47 of Ticket #28643


Ignore:
Timestamp:
Jan 8, 2019, 6:31:16 PM (5 years ago)
Author:
Nick Pope
Comment:

Added a PR implementing Reverse(). Note that REVERSE exists for Oracle but is undocumented and works on bytes, not multi-byte strings. (Support table updated in ticket description.)

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28643

    • Property Owner changed from JunyiJ to Nick Pope
    • Property Patch needs improvement unset
  • Ticket #28643 – Description

    v44 v47  
    4141||{{{Repeat}}}||{{{REPEAT}}}||Repeats a string the specified number of times||‎✔||✔**^3^**||‎✔||✔**^1^**||~~9808~~||
    4242||{{{Replace}}}||{{{REPLACE}}}||Replaces occurrences of a specified string||‎✔||‎✔**^6^**||‎✔||‎✔||~~9539~~||
    43 ||{{{Reverse}}}||{{{REVERSE}}}||Reverse the characters in a string||‎✔||-||‎✔||✔**^1^**||-||
     43||{{{Reverse}}}||{{{REVERSE}}}||Reverse the characters in a string||‎✔||✔**^6, 7^**||‎✔||✔**^1^**||-||
    4444||{{{Right}}}||{{{RIGHT}}}||Returns the specified rightmost number of characters||‎✔||✔**^2^**||‎✔||✔**^2^**||~~9583~~||
    4545||{{{RPad}}}||{{{RPAD}}}||Appends string the specified number of times||‎✔||‎✔**^6^**||✔||✔**^1^**||~~9798~~||
     
    5353- **^5^** Behaviour can be emulated by using {{{1 / TAN(X)}}}.
    5454- **^6^** Doesn't work properly with multibyte characters sets on Oracle.
     55- **^7^** The {{{REVERSE}}} function is undocumented on Oracle.
Back to Top