cha67

Results 2 issues of cha67

Hello ! This small test is failing. The string 'e=mc2' become \'e:mc2\' if stored in a member of an inner document ``` public void InsertColonAndEqualSymbolInInnerDocument() { Utils.InitPool(); using (ODatabase database...

Hello ! This small test is failing because when saving, Object members values are lost (not stored in Db) I don't understand why in the driver code. This is possible...