NETProvider icon indicating copy to clipboard operation
NETProvider copied to clipboard

Cleanup DbValue's layering

Open cincuranet opened this issue 4 years ago • 1 comments

DbValue class has somewhat messed up layering. Some of GetXxx methods are called from FbDataReader and yet same methods are used when writing parameters into XDR stream. Although it mostly works, sometimes the duality does not hold making the DbValue class mixed with logic for FbDataReader and for writing into XDR stream.

For example int GetTime. The int is related to XDR.

cincuranet avatar Nov 30 '21 12:11 cincuranet

Related to #919.

cincuranet avatar Nov 30 '21 12:11 cincuranet