Maximilian Güntner
Maximilian Güntner
Awesome! This already looks really nice. Thank you. The expression API should allow for an identity Expression that is ignored and forms the start of a chain when the chain...
@cznic Not yet. Needed to refactor a lot of stuff before I change the database layer again. Once I've used the new API, I will update this issue with feedback....
```ql.NewSelectStmt(ql.NewField("COUNT(*)", "")).From("users").Where(...)``` does not work. -> invalid expression COUNT(*) however ```ql.NewSelectStmt(ql.NewField("COUNT", "")).From("users").Where(...)``` does work but does not make sense in SQL. The `COUNT(*)` field could also be a `const` in...
Indeed. Thanks!
I see this every once in a while. I suspect that some requests are not going through / are stale. This forces me to kill the app every few hours....
Maybe a duplicate of https://github.com/vector-im/riot-android/issues/2418
Duplicate of https://github.com/vector-im/riot-android/issues/2844
It's not under development anymore. At the time, IPFS had its issues with such large amounts of data. Here is some [text I wrote to summarize the results](https://github.com/NixIPFS/infrastructure/blob/master/ipfs_mirror/logbook_20170311.txt) This project...