cxxman
cxxman
I think this model can be simplified a bit. `read_write`, `read_only` and `admin` can be permissions that can be granted to user. `admin` can read and update data, and also...
I think we need to have more fine-grained permissions like `select table` underneath, otherwise it will be significantly harder to add them later, but do not expose them now into...
@niolap For this we need to implement special form of the GRANT statement, like this: ```sql -- for the specified database GRANT permissions ON database_name.* TO user_name -- for a...
@niolap Don't we also need some SQL command which will show current permissions granted to user?
@LutzWeischerFujitsu if you are good enough in C++ and GNU Make, you can try to port it yourself and contribute the patch.
requires #17 and maybe #171