Arithmetic operation resulted in an overflow
Posted: Thu 06 Sep 2012 14:56
I'm using dotConnect for SQLite 4.1.58.
I got following error:
with simple query:
It occurs only in SQLite (with dotConnect for MySql it works correctly, with older versions 3.x it works properly as well).
I sent you sample project for reproducing this problem through your contact form.
(Tested also with today released version 4.2.27. Same exception thrown.)
I got following error:
Code: Select all
Arithmetic operation resulted in an overflow.
at MaterializeFigure(MaterializerScope )
at Devart.Data.Linq.Engine.ObjectReader`1.a()
at Devart.Data.Linq.Engine.EntityReader`3.a()
at Devart.Data.Linq.Engine.ObjectReader`1.a(T& A_0)
at Devart.Data.Linq.Engine.ObjectReader`1.g()
at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
Code: Select all
from fq in DB.FigureQuestions
where fq.Id_question == idQuestion
select fq.Figures).ToList<Figure>();
I sent you sample project for reproducing this problem through your contact form.
(Tested also with today released version 4.2.27. Same exception thrown.)