json support

Hi, documentation claims that this driver supports: SQLite version: 3.40.1

From sqlite documentation https://www.sqlite.org/json1.html I can see that it supports ->> json operator since: 3.38.0

But when I'm trying to use it I got:

 SQL logic error: near ">>": syntax error (1),

On sqlite3 (cgo) driver the same query works fine

Am I missing something?

Edited by Maciej Zieba