Skip to content

Commit

Permalink
Merge pull request #1 from nao-kobayashi/test-add
Browse files Browse the repository at this point in the history
foget changed test file
  • Loading branch information
nao-kobayashi committed Nov 26, 2019
2 parents fbfb98c + e74e9e3 commit f56e72b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/gbk.rs
Expand Up @@ -150,6 +150,10 @@ unsafe impl<'a> OdbcType<'a> for CustomOdbcType<'a> {
fn value_ptr(&self) -> ffi::SQLPOINTER {
self.data.as_ptr() as *const Self as ffi::SQLPOINTER
}

fn encoded_value(&self) -> EncodedValue {
EncodedValue::new(None)
}
}

#[test]
Expand Down

0 comments on commit f56e72b

Please sign in to comment.