Add BOOL[] test.

This commit is contained in:
Steven Fackler
2013-12-07 16:45:54 -08:00
parent 9ce4df68f4
commit 08c217ebd6

View File

@@ -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(