Re: [sqlite] sqlite3_result_subtype and sqlite3_value_subtype, what are they used for?

2017-01-07 Thread Bart Smissaert
OK, thanks. RBS On Sat, Jan 7, 2017 at 7:24 PM, Richard Hipp wrote: > On 1/7/17, Bart Smissaert wrote: > > Maybe a strange question, but what are these methods used for? > > Does anybody have a real example? > > Invented and used to distinguish JSON

Re: [sqlite] sqlite3_result_subtype and sqlite3_value_subtype, what are they used for?

2017-01-07 Thread Richard Hipp
On 1/7/17, Bart Smissaert wrote: > Maybe a strange question, but what are these methods used for? > Does anybody have a real example? Invented and used to distinguish JSON from plain text in the JSON1 extension. https://www.sqlite.org/json1.html -- D. Richard Hipp

[sqlite] sqlite3_result_subtype and sqlite3_value_subtype, what are they used for?

2017-01-07 Thread Bart Smissaert
Maybe a strange question, but what are these methods used for? Does anybody have a real example? RBS ___ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users