Page MenuHomeDevCentral

Avoid const char** to char** now invalid pointer convert
ClosedPublic

Authored by dereckson on Sat, Feb 7, 12:27.

Details

Summary

This change allows the code to compile using the C23 standard.

Ref T2213

Test Plan
  • Build the library
  • load ./fbsql.so ; sql connect 127.0.0.1 ; sql "SELECT 1+1"

Diff Detail

Repository
rFBSQL fbsql
Lint
No Lint Coverage
Unit
No Test Coverage
Branch
main
Build Status
Buildable 6243
Build 6527: arc lint + arc unit