feat: MySQL's STR_TO_DATE function implementation by yuha-yuha · Pull Request #56 · vimeo/php-mysql-engine

The STR_TO_DATE function in MySQL was not implemented, so it was added. By specifying a string representing a date and the format of the string as an argument, it can be converted to a DATETIME typ...