Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
3.0.1
-
None
-
None
Description
Some things in how C/ODBC prepared statements bulk operations are (deliberately for 1st release) sub-optimal. e.g. length arrays are created for all parameters, even if data in them does not have variable length. Those things have to be fixed
Pushed to odbc-3.0 branch as commit 0f888b168dd1c7b01396ca334fb9feb1ef81590d. I planned also to make some optimizations for series of sequential bulk operations, and that is how I guess it will be used in real life, but I have decided to leave it for later time. I will create separate issue for that