HomoCodens

Results 22 issues of HomoCodens

``` db_ts_get_last_update(con, names(list()), schema = "kofcast") Error in .local(conn, name, value, ...) : !any(is.na(field_types_idx)) is not TRUE Error: Failed to fetch row: ERROR: table "tmp_ts_read_keys" does not exist ```

Currently db admins need to `grant all on schema to ` for each individual user who needs to work with a specific schema. Would it not be easier to grant...

enhancement

https://github.com/r-lib/mockery#comparison-to-with_mock It seems I mistook the fact that `with_mock` works as a sign that the warning it should be avoided is outdated. Apparently this is not so...

enhancement

Coverage is generated via the following bit: `SET coverage = concat('[', ts_data->'time'->0, ',', ts_data->'time'->-1, ')')::daterange;` However this means the last timestamp of a series is always excluded (leading to empty...

bug

calling `db_ts_store.list` (i.e. storing a plain list of ts) with an empty list causes an error. Reason is that the following bit results in a `list()` instead of a vector...

bug

I'm thinking things like `last_accessed_at` and `_by` in catalog (or on vintage level) and such. This would help identify stale data, power users, unaothorized access to series and be generally...

enhancement

db_ts_store.tslist already does that closes #239

* db_ts_store.tslist already has such a check * if an empty list is passed to the .list variant this causes an error because sapply returns a list(), not a vector....