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
Expected :'SELECT * FROM "db_jobs" "j" WHERE "j"."name" LIKE '%veloper%' ESCAPE '!''
Actual :'SELECT * FROM "db_jobs" "j" WHERE "db_""j"."name" LIKE '%veloper%' ESCAPE '!''
Expected Output
SELECT * FROM "db_jobs" "j" WHERE "j"."name" LIKE '%veloper%' ESCAPE '!'
Anything else?
No response
The text was updated successfully, but these errors were encountered:
kenjis
added
the
bug
Verified issues on the current code behavior or pull requests that will fix them
label
Nov 20, 2021
PHP Version
7.3
CodeIgniter4 Version
4.1.5, develop (03f5195)
CodeIgniter4 Installation Method
Git
Which operating systems have you tested for this bug?
macOS
Which server did you use?
cli
Database
No response
What happened?
See https://forum.codeigniter.com/thread-80559.html
Steps to Reproduce
Expected Output
SELECT * FROM "db_jobs" "j" WHERE "j"."name" LIKE '%veloper%' ESCAPE '!'
Anything else?
No response
The text was updated successfully, but these errors were encountered: