Add BOOL[] test.
This commit is contained in:
5
test.rs
5
test.rs
@@ -452,6 +452,11 @@ fn test_float8array_params() {
|
||||
test_array_params!("FLOAT8", 0f64, "0", 1.5f64, "1.5", 0.009f64, ".009");
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_boolarray_params() {
|
||||
test_array_params!("BOOL", false, "f", true, "t", true, "t");
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_hstore_params() {
|
||||
macro_rules! make_map(
|
||||
|
||||
Reference in New Issue
Block a user