Jakob Petsovits
Jakob Petsovits
Maybe also one more question, 7. Can I update a row with a changed index field in one go, without doing first delete and then update? E.g. I might have...
> [7] Can I update a row with a changed index field in one go, without doing first delete and then update? > I'm not sure i understood. Could you...
> 1. Is it possible to store extra "fields" (multi-part values) that are not in the index? > > You can store them in value using your own format or...
Dominic Tarr (hello) has posted some of his database ideas on a gist: https://gist.github.com/dominictarr/2934a6aa17061a67d012
Qt uses it in a number of places. The GoF Design Patterns book and Wikipedia both include if, and provide a C++ implementation. It was definitely meant for C++ as...
If that's not a problem then regular setters might work just fine. The main thing that a builder does for you is force the user to supply all the necessary...
I think a cleaner solution would be to avoid including wamp_auth_utils.hpp from wamp_session.ipp and put the onus on users to decide whether they want to include that file and depend...
Yes, OpenSSL sucks. Yes, libsodium is awesome and everyone doing crypto should use it. WAMP cryptosign seems like a good solution based on that. However, I don't understand why there...
I guess that's a reasonable point of view, for the largest part. However, I would still strongly advise not to depend on _both_ LibreSSL and libsodium, but only the latter....
I can get behind that :)