You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix of how parameter codec process insdicator values.
Now it's processed by single coded set for the whole row as it is not
individual for different column/codec types. It checks and sets
inddicator values, e.g. in case of NULL value indicator.
This row-level codec is now set always.
Slightly optimized how descriptor values are read in codecs.
// The functor returns bool only to fit the need to check if to skip paramset, and I don't really need to introduce 2 diff callbacks for that, so one "universal"
34
34
classParamCodec
@@ -43,7 +43,10 @@ class PCodecCallable : public ParamCodec
0 commit comments