php-mysql-engine icon indicating copy to clipboard operation
php-mysql-engine copied to clipboard

feat: MySQL's STR_TO_DATE function implementation

Open yuha-yuha opened this issue 10 months ago • 3 comments

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.

yuha-yuha avatar Mar 13 '25 10:03 yuha-yuha

@aaronm67 I want approval to run this workflow.

Javakky-pxv avatar Mar 28 '25 06:03 Javakky-pxv

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 avatar Mar 28 '25 14:03 aaronm67

@aaronm67 I have fixed the failed CI, can you please run it again?

yuha-yuha avatar Apr 04 '25 12:04 yuha-yuha