Page MenuHomeDevCentral

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

Authored by dereckson on Sat, Feb 7, 12:27.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Feb 27, 10:12
Unknown Object (File)
Fri, Feb 27, 07:27
Unknown Object (File)
Thu, Feb 26, 02:16
Unknown Object (File)
Thu, Feb 26, 02:11
Unknown Object (File)
Wed, Feb 25, 08:06
Unknown Object (File)
Tue, Feb 24, 12:25
Unknown Object (File)
Tue, Feb 24, 04:21
Unknown Object (File)
Mon, Feb 23, 20:18
Subscribers
None

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
Lint Not Applicable
Unit
Tests Not Applicable