We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Hi,
I found that if a query from a table where a value has unary primite type (101) then c library (c.o) ends up in Segmentation fault.
How to reproduce: create a table with a column type Char (10). insert some data where a row should contain unary primitive type (101)
create a simple C/C++ that execute the query.
I tried with the latest client version c.0 v.4.0 and it still coring. Unfortunately I cannot paste any code here.
Hi,
I found that if a query from a table where a value has unary primite type (101) then c library (c.o) ends up in Segmentation fault.
How to reproduce:
create a table with a column type Char (10).
insert some data where a row should contain unary primitive type (101)
create a simple C/C++ that execute the query.
I tried with the latest client version c.0 v.4.0 and it still coring. Unfortunately I cannot paste any code here.