Skip to content

Commit

Permalink
use NOT_IMPLEMENTED
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Nov 6, 2023
1 parent 508d5b0 commit e74b0da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c/driver/sqlite/sqlite.c
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ AdbcStatusCode SqliteConnectionSetOption(struct AdbcConnection* connection,
SetError(error,
"[SQLite] This build of the ADBC SQLite driver does not support extension "
"loading");
return ADBC_STATUS_INTERNAL;
return ADBC_STATUS_NOT_IMPLEMENTED;
#endif
}
SetError(error, "[SQLite] Unknown connection option %s=%s", key,
Expand Down

0 comments on commit e74b0da

Please sign in to comment.