Skip to content

Commit

Permalink
Merge pull request #315 from glueball/master
Browse files Browse the repository at this point in the history
Re-export ColumnIndex
  • Loading branch information
blackbeam authored Nov 8, 2024
2 parents 9bb5dae + 944b530 commit 129b8d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -565,6 +565,8 @@ pub mod prelude {
#[doc(inline)]
pub use crate::queryable::Queryable;
#[doc(inline)]
pub use mysql_common::prelude::ColumnIndex;
#[doc(inline)]
pub use mysql_common::prelude::FromRow;
#[doc(inline)]
pub use mysql_common::prelude::{FromValue, ToValue};
Expand Down

0 comments on commit 129b8d8

Please sign in to comment.