Fran López Quesada
Results
1
issues of
Fran López Quesada
Taking this example: ``` $query = BookQuery:create()->withColumn('now()', 'exampleCurrentTs'); $results = $query->paginate(1, 50); ``` It throws an exception like: `throw new PropelException("Cannot find selected column '$columnName'"); in ModelCriteria.php at line 2389`...