Results 2 issues of Solganik Alexander

This patch solves the use-case when there is a mix of native code that uses opencv and gocv. In case that native code that utilizes opencv creates a CvMat and...

Hi, in foundationdb documentation it says (and shown in example) that read transactiuons does not have to have a "commit". example ``` void readData(FDBDatabase *db) { // get value FDBTransaction...