date and boolean data types added

This commit is contained in:
2021-08-06 22:46:48 +02:00
parent 4b95be1e31
commit 15a065c2aa
17 changed files with 1123 additions and 907 deletions

View File

@@ -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);