RomainDGrey

Results 2 issues of RomainDGrey

Hello, I have a table with few thousands entries which could be represented with these few lines: ``` ID;Column1;Column2;Column3 1;"line1";"CompanyA";"" 2;"line2";"CompanyA";"someText" 3;"line3";"CompanyA";"" ``` I am using the HFSQL driver to...

Hello all, When I try to fetchall the result from a select request, some rows, with null values, shows value from previous line. Context: - I am using a HFSQL...