laravel-id-generator icon indicating copy to clipboard operation
laravel-id-generator copied to clipboard

Escape field name in "total" query

Open webard opened this issue 1 year ago • 0 comments

Using field name like "index" causes error, because index is reserved word and need to by escaped.

Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'index) total FROM issues' at line 1 (Connection: mysql, SQL: SELECT count(index) total FROM issues)

webard avatar Jan 04 '24 12:01 webard