MM Zeeman
MM Zeeman
Update... Using an enum column together with the c-api can also result in crashes. e.g. this test returns {error, unknown} meaning that `duckdb_query` of the `select *` returned `DuckDBError`. No...
When I use the c-api, instead of the c++ one I get this. ```c static void test_enum() { duckdb_database db; duckdb_connection conn; duckdb_result result; duckdb_state state; duckdb_open(":memory:", &db); duckdb_connect(db, &conn);...
Any news regarding the unicode generator?
Thanks for the quick response. That sounds ok too. As long as I can create random utf8 binaries for types like these: -type diff_op() :: delete | equal | insert....
Ah nice... maybe this is more something to pickup when we upgrade bootstrap in the admin.
That would be the idea indeed. These mappings are more static like dispatch rules I think.
Because an audit log can contain privacy sensitive information which I don't want to keep on a server forever.
That is why I want to be able to export the data. In that way the owners the audit data can take care of the privacy risk themselves. That is...
We have an audit module in channel. Can we join forces somehow?
It logs audit events in a separate audit table. It logs an event category, the user-id which initiated it, the content group, and an associated timestamp.