We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c2cf5e5 + 111fd88 commit eab6311Copy full SHA for eab6311
src/Processor/Expression/FunctionEvaluator.php
@@ -903,7 +903,7 @@ private static function sqlUnixTimestamp(
903
}
904
return \strtotime($column) ?: null;
905
default:
906
- throw new ProcessorException("MySQL UNIX_TIMESTAPM() SQLFake only implemented for 0 or 1 argument");
+ throw new ProcessorException("MySQL UNIX_TIMESTAMP() SQLFake only implemented for 0 or 1 argument");
907
908
909
0 commit comments