cycle / database

Database Abstraction Layer, Schema Introspection, Schema Generation, Query Builders
MIT License
54 stars 22 forks source link

🐛 [Datetime Format] Incorrect format for [Y-m-d H:i:s.u] #85

Closed roxblnfk closed 1 year ago

roxblnfk commented 1 year ago

From https://github.com/spiral/database/issues/85

https://github.com/spiral/database/blob/632488c5f7dfd3d4dc47edc9f1c2c992724e7526/src/Driver/Driver.php#L659

I have the issue of inserting datetime in the following format Y-m-d H:i:s.u- u - dosent insert.

How can I insert my format to DB in another way?