php-mysql-engine
php-mysql-engine copied to clipboard
feat: MySQL's STR_TO_DATE function implementation
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 type in a format such as %Y-%m-%d %H:%i:%s.
@aaronm67 I want approval to run this workflow.
It looks like I can't grant you access to run workflows, but I can run them for you.
You can see results here - https://github.com/vimeo/php-mysql-engine/actions/runs/14122732372/job/39592916472?pr=56
@aaronm67 I have fixed the failed CI, can you please run it again?