Marco Giusti

Results 4 issues of Marco Giusti

Closes #1634.

update needed

If a numeric column (tinyint in my case) is mapped as a BooleanField, Django sometime report a wrong value that is always True. This because it checks for the type...

Sometime a numeric column is mapped to a boolean field. In this case the driver should return a boolean. Fix #195

### Is there an existing issue for this? - [X] I have searched the existing issues ### Forums discussion _No response_ ### Version 0.20 (Release) ### Full version info ```shell...