Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

query for all tasks created today #34

Open
dominik42 opened this issue Nov 2, 2021 · 1 comment
Open

query for all tasks created today #34

dominik42 opened this issue Nov 2, 2021 · 1 comment

Comments

@dominik42
Copy link

Hi,
I try to create a query (for the very beginning with my DB tool DBVisualizer) in order to count the tasks created today.
Something like
select * from TMTask where creationDate == date('now');
As I saw, column TMTask.creationDate is of type REAL and sqlite function date(...) can convert dates, but how I can combine both in order to archive my goal ?

After I got the query working, I hopefully can setup a plugin for using it together with the things.sh....

Kind regards
Dominik

@AlexanderWillner
Copy link
Owner

Cool. Thanks. You might want to consider to extend https://github.com/thingsapi/things-cli instead. It's an updated Python version of this tool.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants