Documentation says:
Get SQLStrLike field Customer.Name "ab" to sFilter
would return the value "Customer.Name LIKE '%ab%' ".

However the result is
" "Customer.Name" LIKE '%ab%' "

=> Too many double quotes.

Issue arises in function return statement in SQLStrFieldName