LinuxDoku / migratordotnet

Automatically exported from code.google.com/p/migratordotnet
0 stars 0 forks source link

IDbCommand timesout after 30 seconds #97

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
While running a large bulk update query you may encounter the default 30 
second timeout on all IDbCommand instances. This patch allows you to change 
the default for when you expect to have longer queries.

Original issue reported on code.google.com by james.sa...@gmail.com on 6 Mar 2009 at 8:34

Attachments:

GoogleCodeExporter commented 8 years ago
I suppose I should include a patch for ALL the files.

Original comment by james.sa...@gmail.com on 6 Mar 2009 at 8:48

Attachments:

GoogleCodeExporter commented 8 years ago
Revised patch (works this time!) with a unit test

Original comment by james.sa...@gmail.com on 8 Mar 2009 at 4:21

Attachments: