slodki

Results 47 comments of slodki

> I'm not sure this feature is generally useful, e.g. one popular use case of clcache is when you're switching your source tree between two or more branches, e.g. a...

`rddp` value cannot be changed without `ddp`: * `rddp` value passed is ignored when it's send together with `ddp` * `rddp` passed as the only parameter returns HTTP 255 code...

* aqil = air (allergen?) quality index light device element changing colors regarding air quality * aqit = air (allergen?) quality index threshold air quality threshold triggering notification send to...

Not only table names were changed - all changes can be listed [here](https://github.com/moneymanagerex/database/tree/master/incremental_upgrade)

mmdb is a normal sqlite3 database file. There are many tools supporting this db format.

wxSQLite3 encryption extension for SQLite3 version 4.x used by desktop MMEX 1.4.0 (since moneymanagerex/moneymanagerex#1547) supports [multiple ciphers](https://github.com/utelle/wxsqlite3/tree/d267eaaf99b2f87cb67515f7663f203d4f5eb428/sqlite3secure#ciphers) now. It can use same ciphers as [sqleet](https://github.com/resilar/sqleet) and [SQLCipher](https://www.zetetic.net/sqlcipher/).

My original SQL from moneymanagerex/moneymanagerex#1689 should correctly report all amounts in base currency using historical rates (or 1:1 if not defined): ```sql select CATEGNAME || coalesce(':' || SUBCATEGNAME, '') as...

This ```sql select max(h2.CURRDATE) from CURRENCYHISTORY h2 where h2.CURRDATE

# Proposal 2 One report with multiple SQL queries sharing the same template and lua: ```json { "title": "New report", "description": "bla bla bla...", "version": 5, "sql": [ { "database":...