Andreas Gohr
Andreas Gohr
I think it would make sense to add the sleep/wakeup handling directly in the sqlite plugin. @Maesto a simple test case would still be appreciated
Handling Geo-Data can be tricky (you need to be able to do some operations on the stored data - that goes beyond just storing lat/lon pairs). Just a few pointers...
https://forum.dokuwiki.org/post/55070 asks for a feature that could be implemented with a geo struct type and a map aggregation.
I assume this is about the `dynfilters` setting. Judging from the strata example, I assume you would want to set the kind of filter per column. Eg. let one column...
Hmm. Autoincrements are a bit tricky here (because sqlite's autoincrement feature has some special requirements we can't meet here). Maybe it would make sense to remove the saved lookup data...
I assume this is about the Lookup type. Question: what would you expect to happen when you assign a user and then later this user's status is assigned a status...
Hmm, so you're suggesting to implement the filters for the Bureaucracy integration only? That would mean there's no filtering when editing the data via struct methods. I don't think I...
Sorting is done in sqlite, there might be a way to encourage natural sorting though.
What I meant is that there might be a way to create the SQL query in a way that tells SQLite to use natsort. Unfortunately it seems that SQLite does...
Can you elaborate a bit more how you think this should work exactly? Eg. what are you trying to achieve and how should it be implemented in struct?