Zaid-Ajaj/Npgsql.FSharp

Expose column maps from row reader for use by extensions

kaashyapan opened this issue · 2 comments

This will mean that extensions dont have to rebuild the column map.
Also dont have to create their own failwith function.

kaashyapan@cb1569b#diff-badc17ff44c87f5563ad36766e8d42f4dfdb140433e680a9d82c439136af9066

Hi @kaashyapan I think this is a good idea. However, after merging #100, it might no longer be needed because the exposed fieldValue<'a> and friends already use the column map and call the internal failwith function. This means extension can simply use those functions instead. What do you think?