| List: | MySQL++ | « Previous MessageNext Message » | |
| From: | Warren Young | Date: | August 22 2008 5:05pm |
| Subject: | Re: A way to copy mysqlpp::StoreQueryResult into a std::map? | ||
| View as plain text | |||
Alex wrote: > > I'm assuming this bug will be fixed in 3.0.7? You may so assume. You may be wrong, or you may not. :) > "info" incompatible with "i" type It means you're trying to convert a mysqlpp::String to int somewhere and it's not having it because the content of the string isn't an integer. Find out which line the exception is being thrown from, and that will tell you where you've got your types wrong.
