dibyendu das
Results
1
issues of
dibyendu das
#### description Djongo unable to parse following where condition for Boolean value. ``` 'SELECT "company_config"."_id", "company_config"."company", "company_config"."user", "company_config"."visitedAt", "company_config"."isWatching" FROM "company_config" WHERE ("company_config"."isWatching" ``` #### Python script ``` from djongo...