Sergey Spatar
Results
2
issues of
Sergey Spatar
I need to watch data changes in multiple tables. One option is to add triggers and log changes to another table, which can be polled by the app every few...
Should the argument `x` here have type `int32_t`? ```c pack_int32(char *buf, int64_t x) ``` I understand that the current version will produce exactly the same result.