Jose Raul Pérez

Results 2 issues of Jose Raul Pérez

Hi! I think is not possible to use the `whereColumn`, right? Is there any special reason because it is not implemented? I will be happy to help :)

enhancement
tracked-in-jira

### Describe the bug Parameterized query fails for timestamp via PostgreSQL (PHP) ### To reproduce Example table: ```SQL CREATE TABLE test1 ( symbol SYMBOL, ts TIMESTAMP ) timestamp(ts); ``` ✅...