File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717SQLite, with automatic conversion of Python objects on writing and
1818reading.
1919
20- :meth : `Connection.convert_binding ` (and :meth : `Cursor.convert_binding `)
20+ :attr : `Connection.convert_binding ` (and :attr : `Cursor.convert_binding `)
2121callback to allow conversion of bindings when executing SQL.
2222
23- :meth : `Connection.convert_jsonb ` (and :meth : `Cursor.convert_jsonb `)
23+ :attr : `Connection.convert_jsonb ` (and :attr : `Cursor.convert_jsonb `)
2424callback to allow conversion of :ref: `JSONB <jsonb >` when reading
2525query results. (JSONB is SQLite's internal parsed format for quick
2626operations on JSON.)
@@ -29,7 +29,7 @@ operations on JSON.)
2929allowing direct conversion between Python objects and JSONB, without
3030having to go through the intermediate JSON text format.
3131
32- Added :func: `apsw.ext.Function ` for calling of SQL functions directly
32+ Added :func: `apsw.ext.Function ` for calling SQL functions directly
3333from Python.
3434
35353.50.4.0
You can’t perform that action at this time.
0 commit comments