added connection pool and tests
This commit is contained in:
@@ -16,7 +16,7 @@ TEST_CASE("Test field", "[field]") {
|
||||
REQUIRE(!f.is_bool());
|
||||
REQUIRE(!f.is_string());
|
||||
|
||||
f = 7UL;
|
||||
f = 7U;
|
||||
REQUIRE(!f.is_null());
|
||||
REQUIRE(f.is_integer());
|
||||
REQUIRE(!f.is_floating_point());
|
||||
|
||||
Reference in New Issue
Block a user