Feature Request
Oracle-Compatible Feature: libpq supports OUT Parameters
Describe the feature you'd like to propose:
In the Oracle OCI interface, SQL statements support parameter binding by name. Currently, in IvorySQL's libpq interface, only positional parameter binding is supported for SQL statements, while named parameter binding is not supported. The requirement is to construct prepare, bind, and execute functions similar to those in the OCI interface.
Feature Request
Oracle-Compatible Feature: libpq supports OUT Parameters
Describe the feature you'd like to propose:
In the Oracle OCI interface, SQL statements support parameter binding by name. Currently, in IvorySQL's libpq interface, only positional parameter binding is supported for SQL statements, while named parameter binding is not supported. The requirement is to construct prepare, bind, and execute functions similar to those in the OCI interface.