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
In WP-CLI we noticed something that I beelieve is a bug in this plugin. Please correct me if I'm wrong though and this is supposed to be addressed at another level.
When we run wp post update 1234 --post_date='2005-01-24T09:52:00.000Z' --post_status='publish' --edit_date=1 and subsequently run wp post get 1234--field=post_date the output is different between MySQL and SQLite.
In MySQL:
$ wp post get 1234--field=post_date
2005-01-24 09:52:00
In SQLite with this plugin:
$ wp post get 1234--field=post_date
2005-01-24T09:52:00.000Z
The text was updated successfully, but these errors were encountered:
In WP-CLI we noticed something that I beelieve is a bug in this plugin. Please correct me if I'm wrong though and this is supposed to be addressed at another level.
When we run
wp post update 1234 --post_date='2005-01-24T09:52:00.000Z' --post_status='publish' --edit_date=1
and subsequently runwp post get 1234--field=post_date
the output is different between MySQL and SQLite.In MySQL:
In SQLite with this plugin:
The text was updated successfully, but these errors were encountered: