| List: | MySQL++ | « Previous MessageNext Message » | |
| From: | Byrial Jensen | Date: | May 29 2005 5:47pm |
| Subject: | Wishlist item: Automatic conversion from ColData to bool | ||
| View as plain text | |||
I often store booleans (MySQL type BOOL, alias for TINYINT(1)). So it
would be very nice to have an automatic conversion from ColData to bool
so I in my programs can write someting like:
Row row = result.fetch_row ();
bool my_bool = row[0];
Best regards,
Byrial
| Thread | ||
|---|---|---|
| • Wishlist item: Automatic conversion from ColData to bool | Byrial Jensen | 29 May |
| • Re: Wishlist item: Automatic conversion from ColData to bool | Warren Young | 1 Jun |
| • Re: Wishlist item: Automatic conversion from ColData to bool | Byrial Jensen | 1 Jun |
| • Re: Wishlist item: Automatic conversion from ColData to bool | Warren Young | 20 Jun |
