This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <list> | |
#include <functional> | |
#include <memory> | |
#include <chrono> | |
using std::list; | |
using std::function; | |
namespace chrono = std::chrono; | |
#include "../Dawn/System/CSingleton.h" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <string> | |
#include <vector> | |
#include <boost/optional.hpp> | |
#include <boost/optional/optional_io.hpp> | |
#include <boost/spirit/include/qi.hpp> | |
namespace qi = boost::spirit::qi; | |
template<char Delimiter = ' ', typename... Args> | |
bool sscanfpp(std::string const &input, Args &...args) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[12:09:30] [INFO] changed log level from 'warning, error' to 'info, warning, error' | |
[12:09:30] [INFO] Options instance with id '1' successfully created. | |
[12:09:30] [INFO] Creating new connection handle... | |
[12:09:30] [INFO] Connection handle with id '1' successfully created. | |
[12:09:30] [INFO] query "DELETE FROM employees WHERE emp_no >= 500000" successfully executed within 5.134 milliseconds | |
[12:09:30] [INFO] query "INSERT INTO employees VALUES (500002, curdate(), 'asd', 'fgh', 'F', curdate(), NULL), (500001, curdate(), 'asd', 'fgh', 'F', curdate(), NULL), (500000, curdate(), 'asd', 'fgh', 'F', curdate(), NULL) " successfully executed within 4.395 milliseconds | |
[12:09:30] [INFO] query "INSERT INTO employees VALUES (500008, curdate(), 'asd', 'fgh', 'F', curdate(), NULL), (500007, curdate(), 'asd', 'fgh', 'F', curdate(), NULL), (500006, curdate(), 'asd', 'fgh', 'F', curdate(), NULL) " successfully executed within 8.645 milliseconds | |
[12:09:30] [INFO] query "INSERT INTO employees VALUES (500005, curdate(), 'asd', ' |