Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi guys, I would like to know, if SQLite Driver in version Qt 5.9.1 is compiled width enabled JSON1 extension? Eventually how enable SQL JSON1 extension function like "json_object(label1,value1,...)" etc. Thank you Jiri
Hi and welcome to devnet,
AFAIK, no. You have to build SQLite yourself for that.
As for using them, IIRC You'll have to grab the driver handle and then use SQLite functions directly.