postgresql-interfaces / psqlodbc

Other
11 stars 10 forks source link

Implementation of SQLSetDescRec & SQLGetDescRec functions #23

Closed Hunaid2000 closed 3 weeks ago

Hunaid2000 commented 3 months ago

Resolves #21.

Note: I am now working on SQLGetDescRec implementation.

Hunaid2000 commented 3 months ago

Implementation for both functions is completed.

Other changes:

Hunaid2000 commented 2 months ago

@davecramer any update on this?

davecramer commented 1 month ago

@Hunaid2000 Ideally we would add tests for these new functions ? Any chance you can add them ?

Hunaid2000 commented 1 month ago

I will try to add them.

Hunaid2000 commented 1 month ago

@davecramer I have added regression test.