Bug 47879 - add support for libiodbc (alternative to unixODBC)
Summary: add support for libiodbc (alternative to unixODBC)
Status: NEW
Alias: None
Product: APR
Classification: Unclassified
Component: APR-util (show other bugs)
Version: HEAD
Hardware: PC Linux
: P2 enhancement (vote)
Target Milestone: ---
Assignee: Apache Portable Runtime bugs mailinglist
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-20 07:03 UTC by Rafał Mużyło
Modified: 2009-09-20 07:03 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rafał Mużyło 2009-09-20 07:03:41 UTC
The code in dbd/apr_dbd_odbc.c seems to build fine
with it, after adding correct includes and lib.
iodbc-config provides those, so unless you ever
decide to use unixODBC specific extensions,
for support only modifying APU_CHECK_DBD_ODBC macro
in build/dbd.m4, to make it possible to select one
of them, should be enough.

Hard to tell, if the testsuite works, cause it does open
the driver, but fails due to missing data source,
but pg drivers fails in the same way, so that's probably OK.