Closed dlindenkreuz closed 10 months ago
Browsing the codebase, I noticed that Adbc.Nif.adbc_statement_prepare() was implemented and Adbc.Statement once exposed this functionality before getting deprecated.
Adbc.Nif.adbc_statement_prepare()
Adbc.Statement
Are there any plans to support prepared statements again?
Definitely, we just didn’t implement it in the new APIs. PRs exploring this are welcome.
Browsing the codebase, I noticed that
Adbc.Nif.adbc_statement_prepare()
was implemented andAdbc.Statement
once exposed this functionality before getting deprecated.Are there any plans to support prepared statements again?