Changes between Initial Version and Version 1 of Ticket #35842, comment 12
- Timestamp:
- Dec 4, 2024, 10:31:18 PM (2 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35842, comment 12
initial v1 18 18 }}} 19 19 20 But 3.47.1 seems to have fixed it? 21 22 {{{ 23 SQLite version 3.47.1 2024-11-25 12:07:48 24 Enter ".help" for usage hints. 25 Connected to a transient in-memory database. 26 Use ".open FILENAME" to reopen on a persistent database. 27 sqlite> select json_extract(json('{"foo\".bar": "ba\"z", "x": "y"}'), '$."foo\".bar"'); 28 ba"z 29 }}} 30 20 31 To make sure that the built library is used you access `sqlite3.sqlite_version` in the Python terminal from the environment you used to run your tests 21 32