startompiz12
Results
1
issues of
startompiz12
Running the following code results in a segfault: ``` std::string query = "SELECT DISTINCT TOP 3 value, id FROM TableA"; hsql::SQLParserResult result; hsql::SQLParser::parse(query, &result); const hsql::SQLStatement* stmt = result.getStatement(0); ```...