Skip to content

No reexport for odbc_safe #127

@antonb-via

Description

@antonb-via

Hi,
although the docs claim that odbc_safe is re-exported, I don't see it in the code. The part of the docs says:

Re-exports:

pub extern crate odbc_safe;
--
pub use ResultSetState::*;
pub use odbc_safe as safe;

When I couldn't import the odbc_safe because it's private, I checked the actual crate code:

pub use diagnostics::{DiagnosticRecord, GetDiagRec};
pub use result::Result;
pub use environment::*;
pub use connection::Connection;
pub use statement::*;

use odbc_object::OdbcObject;
use raii::Raii;
use result::{Return, into_result, try_into_option};
use odbc_safe as safe;

Can you please check and fix? Right now, I have to use odbc_safe as additional dependency.

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions