kjell.gunnars...@sungard.com wrote:
> sqlite3_column_bytes returns an "int"

Yes.

> that can contain values in the interval -32768 to +32767.

It is assumed that any platform SQLite runs on has as least 32 bits.

(And if you'd want to run SQLite on MS-DOS, the type of
sqlite3_column_bytes's return value would be the least of your problems.)



Regards,
Clemens
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to