diff --git a/test/test.cpp b/test/test.cpp index 85c864a..9cb4ff5 100644 --- a/test/test.cpp +++ b/test/test.cpp @@ -11,12 +11,12 @@ int main() { // cout << mydb.ask("Select * from Tab1"); // cout << mydb.ask("INSERT INTO Tab1 VALUES(3,'Pakora', 'marijanab@bitelex.ml');"); - // auto res = mydb.query("Select * from Tab1"); - auto res = mydb.query("INSERT INTO Tab1 VALUES(4,'Mare', 'marijanab@bitelex.co');"); + auto res = mydb.query("Select * from Tab1"); + // auto res = mydb.query("INSERT INTO Tab1 VALUES(4,'Mare', 'marijanab@bitelex.co');"); - // for (auto i : res) - // for (auto j: i.second) - // cout << i.first << " : " << j << endl; + for (auto i : res) + for (auto j: i.second) + cout << i.first << " : " << j << endl; // cout << endl << res["NAME"][1]; diff --git a/test/test.o b/test/test.o index fdcd0ed..60b0d19 100755 Binary files a/test/test.o and b/test/test.o differ