Alexey Zakharchenko
Alexey Zakharchenko
The problem is JB2Image has only GetBitmap function that returns Bitmap that is grey 8-bit image. However very often foreground is color image, for example for colored text, colored lines...
I didn't find any test for CompiledQuery with UpdateAsync( this IUpdatable ...) Neither in Tests/Linq/Linq/CompileTestsAsync.cs nor in Tests/Linq/Linq/CompileTests.cs May be somewhere else?
In my case I got 12x performance improvement with CompiledQuery Simple test like: ``` for (int q=0;q p.Code=="A"+q && p.Currecy="SUR").Set(p=>p.Var,q*q).Set(p=>p.Value,q*q+3).Update(); } } ``` and ``` var cc = CompiledQuery.Compile((Database db,int...
It seems the problem with cache has gone away with 3.5.0 version, the diffenece is really tiny now
Not all unfortunately #3268