Open morgan-greywolf opened 2 years ago
Does it work when you run it through command?
:DB SELECT * FROM Book where when_added >= '2022-09-30 00:00:00';
I'm not sure why the syntax is not right, but this is most likely not issue with this plugin.
The query does work when you run it through a direct :DB
command as shown, but does not work with DBUI_ExecuteQuery
.
In case it's not obvious, my database is MySQL 8.x.
Does it work when you run a query without a time part?
SELECT * FROM Book where when_added >= '2022-09-30';
Works for both :DB
and DBUI_ExecuteQuery
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Consider the following table:
Now do:
The results in dbout will be:
rather than the expected result.