Re: [sqlite] expose sqlite3_put_Varint & sqlite3_get_varint

2008-02-15 Thread drh
Ken <[EMAIL PROTECTED]> wrote: > Any reason why the functions above could not be exposed as part of the > sqlite3 api suite? > The usually reasons apply: To expose them as part of the sqlite3 api suite means that they would have to be supported, documented, and tested forever and it also means

[sqlite] expose sqlite3_put_Varint & sqlite3_get_varint

2008-02-15 Thread Ken
Any reason why the functions above could not be exposed as part of the sqlite3 api suite? They sure are handy when writing platform portable code, addressing endian conversions. Thanks, Ken ___ sqlite-users mailing list sqlite-users@sqlite.org http