Joe Wilson <[EMAIL PROTECTED]> writes: > This is the internal code that sqlite uses to convert the > declaration type to the REAL, INT, TEXT, BLOB types. > > Happy hacking...
Thanks for the pointer. I can create the appropriate struct and call sqlite3AffinityType and this gives me a solution. But, of course, I don't like the idea of circumventing the API. Any chance this would become part of the API (or a wrapper of it)? Would there be interest in a patch? Perhaps a function that maps column decl strings to SQLITE_INTEGER and friends. + seth ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------

