ssteenkiste / nettiers

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

ExecuteNonQuery doesn't return int every for every overload #376

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The return from an ExecuteNonQuery was inconsistent.  Either void or int were 
returned depending on how it was called.

The attached patch enforces that the routine always returns an integer.

Original issue reported on code.google.com by james.pa...@gmail.com on 21 Feb 2011 at 3:40

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by bniemyjski on 4 Mar 2011 at 8:07