diff --git a/test/test.cpp b/test/test.cpp index b97e378..d772a86 100644 --- a/test/test.cpp +++ b/test/test.cpp @@ -7,7 +7,7 @@ using namespace std; int main() { try { - sql3 mydb("../example/example_copy.db", false); + sql3 mydb("../example/example.db", false); // cout << mydb.ask("Select * from Tab1"); // cout << mydb.ask("INSERT INTO Tab1 VALUES(3,'Pakora', 'marijanab@bitelex.ml');"); diff --git a/test/test.o b/test/test.o index fdcd0ed..115037e 100755 Binary files a/test/test.o and b/test/test.o differ