Changes between Version 50 and Version 58 of Ticket #28643


Ignore:
Timestamp:
Feb 18, 2019, 12:44:32 PM (5 years ago)
Author:
Mariusz Felisiak
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28643

    • Property Has patch unset
  • Ticket #28643 – Description

    v50 v58  
    3838||`LPad`||`LPAD`||Returns the string argument, left-padded with the specified string||‎✔||‎✔||‎✔||✔**^1^**||~~9798~~||
    3939||`LTrim`||`LTRIM`||Removes leading spaces||‎✔||‎✔||‎✔||‎✔||~~9220~~||
    40 ||`MD5`||`MD5`||Calculates the MD5 hash of string, returning the result in hexadecimal||‎✔||-||-||✔**^1^**||-||
     40||`MD5`||`MD5`||Calculates the MD5 hash of string, returning the result in hexadecimal||‎✔||✔**^8^**||✔||✔**^1^**||-||
    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~~||
     
    5454- **^6^** Doesn't work properly with multibyte characters sets on Oracle.
    5555- **^7^** The `REVERSE` function is undocumented on Oracle.
     56- **^8^** Can be supported by using `STANDARD_HASH` on Oracle.
Back to Top