cxxman
cxxman
I'd say sparse files are rather dangerous in the our case. Idea of sparse file is that you can quickly create file of a big size filled with all zeros...
Hmm, maybe you are right. We can attempt to implement an option which will switch between `fallocate()` and `ftruncate()` and test if the latter works good. Also, with `ftruncate()` you'll...
yes, it looks like issue of conversion to json
interesting SO https://stackoverflow.com/q/39746861/1540501
yes, makes sense.
Definitely bug, needs to be fixed.
`--c-csv` looks & sounds strange. I think it should be just `--csv`. Also, outputting to stdout is possible but then we can't output anything else there. Will need to rethink...
I think that these columns should not appear in the `SELECT * FROM table`. `TRID` is understandable, but there rest are not typically needed. Moreover, now it is technically hard...
We already stick to the term "description" and we already support some commands like `ALTER USER user SET attribute=value`. Description is also object attribute, so the command should be `ALTER...
So what about groups? I suggest to not implement them.