Closed cocoa-xu closed 9 months ago
This PR removes the std::unique_ptr and res_type::destruct bits, and uses simple destructors for each Adbc structs.
std::unique_ptr
res_type::destruct
:green_heart: :blue_heart: :purple_heart: :yellow_heart: :heart:
This PR removes the
std::unique_ptr
andres_type::destruct
bits, and uses simple destructors for each Adbc structs.