We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following seems to no longer work: `auto dataset = queryResult->fetch<oatpp::Vector<oatpp::Fieldsoatpp::Any>>();
/* Serialize result as a json string using json object mapper */ auto json = jsonObjectMapper.writeToString(dataset);
/* Print the resultant json */ std::cout << json->c_str() << std::endl;`
example from the doc: https://oatpp.io/docs/components/orm/#mapping-results
The text was updated successfully, but these errors were encountered:
Hello @roqerxz ,
Not working in what way? Any errors?
Sorry, something went wrong.
ResultMapper: Fix readOneRowAsMap() method (#16)
f2842b2
Merge pull request #17 from oatpp/fix_result_mapper
e131a87
Fixed in #17
great thanks for the quick turn around !
No branches or pull requests
The following seems to no longer work:
`auto dataset = queryResult->fetch<oatpp::Vector<oatpp::Fieldsoatpp::Any>>();
/* Serialize result as a json string using json object mapper */
auto json = jsonObjectMapper.writeToString(dataset);
/* Print the resultant json */
std::cout << json->c_str() << std::endl;`
example from the doc:
https://oatpp.io/docs/components/orm/#mapping-results
The text was updated successfully, but these errors were encountered: