gh-128505: Expose an interface to sqlite3_file_control #137273
Annotations
6 errors and 2 warnings
Build CPython out-of-tree:
Modules/_sqlite/connection.c#L2195
‘SQLITE_FCNTL_NULL_IO’ undeclared (first use in this function); did you mean ‘SQLITE_FCNTL_SYNC’?
|
Build CPython out-of-tree:
Modules/_sqlite/connection.c#L2196
‘ValueError’ undeclared (first use in this function); did you mean ‘dlerror’?
|
Build CPython out-of-tree:
Modules/_sqlite/connection.c#L2196
too many arguments to function ‘PyErr_SetString’
|
Build CPython out-of-tree:
Modules/_sqlite/connection.c#L2200
too many arguments to function ‘PyErr_SetString’
|
Build CPython out-of-tree:
Modules/_sqlite/connection.c#L2212
‘dbname’ undeclared (first use in this function); did you mean ‘name’?
|
Build CPython out-of-tree
Process completed with exit code 2.
|
Build CPython out-of-tree:
Modules/_sqlite/connection.c#L2558
returning ‘PyObject *’ {aka ‘struct _object *’} from a function with return type ‘int’ makes integer from pointer without a cast [-Wint-conversion]
|
Run actions/upload-artifact@v4
No files were found with the provided path: /home/runner/work/cpython/cpython-builddir/.hypothesis/examples/. No artifacts will be uploaded.
|
Loading