You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I write some value to filter input and press enter I get following error:
An exception occurred while executing a query: SQLSTATE[42883]: Undefined function: 7 ERROR: function lower(integer) does not exist
LINE 1: ...ECT COUNT(b0_.id) AS sclr_0 FROM "book" b0_ WHERE LOWER(b0_....
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts
Is it bug or do I something bad?
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hi,
I have project with contribute/nettrine and contributte/datagrid. I have numeric column "year".
When I write some value to filter input and press enter I get following error:
An exception occurred while executing a query: SQLSTATE[42883]: Undefined function: 7 ERROR: function lower(integer) does not exist
LINE 1: ...ECT COUNT(b0_.id) AS sclr_0 FROM "book" b0_ WHERE LOWER(b0_....
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts
Is it bug or do I something bad?
Thanks in advance
The text was updated successfully, but these errors were encountered: