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 that we never be allowed to change
their interface again in the future.

--
D. Richard Hipp <[EMAIL PROTECTED]>

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


[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://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users