Hi,

I see that in most functions strings are typed as

     char *

while in 'sqlite_column_text' and 'sqlite_value_text'
they are typed as

     unsigned char *

Is there something I should have in mind about
that when writing a binding to sqlite3 from another
language? Can I type both as beeing the same?

Thanks,
Maurício

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

Reply via email to