laravel-pdo-odbc icon indicating copy to clipboard operation
laravel-pdo-odbc copied to clipboard

Laravel whereYear() fail

Open asantana66 opened this issue 9 months ago • 0 comments

Hi, when using the laravel whereYear filter, the controller returns an error. This is due to using the strftime function. Snowflake has not implemented this feature yet. The use of this function within the package is seen implemented in:

  • version: 1.2.3
  • file: laravel-pdo-odbc\src\Flavours\Snowflake\Grammars\Query.php
  • method: dateBasedWhere
  • line: 271

Thanks.

asantana66 avatar May 14 '24 09:05 asantana66