Skip to content

ruby-oci8-2.2.8

Compare
Choose a tag to compare
@kubo kubo released this 11 Jan 13:50
· 54 commits to master since this release

New features

  • Add support to specify include and lib directories of Oracle library on installation. (GH-210)

    The following three flags are added.

    • --with-instant-client-dir
    • --with-instant-client-include
    • --with-instant-client-lib

Fixed issue

  • Suppress warnings compiling oci8lib.so (GH-212 and others)

  • Fix compilation and tests on Windows.

  • Fix spelling in install-instant-client.md (GH-217)

  • Use fiddler instead obsolete Win32API on Windows (GH-212)