João Henrique Freitas writes:
> Some questions;
> - If custom_function(myconn->connection) need more parameters (ex:.
> for the function
> dbi_driver_specific_function(dbi_conn_get_driver(conn),
> "mysql_get_row")) like custom_function(myconn->connection,
> command_sql) is possible too, ok?
Hello,
I start my tests with dbi_driver_specific_function(). For now, my
tests fail but I need investigate why and report more details here.
In test cases test_dbi.c:
if ((custom_function =
dbi_driver_specific_function(dbi_conn_get_driver(conn),
"mysql_get_proto_info")) != NULL) {
protocol