Hello,

>  I've started implementing the driver_specific_function API for the
>  firebird, mysql, pgsql, sqlite, and sqlite3 drivers. Using the API
>  required minor changes in libdbi as well, so in order to test the
>  interface you'll need the CVS versions of both libdbi and
>  libdbi-drivers.
>

Markus, what's the status of this implementations? Is works?

>  I've added appropriate tests to the test program which you can
>  conveniently run by "make check". Please have a look at
>  test_custom_function() to see how to call driver-specific functions.

Because the tests don't work. In test_dbi.c

line 584, custom_function =
dbi_driver_specific_function(dbi_conn_get_driver(conn),
"mysql_get_proto_info")) != NULL)


I run inside ddd to see what happen and it return NULL.

Using pgsql and mysql driver.

Thanks

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
libdbi-users mailing list
libdbi-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libdbi-users

Reply via email to