date and boolean data types added
This commit is contained in:
@@ -20,7 +20,7 @@ namespace usql {
|
||||
std::string field;
|
||||
|
||||
std::vector<std::vector<std::string>> parsed_data;
|
||||
parsed_data.reserve(128);
|
||||
parsed_data.reserve(256);
|
||||
|
||||
std::vector<std::string> line;
|
||||
line.reserve(32);
|
||||
|
||||
Reference in New Issue
Block a user