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 search into the search input it throws an exception: SQLSTATE[42601]: Syntax error: 7 ERROR: syntax error at or near "group" LINE 1: ...) as aggregate from "language_lines" where (lower(group::tex..
The database is postgresql so because there is no (JSON_ARRAY()) as in the docs
I've used just ->default(json_encode([]))
I am wondering can the issue be with that group is a keyword in postgresql?
I am not aware of how this query exactly is built because laravel query builder should take care of such problem
When search into the search input it throws an exception:
SQLSTATE[42601]: Syntax error: 7 ERROR: syntax error at or near "group" LINE 1: ...) as aggregate from "language_lines" where (lower(group::tex..
The database is postgresql so because there is no
(JSON_ARRAY())
as in the docsI've used just
->default(json_encode([]))
"name": "kenepa/translation-manager",
"version": "4.0.11",
"name": "laravel/framework",
"version": "v11.26.0",
Shared error: https://flareapp.io/share/dPbERpAm
The text was updated successfully, but these errors were encountered: