"Alexei Alexandrov" <[EMAIL PROTECTED]> wrote:
> Still I can't understand why sqlite3_column_text returns (unsigned
> char *), but sqlite3_bind_text takes (const char *). What am I
> missing?
> 

Why does signed vs. unsigned char matter to you?

Perhaps the interface could be more consistent.  But
the policy with SQLite is to never change the interface
in order to provide backwards compatibility.  So you
will just have to live with the interface as it stands.
Or else fork the code and make your own incompatible
version...
--
D. Richard Hipp   <[EMAIL PROTECTED]>

Reply via email to