Batching does not work

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for SQLite
Post Reply
Ekki
Posts: 34
Joined: Sun 24 Nov 2013 18:50
Location: Ilmenau, Germany
Contact:

Batching does not work

Post by Ekki » Thu 14 May 2015 15:20

Hi,

face the problem that batching does not work and each single SQL statement will be executed separately.

Tried to Release/Debug, changed MaxBatching to 100 (default: 20), turned on/of DbMonitor - no difference at all. What could cause this? Know that in a different context, the same setup (DLLs, code) did work perfect and fast which includes the use of batching...

Any comments, pls?

Thx,

Ekki

Ekki
Posts: 34
Joined: Sun 24 Nov 2013 18:50
Location: Ilmenau, Germany
Contact:

Re: Batching does not work

Post by Ekki » Fri 15 May 2015 06:37

Batching was disabled by an auto-generated value. Thread closed.

MariiaI
Devart Team
Posts: 1472
Joined: Mon 13 Feb 2012 08:17

Re: Batching does not work

Post by MariiaI » Fri 15 May 2015 10:18

If we can be of further assistance, please let us know.

JIC: some useful imformation (EF and LinqConnect):
http://www.devart.com/dotconnect/sqlite ... dates.html
http://www.devart.com/linqconnect/docs/ ... dates.html

Post Reply