forked from gwenshap/DBD-Oracle
-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Type mismatches betwen instantclient 11 and 12 #76
Comments
I used the non-instantclient (admin client?) to compile DBD::Oracle. With this client type I can't reproduce the type warnings raised during the compile process. Compiler output for Oracle 11.2.0.4 and current master branch
Compiler output for Oracle 12.1.0.2 and current master branch
Compiler output for Oracle 12.1.0.2 and DBD::Oracle 1.75
|
in Oracle.xs its using these macros #if !defined(ORA_OCI_102) || (defined(_AIX) && !defined(ORA_OCI_112)) Perhaps i can work out how to aply them for the above |
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As reported in #42
There are types that are different in IC 11 vs 12 that cause warnings. These should be handled in an elegant way (TBD)
The text was updated successfully, but these errors were encountered: