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
str_to_date takes the format as the second argument and minutes are %i.
Unfortunately I don't see a good solution for the first datetime call, as the format depends on the indexing configuration on the property. In my tests I got the impression that there is some implicit type conversion happening, but I'm not sure if that's really what's going on.
The text was updated successfully, but these errors were encountered:
The date functions used in the
MysqlQueryBuilder
are copied from theSqliteQuerybuilder
but don't work with mysql:str_to_date
takes the format as the second argument and minutes are%i
.Unfortunately I don't see a good solution for the first
datetime
call, as the format depends on the indexing configuration on the property. In my tests I got the impression that there is some implicit type conversion happening, but I'm not sure if that's really what's going on.The text was updated successfully, but these errors were encountered: