Dovid Kopel wrote:
> My first question is, why is color (which is a 'text') being seen as a
> blob?
No idea. Show me your table declaration.
> Secondly, why would id (which is an int(11)) print but year (which
> is an int(4)) not print.
year clearly is not the same type. From the first section of your
output, it is some C++ type within namespace mysqlpp. You will have to
demangle it further to find out exactly which type it is.
> I'm at college
> so I don't think I can give you shell.
Am I doing your homework for you?