{"record":{"id":"d197e64f7b35fafe","repo":"sqlmapproject/sqlmap","slug":"option-data-is-incompatible-with-switch-nul","errorCode":null,"errorMessage":"option '--data' is incompatible with switch '--null-connection'","messagePattern":"option '--data' is incompatible with switch '--null-connection'","errorType":"exception","errorClass":"SqlmapSyntaxException","httpStatus":null,"severity":"error","filePath":"lib/core/option.py","lineNumber":2875,"sourceCode":"\n    if conf.evalCode and os.environ.get(\"SQLMAP_UNSAFE_EVAL\") != '1':\n        errMsg = \"for security reasons, to prevent execution of potentially malicious \"\n        errMsg += \"Python code via configuration files or copy-paste attacks, \"\n        errMsg += \"the '--eval' option requires the environment variable \"\n        errMsg += \"'SQLMAP_UNSAFE_EVAL=1' to be explicitly set\"\n        raise SqlmapSystemException(errMsg)\n\n    if conf.chunked and not any((conf.data, conf.requestFile, conf.forms, conf.openApiFile)):\n        errMsg = \"switch '--chunked' requires usage of (POST) options/switches '--data', '-r', '--forms' or '--openapi'\"\n        raise SqlmapSyntaxException(errMsg)\n\n    if conf.api and not conf.configFile:\n        errMsg = \"switch '--api' requires usage of option '-c'\"\n        raise SqlmapSyntaxException(errMsg)\n\n    if conf.data and conf.nullConnection:\n        errMsg = \"option '--data' is incompatible with switch '--null-connection'\"\n        raise SqlmapSyntaxException(errMsg)\n\n    if conf.string and conf.nullConnection:\n        errMsg = \"option '--string' is incompatible with switch '--null-connection'\"\n        raise SqlmapSyntaxException(errMsg)\n\n    if conf.notString and conf.nullConnection:\n        errMsg = \"option '--not-string' is incompatible with switch '--null-connection'\"\n        raise SqlmapSyntaxException(errMsg)\n\n    if conf.tor and conf.osPwn:\n        errMsg = \"option '--tor' is incompatible with switch '--os-pwn'\"\n        raise SqlmapSyntaxException(errMsg)\n\n    if conf.noCast and conf.hexConvert:\n        errMsg = \"switch '--no-cast' is incompatible with switch '--hex'\"\n        raise SqlmapSyntaxException(errMsg)\n\n    if conf.crawlDepth:","sourceCodeStart":2857,"sourceCodeEnd":2893,"githubUrl":"https://github.com/sqlmapproject/sqlmap/blob/0a35b20e3953d341be6c7ac75ccb0b3362540c8d/lib/core/option.py#L2857-L2893","documentation":"Error \"option '--data' is incompatible with switch '--null-connection'\" thrown in sqlmapproject/sqlmap.","triggerScenarios":"Thrown at lib/core/option.py:2875 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"0a35b20e3953d341be6c7ac75ccb0b3362540c8d","analyzedAt":"2026-08-26T23:02:52.002Z","schemaVersion":2},"datasetVersion":"2026-08-27T03:17:27.898Z"}