We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
grocery-crud-codeigniter-4/app/Models/GroceryCrudModel.php
Line 584 in 5cda87e
escape_str function used in
grocery-crud-codeigniter-4/app/Libraries/GroceryCrud.php
Line 508 in 5cda87e
add single quote by default as documentation https://www.codeigniter.com/user_guide/database/queries.html?highlight=escape#db-escape
and this create a malformed query in case of a setRelation using multiple fields
Fix using instead escapeString?
Sorry for any mistakes, it's my first issue
The text was updated successfully, but these errors were encountered:
No branches or pull requests
grocery-crud-codeigniter-4/app/Models/GroceryCrudModel.php
Line 584 in 5cda87e
escape_str function used in
grocery-crud-codeigniter-4/app/Libraries/GroceryCrud.php
Line 508 in 5cda87e
add single quote by default as documentation
https://www.codeigniter.com/user_guide/database/queries.html?highlight=escape#db-escape
and this create a malformed query in case of a setRelation using multiple fields
Fix using instead escapeString?
Sorry for any mistakes, it's my first issue
The text was updated successfully, but these errors were encountered: