[sqlite] Types for strings, non-expert question

2009-05-27 Thread Maurí­cio
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

[sqlite] Warning message in amalgamation

2009-02-01 Thread Maurí­cio
Hi, When building sqlite 3.6.10 amalgamation, I get a warning message saying: attention : ignoring return value of ‘write’, declared with attribute warn_unused_result This is on a small piece of code related to ticket #3260, according to the source documentation. (See the code below.) I know

[sqlite] Checking versions where functions first appeared

2009-01-28 Thread Maurí­cio
Hi, I'm writing a wrapper for sqlite3 for a different language (Haskell). I would like to support different versions of sqlite, i.e., user would be able to link against a slightly outdated version without having link problems due to a recently introduced function. How can I check at which

[sqlite] sqlite3_auto_extension

2008-11-08 Thread Maurí­cio
Hi, What is sqlite3_auto_extension used for? What kind of extensions can it hold; and what are extensions? Thanks, Maurício ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users