You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First and foremost, thanks for making this client :)
As a suggestion, I would propose an idea that will make the insertion of dates to the database a bit easer (at least for me).
I'd like to be able to save \DateTime instances such that the dates are stored in the native manner, just like with \r\now(), handle by the client. Another option to make this easier would be to include a static method in r\Queries\Dates\Time, e.g. fromDateTime that accepts a \DateTime and yields a new Time object, that can be used for insertion.
Maybe this is already possible and I am missing something, but I couldn't find any information about in the docs.
Any ideas?
The text was updated successfully, but these errors were encountered:
Hi,
First and foremost, thanks for making this client :)
As a suggestion, I would propose an idea that will make the insertion of dates to the database a bit easer (at least for me).
I'd like to be able to save
\DateTime
instances such that the dates are stored in the native manner, just like with\r\now()
, handle by the client. Another option to make this easier would be to include a static method inr\Queries\Dates\Time
, e.g.fromDateTime
that accepts a\DateTime
and yields a newTime
object, that can be used for insertion.Maybe this is already possible and I am missing something, but I couldn't find any information about in the docs.
Any ideas?
The text was updated successfully, but these errors were encountered: