6 messages in com.mysql.lists.plusplusRe: TypeInfo Lookup failure
FromSent OnAttachments
Steven Van Ingelgem13 Apr 2008 12:54 
Warren Young13 Apr 2008 13:41 
Steven Van Ingelgem13 Apr 2008 14:13 
Warren Young21 Apr 2008 07:38 
Steven Van Ingelgem21 Apr 2008 11:18 
Warren Young21 Apr 2008 12:18 
Subject:Re: TypeInfo Lookup failure
From:Warren Young (mysq@etr-usa.com)
Date:04/21/2008 12:18:25 PM
List:com.mysql.lists.plusplus

On Apr 21, 2008, at 12:18 PM, Steven Van Ingelgem wrote:

I am/was using it to store bigints in it.

So use mysqlpp::sql_bigint. It's just a typedef, and your code doesn't have to care what the underlying type is. This is especially useful for less well established types like 64-bit integers, since there's less agreement on this than for smaller types.