added connection pool and tests
This commit is contained in:
@@ -5,7 +5,7 @@ namespace matador::utils {
|
||||
|
||||
struct placeholder {};
|
||||
|
||||
inline constexpr bool operator==(const placeholder&, const placeholder&) { return true; }
|
||||
constexpr bool operator==(const placeholder&, const placeholder&) { return true; }
|
||||
|
||||
static constexpr placeholder _;
|
||||
|
||||
|
||||
@@ -18,6 +18,7 @@ using database_type = std::variant<
|
||||
int8_t, int16_t, int32_t, int64_t,
|
||||
float, double,
|
||||
bool,
|
||||
const char*,
|
||||
std::string,
|
||||
blob,
|
||||
nullptr_t>;
|
||||
|
||||
Reference in New Issue
Block a user