Fabiano Simoes

Results 2 issues of Fabiano Simoes

There is a bug when you have a NULL column from Big Int data type. The code throws the message "Reading while at end of stream" and gives a PHP...

I noticed that LOCAL_ONE consistency level does not work due to an error in ConsistencyEnum.php. The correct value for it is: const CONSISTENCY_LOCAL_ONE = 0xA; the current value is 0x0010,...